View source: R/BivariateAutoregressiveHMM.R
ClassificationAlgae | R Documentation |
Calculates probability of observed algae based on latent state and negative binomial parameters
ClassificationAlgae(observed_val, latent_val, mu_a, k_a)
observed_val |
Observed algae measurement |
latent_val |
Latent Markov state |
mu_a |
mean negative binomial parameter |
k_a |
size negative binomial parameter |
Probability of observed algae
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.