View source: R/BivariateAutoregressiveHMM.R
BackwardLinear | R Documentation |
Calculates backward probabilities accounting for autoregressive dependence in the toxin measurements
BackwardLinear(
algae_data,
toxin_data,
time,
tran,
mu_a,
k_a,
tox_em,
states,
toxin_states
)
algae_data |
Algae count data |
toxin_data |
Toxin data measured in micro grams / OA equivalent |
time |
Day to calculate forward probability at |
tran |
Transition Markov state probabilities |
mu_a |
mean negative binomial parameter |
k_a |
size negative binomial parameter |
tox_em |
Classification matrix from ordinal regression parameters |
Return backward probabilities from day time to end of data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.