This function constructs an object of class fHMM_model
, which
contains details about the fitted (hierarchical) Hidden Markov model.
fHMM_model(
data,
estimate,
nlm_output,
estimation_time,
ll,
lls,
gradient,
inverse_fisher,
decoding
)# S3 method for fHMM_model
print(x, ...)
# S3 method for fHMM_model
residuals(object, ...)
# S3 method for fHMM_model
summary(object, alpha = 0.05, ...)
# S3 method for fHMM_model
coef(object, alpha = 0.05, digits = 2, ...)
# S3 method for fHMM_model
AIC(object, ..., k = 2)
# S3 method for fHMM_model
BIC(object, ...)
# S3 method for fHMM_model
nobs(object, ...)
# S3 method for fHMM_model
logLik(object, ...)
npar(object, ...)
# S3 method for fHMM_model
npar(object, ...)
# S3 method for fHMM_model
predict(object, ahead = 5, alpha = 0.05, ...)
An object of class fHMM_model
.
An object of class fHMM_data
.
A numeric
vector of unconstrained model estimates.
The output of nlm
for the selected optimization run.
A diff.time
object, the total estimation time.
A numeric
, the model log-likelihood.
A numeric
vector, the model log-likelihoods in all optimization runs.
A numeric
vector, the gradient at the optimum.
A numeric
vector, the inverse Fisher information for each parameter.
A numeric
vector, the decoded time series.
An object of class fHMM_model
.
Currently not used.
A numeric
between 0 and 1, the confidence level.
The number of decimal places.
Passed on to AIC
.
The number of time points to predict ahead.