| .validate_params_cat | R Documentation |
Checks that transition probabilities are valid (non-negative, sum to 1).
.validate_params_cat(marginal, transition, p, c, n_time, tol = 1e-08)
marginal |
Marginal parameters |
transition |
Transition parameters |
p |
Order |
c |
Number of categories |
n_time |
Number of time points |
tol |
Tolerance for checking sums |
TRUE if valid, otherwise throws error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.