Seasonal time series

MR-dice-icon.png Download a pdf copy of this help file  here

See also: Time series introduction, Time series modeling in finance

image606.gif
A seasonal time series.

Many random variables exhibit some degree of seasonality over time: that is, some quality of the probability distribution of their values (usually the mean and spread, but in principle the minimum, maximum, etc) has a repeated pattern with a defined period.

For example:

Handling seasonality

Seasonality is probably only relevant to us if:

if you can, aggregate estimates over complete seasonal periods which will allow you to use a simpler model.

Seasonality index method

The effect of seasonality is modelled two different ways:

1. A set of seasonality indices {I1 to In} where you are modeling n individual forecasts within the seasonality period. This is the method implemented in VoseTimeSeasonalGBM.

2. A set of periodic functions (like a sin function) with different amplitudes and frequencies (not recommended).

Read on: Bounded random walk