View source: R/univariate_autoregressive_hmm_functions.R
ar_densities | R Documentation |
Returns densities for autoregressive model
ar_densities(x, mod, m, q, n)
x |
Vector of observations |
mod |
List of HMM parameters |
m |
Number of states |
n |
Number of observations |
n x m matrix of densities for autoregressive model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.