Get initial parameter estimates for time series models
get_initial_estimates(
model_params,
initial = NULL,
method = "pmm2",
verbose = FALSE
)List containing:
Vector of initial AR/MA coefficients
Estimated mean (if include.mean=TRUE)
Initial residuals/innovations
Centered (or differenced + centered) series
Second central moment of initial residuals
Third central moment of initial residuals
Fourth central moment of initial residuals
Validated model parameters from validate_ts_parameters
Optionally user-provided initial estimates
Estimation method
Output detailed information