statsmodels.tsa.ardl.ARDL.score#
- ARDL.score(params)#
Score vector of model
The gradient of logL with respect to each parameter.
- Parameters:
- paramsarray_like
The parameters to use when evaluating the score.
- Returns:
ndarrayThe score vector evaluated at the parameters.