help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] Doubt (bug?) in gsl_fit_linear function


From: John A. Crow
Subject: Re: [Help-gsl] Doubt (bug?) in gsl_fit_linear function
Date: Sat, 9 Jun 2012 12:07:59 -0600

Take a closer look at your data. It's a vertical line so the slope  will be 
infinite.

> Message: 1
> Date: Sat, 9 Jun 2012 00:05:04 -0700 (PDT)
> From: Ruchin Kansal <address@hidden>
> To: "address@hidden" <address@hidden>
> Cc: "address@hidden" <address@hidden>
> Subject: [Help-gsl] Doubt (bug?) in gsl_fit_linear function
> Message-ID:
>       <address@hidden>
> Content-Type: text/plain; charset=us-ascii
> 
> Hi,
> 
> I am using gsl_fit_linear to fit a straight line through my data samples. 
> Incidentally, I came across a situation when 
> the data samples lie on a vertical line. I observed that in this case 
> gsl_fit_linear returns everything as (nan). Is it a known behavior or there 
> may be something wrong at my end?
> 
> I passed the following data samples to this function:
> {(50, 52), (50, 50), (50, 53), (50, 49), (50, 51)}
> 




reply via email to

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