Gsl.Fit
Least-Squares Fitting
val linear :
?weight:float array ->
float array ->
float array ->
linear_fit_coeffs
val linear_est : float -> coeffs:linear_fit_coeffs -> Fun.result
val mul : ?weight:float array -> float array -> float array -> mul_fit_coeffs
val mul_est : float -> coeffs:mul_fit_coeffs -> Fun.result