Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
nicolas1988b
Posted - 10/31/2017 : 3:06:11 PM Hi, i need to write an autocorrelation funtion to fit with my data. the funtion is something like this G(nu)={(1/(N-nu)*sum(F(i)*F(i+nu),i,i+un)/[((1/(N-nu))*sum(F(j),nu,N)]*[((1/(N-nu))*sum(F(j),j=1,n-nu)]} where N and nu are positions in a row of random numbers and F(i) is the number in the position i i can chose nu.
I already have a program that calculates de correlation, the graph is this one: