Msts {uroot}R Documentation

Matrix with Seasonal Data

Description

Returns a matrix with the seaonal data by columns. For internal use.

Usage

    Msts (wts)
  

Arguments

wts a univariate time series object.

Author(s)

Javier López-de-Lacalle javlacalle@yahoo.es and Ignacio Díaz-Emparanza Ignacio.Diaz-Emparanza@ehu.es

Examples

    ## Buys-Ballot contour plot.
    data(AirPassengers)
    Msts(wts=log(AirPassengers))
  

[Package uroot version 1.4 Index]