statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.score¶
- DynamicFactor.score(params, *args, **kwargs)¶
Compute the score function at params.
Notes
This is a numerical approximation, calculated using first-order complex step differentiation on the loglike method.
Both args and kwargs are necessary because the optimizer from fit must call this function and only supports passing arguments via args (for example scipy.optimize.fmin_l_bfgs).