| .blend_cat_params_em | R Documentation |
Blend old/new CAT parameters and renormalize probabilities
.blend_cat_params_em(
old_marginal,
old_transition,
new_marginal,
new_transition,
step,
order,
n_time,
n_blocks,
homogeneous
)
old_marginal |
Previous marginal parameters. |
old_transition |
Previous transition parameters. |
new_marginal |
Proposed marginal parameters. |
new_transition |
Proposed transition parameters. |
step |
Step size in (0, 1]. |
order |
Model order. |
n_time |
Number of time points. |
n_blocks |
Number of blocks. |
homogeneous |
Whether parameters are shared across blocks. |
List with blended marginal and transition.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.