TLinearModel.nloglikeobs()

statsmodels.miscmodels.tmodel.TLinearModel.nloglikeobs

TLinearModel.nloglikeobs(params) [source]

Loglikelihood of linear model with t distributed errors.

Parameters:

params : array

The parameters of the model. The last 2 parameters are degrees of freedom and scale.

Returns: 登录查看完整内容