statsmodels.base.model.ResultMixin

class statsmodels.base.model.ResultMixin[source]

Methods

aic()
bic()
bootstrap([nrep, method, disp, store]) simple bootstrap to get mean and variance of estimator
bsejac() standard deviation of parameter estimates based on covjac
bsejhj() standard deviation of parameter estimates based on covHJH
covjac() covariance of parameters based on outer product of jacobian of log-likelihood
covjhj() covariance of parameters based on HJJH
df_modelwc()
get_nlfun(fun)
hessv() cached Hessian of log-likelihood
jacv(**kwds) jacv is deprecated, use score_obsv instead! Use score_obsv attribute.
score_obsv() cached Jacobian of log-likelihood

Methods

aic()
bic()
bootstrap([nrep, method, disp, store]) simple bootstrap to get mean and variance of estimator
bsejac() standard deviation of parameter estimates based on covjac
bsejhj() standard deviation of parameter estimates based on covHJH
covjac() covariance of parameters based on outer product of jacobian of log-likelihood
covjhj() covariance of parameters based on HJJH
df_modelwc()
get_nlfun(fun)
hessv() cached Hessian of log-likelihood
jacv(**kwds) jacv is deprecated, use score_obsv instead! Use score_obsv attribute.
score_obsv() cached Jacobian of log-likelihood