statsmodels.othermod.betareg.BetaModel.information¶ BetaModel.information(params)¶ Fisher information matrix of model. Returns -1 * Hessian of the log-likelihood evaluated at params. Parameters:¶ paramsndarrayThe model parameters. Last update: Dec 23, 2024