dot-fit_cat_stationary: Fit stationary categorical AD model

.fit_cat_stationaryR Documentation

Fit stationary categorical AD model

Description

Internal function to fit a model where both marginal and transition probabilities are constant over time.

Usage

.fit_cat_stationary(y, p, c, blocks = NULL, homogeneous = TRUE)

Arguments

y

Data matrix

p

Order

c

Number of categories

blocks

Block vector (or NULL)

homogeneous

Whether to pool across blocks

Value

A cat_fit-like object with stationary constraints


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