statsmodels.miscmodels.tmodel.TLinearModel.loglikeobs#
- TLinearModel.loglikeobs(params)#
Log-likelihood of the model for all observations at params
- Parameters:
- paramsarray_like
The parameters of the model.
- Returns:
- loglikearray_like
The log likelihood of the model evaluated at params.