dot-blend_cat_params_em: Blend old/new CAT parameters and renormalize probabilities

.blend_cat_params_emR Documentation

Blend old/new CAT parameters and renormalize probabilities

Description

Blend old/new CAT parameters and renormalize probabilities

Usage

.blend_cat_params_em(
  old_marginal,
  old_transition,
  new_marginal,
  new_transition,
  step,
  order,
  n_time,
  n_blocks,
  homogeneous
)

Arguments

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.

Value

List with blended marginal and transition.


antedep documentation built on April 25, 2026, 1:06 a.m.