statsmodels.tsa.ar_model.AR.score¶
-
AR.
score
(params)[source]¶ Compute the gradient of the log-likelihood at params.
- Parameters
- paramsarray_like
The parameter values at which to evaluate the score function.
- Returns
ndarray
The gradient computed using numerical methods.