View source: R/univariate_normal_hmm_functions.R
norm_hmm_mle | R Documentation |
Maximum likelihood estimation of univariate normal parameters
norm_hmm_mle( x, m, mu0, sigma0, gamma0, delta0 = NULL, stationary = TRUE, hessian = FALSE )
x |
Vector of observations |
m |
Number of states |
mu0 |
Vector of length m, initial values for means |
sigma0 |
Vector of length m, initial values for standard deviations |
gamma0 |
Matrix of size m x m, initial values for transition probability matrix |
delta0 |
Optional, vector of length m, initial values for initial distribution |
stationary |
Boolean, whether the HMM is stationary or not |
hessian |
Boolean, whether to return the inverse hessian |
List of results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.