linear_curve_fit
A no_std
and no alloc
library for linear curve coefficents calculation.
example
use LinearCoefficents2D;
let mut linear_coefficents = default;
let x_test_arr = ;
let y_test_arr = ;
let =
get_matrix_data_from_8_points;
let _ = linear_coefficents.get_coefficients_from_8_matrix_data;
let = linear_coefficents.coefficents;
assert!;
assert!;
assert!;
assert!;