statsmodels.miscmodels.tmodel.TLinearModel.score_obs#

TLinearModel.score_obs(params, **kwds)#

Jacobian/Gradient of log-likelihood evaluated at params for each observation

Parameters:
paramsarray_like

The parameters of the model.

**kwds

Additional keyword arguments passed to the numerical derivative function, e.g., centered or epsilon.

Returns:
ndarray

The Jacobian of the log-likelihood evaluated at params for each observation.