[SciPy-user] linear regression

ms devicerandom at gmail.com
Wed May 27 10:05:03 EDT 2009


jason-sage at creativetrax.com ha scritto:
> Is there a recommended way now of calculating the slope of a linear 
> regression?  Using the scipy.stats.linregress function gives a 
> deprecation warning, apparently because that function uses the 
> scipy.mean function:

I think you can use polyfit for doing linear regression, isn't it?

m.



More information about the SciPy-User mailing list