autocorrelation of time series
55 views (last 30 days)
Show older comments
hi all, I'm trying to carry out the autocorrelation of a historical series of which here I insert a part of the starting file as I cannot share the entire file for privacy.
Basically I would like to be able to carry out the autocorrelation of the values present in column R (ER) and maybe also in column S if possible.
How to carry out autocorrelation starting from this type of data? Does anyone have an example script and could you explain to me what exactly this autocorrelation does? Would it be possible to obtain a correlogram as output?
An infinite thanks to those who help me.
0 Comments
Answers (1)
Raunak Gupta
on 13 Nov 2020
Hi,
The autocorrelation is generally used for finding the correlation between different time stamp values of a same process. The named function autocorr does the same, and yes the output of the function is correlogram which can be used to visualize the autocorrelation.
There are two reference documentation which can help in better understanding about autocorrelation. You may find them useful.
0 Comments
See Also
Categories
Find more on Biotech and Pharmaceutical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!