View source: R/univariate_autoregressive_hmm_functions.R
ar_hmm_pn2pw | R Documentation |
mu does not need to be transformed, as there are no constraints.
ar_hmm_pn2pw(m, mu, sigma, gamma, phi, delta = NULL, stationary = TRUE)
m |
Number of states |
mu |
Vector of length m, containing means for the white noise in each state dependent normal distribution |
sigma |
Vector of length m, containing standard deviations for each state dependent normal distribution |
gamma |
Transition probabiilty matrix, size m x m |
phi |
m x q matrix of autoregressive parameters. Each row contains the parameters corresponding to a single state. |
delta |
Optional, vector of length m containing initial distribution |
stationary |
Boolean, whether the HMM is stationary or not |
Vector of working parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.