Directional symmetry (time series)

In statistical analysis of time series and in signal processing, directional symmetry is a statistical measure of a model's performance in predicting the direction of change, positive or negative, of a time series from one time period to the next.

Definition

Given a time series t with values t_i at times i=1, \ldots, n and a model that makes predictions for those values \hat t_i, then the directional symmetry (DS) statistic is defined as

\operatorname{DS}(t,\hat t) = \frac{100}{n-1}\sum_{i=2}^{n}d_i,
d_i = \begin{cases} 1, & \text{if }(t_i - t_{i-1})(\hat t_i - \hat t_{i-1})\ge 0 \\ 0, & \text{otherwise} .\end{cases}

Interpretation

The DS statistic gives the percentage of occurrences in which the sign of the change in value from one time period to the next is the same for both the actual and predicted time series. The DS statistic is a measure of the performance of a model in predicting the direction of value changes. The case DS=100\% would indicate that a model perfectly predicts the direction of change of a time series from one time period to the next.

See also

Notes and references


This article is issued from Wikipedia - version of the Monday, April 04, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.