Forecasting and Analyzing Temporal Data Patterns
Understanding Time Series Analysis
Time Series Analysis is the statistical analysis of data points collected over time intervals. It involves identifying patterns, and constant autocorrelation structure.
and constant autocorrelation structure. A stationary time series doesn’t have changing means or variances over time.
Stationary time series are non-stationary. Stationarity is important because many time series models (ARIMA) assume stationarity. You can make a series stationary through differencing (subtracting consecutive values) or transformations (log, square root).
What is time series cross-validation?
Time series cross-validation respects temporal order by using past data to predict future data. Unlike standard cross-validation, you don't randomly shuffle data.
Frequently asked questions
What is time series cross-validation?
Time series cross-validation respects temporal order by using past data to predict future data. Unlike standard cross-validation, you don't randomly shuffle data.
What is time series cross-validation?
Time series cross-validation respects temporal order by using past data to predict future data. Unlike standard cross-validation, you don’t randomly shuffle data.
What is time series cross-validation?
Time series cross-validation respects temporal order by using past data to predict future data. Unlike standard cross-validation, you don't randomly shuffle data.
What is multivariate time series forecasting?
Multivariate time series forecasting involves predicting a variable based on other related variables that have been recorded over time.
▶ Try it live
Everything above runs in your browser — open Earthquake Wave Propagation Simulation and change the parameters while it is running. Nothing is installed, nothing is uploaded, the whole model lives in one tab.