statsmodels.tsa.ar_model.AR.score
-
AR.score(params)
[source] -
Return the gradient of the loglikelihood at params.
Parameters: params : array-like
The parameter values at which to evaluate the score function.
Notes
Returns numerical gradient.
AR.score(params)
[source]
Return the gradient of the loglikelihood at params.
Parameters: |
params : array-like The parameter values at which to evaluate the score function. |
---|
Returns numerical gradient.
Please login to continue.