plot_dynamics_matrices¶
- behavenet.plotting.arhmm_utils.plot_dynamics_matrices(model, deridge=False)[source]¶
Plot autoregressive dynamics matrices for arhmm.
- Parameters:
model (
ssm.HMMobject) –deridge (
bool, optional) – remove diagonal to more clearly see dynamic range of off-diagonal entries
- Returns:
matplotlib figure handle
- Return type:
matplotlib.figure.Figure