statsmodels.othermod.betareg.BetaModel.hessian_factor# BetaModel.hessian_factor(params, observed=True)[source]# Derivatives of loglikelihood function w.r.t. linear predictors Parameters: paramsndarrayParameter at which Hessian is evaluated. observedboolIf True, then the observed Hessian is returned (default). If False, then the expected information matrix is returned. Returns: tupleThe three hessian factors, corresponding to the upper triangle of the Hessian matrix, as returned by score_hessian_factor.