PTScomponents {UComp} | R Documentation |
PTScomponents
Description
Estimates components of PTS models
Usage
PTScomponents(m)
Arguments
m |
an object of type |
Value
The same input object with the appropriate fields filled in, in particular:
comp: Estimated components in matrix form
Author(s)
Diego J. Pedregal
See Also
PTSmodel
, PTSsetup
, PTSestim
,
PTSvalidate
, PTS
Examples
## Not run:
m1 <- PTS(log(AirPassengers))
m1 <- PTScomponents(m1)
## End(Not run)
[Package UComp version 5.0.4 Index]