statsmodels.tsa.regime_switching.markov_regression.MarkovRegression.score¶
- MarkovRegression.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:
Jun 10, 2024