Forward-backward algorithm called in fit.MSAR.
Estep.MSAR.VM(data, theta, smth = FALSE, verbose = FALSE,
covar.emis = NULL, covar.trans = NULL)array of univariate or multivariate series with dimension T*N.samples*d. T: number of time steps of each sample, N.samples: number of realisations of the same stationary process, d: dimension.
model's parameter; object of class MSAR. See also init.theta.MSAR.
If smth=FALSE, only the forward step is computed for forecasting probabilities. If smth=TRUE, the smoothing probabilities are computed too.
covariables for emission probabilities.
covariables for transition probabilities
list including
log likelihood
smoothing probabilities: \(P(S_t=s|y_0,\cdots,y_T)\)
one step smoothing probabilities: \(P(S_t=s,S_{t+1}|y_0,\cdots,y_T)\)
Ailliot P., Bessac J., Monbet V., Pene F., (2014) Non-homogeneous hidden Markov-switching models for wind time series. JSPI.
fit.MSAR.VM, Mstep.hh.MSAR.VM,Estep.MSAR