This website is using cookies to ensure you get the best experience possible on our website.
More info: Privacy & Cookies, Imprint
Autocorrelation is a statistical concept that describes the relationship between the values of a time series and their time-shifted values. It measures the magnitude and strength of dependencies or patterns in the data over time.
Autocorrelation is typically measured as a correlation coefficient, which indicates how strongly the values in a time series correlate with each other. The correlation coefficient can assume values between -1 and 1. A value of 1 indicates perfect positive autocorrelation, i.e. as one value increases in the time series, the offset values also increase. A value of -1 indicates perfect negative autocorrelation, i.e. as one value increases in the time series, the offset values decrease. A value of 0 indicates no autocorrelation, i.e. there is no linear relationship between the values and their offset values.
There are several methods of measuring autocorrelation. A commonly used method is to calculate the correlation coefficient using the correlation function, e.g. the Pearson correlation coefficient. This coefficient indicates how strong the linear relationship is between the values of a time series and their offset values.
The autocorrelation can also be represented graphically, e.g. by an autocorrelation diagram or a so-called correlogram. The correlation coefficient for various time shifts is displayed in a correlogram, which allows patterns or periodic dependencies in the data to be made visible.
Autocorrelation is an important concept in time series analysis and is used in various fields such as economics, finance, signal processing, and climate research to explore dependencies and patterns in temporal data.