Re: [Matplotlib-users] autocorrelation question

2012-06-19 Thread Bala subramanian
Hi, The input is a parameter termed dipole moment. I want to see how it decays with respect to time. On Tue, Jun 19, 2012 at 11:12 AM, francesco oteri wrote: > Hi bala, > what is the input? How did you calculate it? > > Francesco > > 2012/6/19 Bala subramanian > >> Friends, >> I want to plot th

Re: [Matplotlib-users] autocorrelation question

2012-06-19 Thread francesco oteri
Hi bala, what is the input? How did you calculate it? Francesco 2012/6/19 Bala subramanian > Friends, > I want to plot the autocorrelation of my data as a function of time as > given in the following link, with autocorrelation coef in Y axis and Time > in x-axis. > > http://www.itl.nist.gov/div

[Matplotlib-users] autocorrelation question

2012-06-19 Thread Bala subramanian
Friends, I want to plot the autocorrelation of my data as a function of time as given in the following link, with autocorrelation coef in Y axis and Time in x-axis. http://www.itl.nist.gov/div898/handbook/eda/section3/autocopl.htm I used the following code to achieve the same using the acorr func