statsmodels.tsa.regime_switching.markov_autoregression.MarkovAutoregression.score

MarkovAutoregression.score(params, transformed=True)

Compute the score function at params.

Parameters:
paramsarray_like

Array of parameters at which to evaluate the score function.

transformedbool, optional

Whether or not params is already transformed. Default is True.


Last update: Dec 14, 2023