Skip to contents

Class "PeriodicTS" is the main class for univariate periodic time series in package "pcts".

Objects from the Class

Objects can be created from numeric vectors and objects from other time series classes by calling pcts (recommended in most cases).

It is possible also to use calls of the form new("PeriodicTS", ...). This is more useful in programming.

Slots

.Data:

Object of class "numeric", the core data. Several functions can be used to extract it in various formats, see Vec.

cycle:

Object of class "BasicCycle", representing the seasonal information, see pcCycle.

pcstart:

Object of class "ANY", the time of the first observation.

Extends

Class "PeriodicTimeSeries", directly. Class "numeric", from data part. Class "Cyclic", by class "PeriodicTimeSeries", distance 2. Class "vector", by class "numeric", distance 2. Class "index", by class "numeric", distance 2. Class "replValue", by class "numeric", distance 2. Class "numLike", by class "numeric", distance 2. Class "number", by class "numeric", distance 2. Class "atomicVector", by class "numeric", distance 2. Class "numericVector", by class "numeric", distance 2. Class "replValueSp", by class "numeric", distance 3. Class "Mnumeric", by class "numeric", distance 3.

Methods

coerce

signature(from = "mts", to = "PeriodicTS"): ...

coerce

signature(from = "PeriodicTS", to = "ts"): ...

coerce

signature(from = "ts", to = "PeriodicTS"): ...

plot

signature(x = "PeriodicTS", y = "missing"): ...

show

signature(object = "PeriodicTS"): ...

summary

signature(object = "PeriodicTS"): ...

See also

pcts for creating "PeriodicTS" objects from raw vectors and objects from other time series classes.

PeriodicMTS for multivariate periodic time series.