Time-Series Flashcards
What is time-series ?
a set of time-ordered observations of a process
how is the time organised?
the intervals between observations remain constant (minutes / years / anything)
what is univariate time-series?
Univariate time-series = many observations originating from one source
what is multivariate time-series?
Multi-variate time-series = many observations originating from multiple different sources
What is the goal of time-series?
predicting and explaining the properties of time-series
what are the key properties of time-series data?
Ð Variation
Ð Autocorrelation
Ð Stationarity
what are the types of variation ?
(trends, seasonality, cycles, irregular variation)
what are the types of Forecasting & Prediction?
Ð Predicting the evolution of a process (but also using the past)
Ð Directionality Analysis: how time-series influence / predict each other.
what is a trend?
ANY systematic change in the level of a series, its long term direction / effect. (increases-decreases)
what do we have to do with trends?
Ð Modelling it explicitly
Ð Detrending
why model a trend ?
various characteristics of time series data can be of theoretical interest—in which case they should be modeled
why detrend?
if trends are of no theoretical interest …. they should be removed so that the aspects that are of interest can be more easily analyzed.
what is SEASONALITY ?
A repeating pattern of increase / decrease in the series that occurs consistently throughout its duration.
give an example of seasonality….
Ð E.G – For instance, restaurant attendance may exhibit a weekly seasonal pattern such that the weekends routinely display the highest levels within the series across weeks (i.e., the time period), and the first several weekdays are consistently the lowest
Ð Or
Ð A naturally occurring time period: ‘seasonal’ factors (monthly or weekly event changes)
The underlying pattern remains fixed in seasonality, yet its magnitude may vary in effect size.
Once a systematic component has been identified in time-series…. it is often ……
modelled or removed
if seasonality is of not interest… we would thus…
remove it
called seasonal adjustment
what is a cycle?
A cyclical component in a time series is conceptually similar to a seasonal component: It is a pattern of fluctuation (i.e., increase or decrease) that reoccurs across periods of time.
how is a cycle unlike seasonal effects?
However, unlike seasonal effects whose duration is fixed across occurrences and are associated with some aspect of the calendar (e.g., days, months), the patterns represented by cyclical effects are not of fixed duration (i.e., their length often varies from cycle to cycle) and are not attributable to any naturally-occurring time periods
WHAT IS IRREGULAR VARIATION?
Randomness: Any remaining variation in a time series
after removing the systematic changes in the time series (trend, seasonality, cycles).
what is irregular variation also referred to as?
white noise
It constitutes any remaining variation in a time series after these three systematic components have been partitioned out. In time series parlance, when this component is completely random (i.e., not autocorrelated), it is referred to as white noise, which plays an important role in both the theory and practice of time series modeling.
Equivalent to the error term in a statistical model. Residual time series left after fitting a model to the data.
After a model has been fit to the data, the residuals form…..
After a model has been fit to the data, the residuals form a time series of their own, called the residual error series. If the statistical model has been successful in accounting for all the patterns in the data (e.g., systematic components such as trend and seasonality), the residual error series should be nothing more than unrelated white noise error terms with a mean of zero and some constant variance
what is STATIONARITY?
stationarity is the most important assumption when making predictions based on past observations
Our time series is stationary, if the means and variance do not change/vary over time.
A complication with time series data is that its mean, variance, or autocorrelation structure can vary over time. A time series is said to be stationary when these properties remain constant. Thus, there are many ways in which a series can be non-stationary (e.g., an increasing variance over time), but it can only be stationary in one-way (viz., when all of these features do not change).
Stationarity is a pivotal concept in time series analysis because descriptive statistics of a series (e.g., its mean and variance) are only accurate population estimates if they remain constant throughout the series. With a stationary series, it will not matter when the variable is observed: “The properties of one section of the data are much like those of any other”. As a result, a stationary series is easy to predict: Its future values will be similar to those in the past. As a result, stationarity is the most important assumption when making predictions based on past observations,
what is the alternative assumption to stationarity?
weak stationarity
what is weak stationarity?
Needs the mean to be stable across time (not time independent) and the auto-covariance depends only on the time diff between two time points.