Gsl_fitLeast-Squares Fitting
val linear :
?weight:float array ->
float array ->
float array ->
linear_fit_coeffsval linear_est : float -> coeffs:linear_fit_coeffs -> Gsl_fun.resultval mul : ?weight:float array -> float array -> float array -> mul_fit_coeffsval mul_est : float -> coeffs:mul_fit_coeffs -> Gsl_fun.result