naginterfaces.library.tsa.uni_​means

naginterfaces.library.tsa.uni_means(z, m, rs)[source]

uni_means calculates the range (or standard deviation) and the mean for groups of successive time series values. It is intended for use in the construction of range-mean plots.

For full information please refer to the NAG Library document for g13au

https://support.nag.com/numeric/nl/nagdoc_30/flhtml/g13/g13auf.html

Parameters
zfloat, array-like, shape

must contain the th observation , for .

mint

, the group size.

rsstr, length 1

Indicates whether ranges or standard deviations are to be calculated.

Ranges are calculated.

Standard deviations are calculated.

Returns
yfloat, ndarray, shape

contains the range or standard deviation, as determined by , of the th group of observations, for .

meanfloat, ndarray, shape

contains the mean of the th group of observations, for .

Raises
NagValueError
(errno )

On entry, , and .

Constraint: .

(errno )

On entry, and .

Constraint: .

(errno )

On entry, .

Constraint: .

(errno )

On entry, .

Constraint: or .

Notes

Let denote successive observations in a time series. The series may be divided into groups of successive values and for each group the range or standard deviation (depending on a user-supplied option) and the mean are calculated. If is not a multiple of then groups of equal size are found starting from the end of the series of observations provided, and any remaining observations at the start of the series are ignored. The number of groups used, , is the integer part of . If you wish to ensure that no observations are ignored then the number of observations, , should be chosen so that is divisible by .

The mean, , the range, , and the standard deviation, , for the th group are defined as

and

where , the number of observations ignored.

For seasonal data it is recommended that should be equal to the seasonal period. For non-seasonal data the recommended group size is .

A plot of range against mean or of standard deviation against mean is useful for finding a transformation of the series which makes the variance constant. If the plot appears random or the range (or standard deviation) seems to be constant irrespective of the mean level then this suggests that no transformation of the time series is called for. On the other hand an approximate linear relationship between range (or standard deviation) and mean would indicate that a log transformation is appropriate. Further details may be found in either Jenkins (1979) and McLeod (1982).

You have the choice of whether to use the range or the standard deviation as a measure of variability. If the group size is small they are both equally good but if the group size is fairly large (e.g., for monthly data) then the range may not be as good an estimate of variability as the standard deviation.

References

Jenkins, G M, 1979, Practical Experiences with Modelling and Forecasting Time Series, GJP Publications, Lancaster

McLeod, G, 1982, Box–Jenkins in Practice. 1: Univariate Stochastic and Single Output Transfer Function/Noise Analysis, GJP Publications, Lancaster