Model

Note that this class inherits from Simulation Smoother. The documentation of the following classes should be consulted for additional details:

class dismalpy.ssm.model.Model(endog, k_states, nobs=None, **kwargs)[source]

State space model

Parameters:

endog : array_like, iterable, str

Endogenous data or names of endogenous variables.

See also

dismalpy.model.Model