[SciPy-user] Autocorrelation

Nils Wagner nwagner at iam.uni-stuttgart.de
Tue Aug 15 12:03:07 EDT 2006


David Huard wrote:
> Hi,
> I haven't seen in Scipy a function to compute the autocorrelation of a
> time series. Is there one I missed ?
>
> Thanks,
>
> David
> ------------------------------------------------------------------------
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>   


signal.correlate(in1,in1,full) ?

Nils




More information about the SciPy-User mailing list