help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] the linear regression: gsl_fit_linear instead gsl_fit_wli


From: Sergey Shcherbina
Subject: Re: [Help-gsl] the linear regression: gsl_fit_linear instead gsl_fit_wlinear
Date: Fri, 21 Jul 2017 14:02:26 +0300


In attached file is the plot of data from gsl_fit_linear

after modified output printf() function:

printf ("%12.6f %12.6f %12.6f %12.6f \n", xf, yf,  +1.0*yf_err, -1.0*yf_err );

//printf ("%12.6f %12.6f %12.6f %12.6f \n", xf, yf, yf + yf_err, yf - yf_err );

 
Regards,
Sergey.
 
 
 
 
 
 
 
 
 

Attachment: TestLinearRegressionx002a.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]