powered by
Estimates and forecasts PTS models
PTSestim(m)
The same input object with the appropriate fields filled in, in particular:
p0: Initial values for parameter search
p: Estimated parameters
lambda: Estimated Box-Cox lambda parameter
v: Estimated innovations (white noise in correctly specified models)
yFor: Forecasted values of output
yForV: Variance of forecasted values of output
an object of type PTS created with PTSmodel
PTS
PTSmodel
Diego J. Pedregal
PTSestim estimates and forecasts a time series using an a PTS model
PTSestim
PTSmodel, PTSsetup, PTSvalidate, PTScomponents, PTS
PTSsetup
PTSvalidate
PTScomponents
if (FALSE) { m1 <- PTSsetup(log(AirPassengers)) m1 <- PTSestim(m1) }
Run the code above in your browser using DataLab