- data
The input time series data.
- model
A list describing the model structure.
- params
The parameters of the model.
- std_errors
Approximate standard errors of the parameters, if calculated.
- transition_weights
The transition weights of the model.
- regime_cmeans
Conditional means of the regimes, if data is provided.
- total_cmeans
Total conditional means of the model, if data is provided.
- total_ccovs
Total conditional covariances of the model, if data is provided.
- uncond_moments
A list of unconditional moments including regime autocovariances, variances, and means.
- residuals_raw
Raw residuals, if data is provided.
- residuals_std
Standardized residuals, if data is provided.
- structural_shocks
Recovered structural shocks, if applicable.
- loglik
Log-likelihood of the model, if data is provided.
- IC
The values of the information criteria (AIC, HQIC, BIC) for the model, if data is provided.
- all_estimates
The parameter estimates from all estimation rounds, if applicable.
- all_logliks
The log-likelihood of the estimates from all estimation rounds, if applicable.
- which_converged
Indicators of which estimation rounds converged, if applicable.
- which_round
Indicators of which round of optimization each estimate belongs to, if applicable.
- LS_estimates
The least squares estimates of the parameters in the form
\((\phi_{1,0},...,\phi_{M,0},\varphi_1,...,\varphi_M,\alpha\) (intercepts replaced by unconditional means
if mean parametrization is used), if applicable.