Learn R Programming

EstemPMM (version 0.1.1)

TS2fit-class: Base S4 class for storing PMM2 time series model results

Description

Base class for storing results of time series model estimation using PMM2

Arguments

Slots

coefficients

numeric vector of estimated parameters

residuals

numeric vector of final residuals

m2

numeric second central moment of initial residuals

m3

numeric third central moment of initial residuals

m4

numeric fourth central moment of initial residuals

convergence

logical or integer code indicating whether algorithm converged

iterations

numeric number of iterations performed

call

original function call

model_type

character string indicating model type

intercept

numeric value of intercept

original_series

numeric vector of original time series

order

list of order parameters

Slots

coefficients

Estimated coefficients

residuals

Final residuals

m2

Second central moment

m3

Third central moment

m4

Fourth central moment

convergence

Convergence status

iterations

Number of iterations performed

call

Original call

model_type

Model type

intercept

Intercept

original_series

Original time series

order

Model orders