PoissonOffsetGMLE.information()

statsmodels.miscmodels.count.PoissonOffsetGMLE.information PoissonOffsetGMLE.information(params) Fisher information matrix of model Returns -Hessian of loglike evaluated at params.

RegressionResults.compare_lr_test()

statsmodels.regression.linear_model.RegressionResults.compare_lr_test RegressionResults.compare_lr_test(restricted, large_sample=False) [source] Likelihood ratio test to test whether restricted model is correct Parameters: restricted : Result instance The restricted model is assumed to be nested in the current model. The result instance of the restricted model is required to have two attributes, residual sum of squares, ssr, residual degrees of freedom, df_resid. large_sample : bool Flag

static IVRegressionResults.cov_HC1()

statsmodels.sandbox.regression.gmm.IVRegressionResults.cov_HC1 static IVRegressionResults.cov_HC1() See statsmodels.RegressionResults

static GLMResults.resid_pearson()

statsmodels.genmod.generalized_linear_model.GLMResults.resid_pearson static GLMResults.resid_pearson() [source]

TransfTwo_gen.moment()

statsmodels.sandbox.distributions.transformed.TransfTwo_gen.moment TransfTwo_gen.moment(n, *args, **kwds) n?th order non-central moment of distribution. Parameters: n : int, n>=1 Order of moment. arg1, arg2, arg3,... : float The shape parameter(s) for the distribution (see docstring of the instance object for more information). kwds : keyword arguments, optional These can include ?loc? and ?scale?, as well as other keyword arguments relevant for a given distribution.

TLinearModel.initialize()

statsmodels.miscmodels.tmodel.TLinearModel.initialize TLinearModel.initialize() [source]

CountResults.initialize()

statsmodels.discrete.discrete_model.CountResults.initialize CountResults.initialize(model, params, **kwd)

ARMAResults.cov_params()

statsmodels.tsa.arima_model.ARMAResults.cov_params ARMAResults.cov_params() [source]

PoissonGMLE.nloglike()

statsmodels.miscmodels.count.PoissonGMLE.nloglike PoissonGMLE.nloglike(params)

IRAnalysis.lr_effect_stderr()

statsmodels.tsa.vector_ar.irf.IRAnalysis.lr_effect_stderr IRAnalysis.lr_effect_stderr(orth=False) [source]