static ARMAResults.maparams()

statsmodels.tsa.arima_model.ARMAResults.maparams static ARMAResults.maparams() [source]

static MultinomialResults.pvalues()

statsmodels.discrete.discrete_model.MultinomialResults.pvalues static MultinomialResults.pvalues()

Gamma.weights()

statsmodels.genmod.families.family.Gamma.weights Gamma.weights(mu) Weights for IRLS steps Parameters: mu : array-like The transformed mean response variable in the exponential family Returns: w : array The weights for the IRLS steps Notes w = 1 / (link?(mu)**2 * variance(mu))

Link.deriv()

statsmodels.genmod.families.links.Link.deriv Link.deriv(p) [source] Derivative of the link function g?(p). Just a placeholder. Parameters: p : array-like Returns: The value of the derivative of the link function g?(p) :

MNLogit.loglike_and_score()

statsmodels.discrete.discrete_model.MNLogit.loglike_and_score MNLogit.loglike_and_score(params) [source] Returns log likelihood and score, efficiently reusing calculations. Note that both of these returned quantities will need to be negated before being minimized by the maximum likelihood fitting machinery.

CountModel.fit_regularized()

statsmodels.discrete.discrete_model.CountModel.fit_regularized CountModel.fit_regularized(start_params=None, method='l1', maxiter='defined_by_method', full_output=1, disp=1, callback=None, alpha=0, trim_mode='auto', auto_trim_tol=0.01, size_trim_tol=0.0001, qc_tol=0.03, **kwargs) [source] Fit the model using a regularized maximum likelihood. The regularization method AND the solver used is determined by the argument method. Parameters: start_params : array-like, optional Initial guess of t

LinearIVGMM.fit()

statsmodels.sandbox.regression.gmm.LinearIVGMM.fit LinearIVGMM.fit(start_params=None, maxiter=10, inv_weights=None, weights_method='cov', wargs=(), has_optimal_weights=True, optim_method='bfgs', optim_args=None) Estimate parameters using GMM and return GMMResults TODO: weight and covariance arguments still need to be made consistent with similar options in other models, see RegressionResult.get_robustcov_results Parameters: start_params : array (optional) starting value for parameters ub m

KernelReg.r_squared()

statsmodels.nonparametric.kernel_regression.KernelReg.r_squared KernelReg.r_squared() [source] Returns the R-Squared for the nonparametric regression. Notes For more details see p.45 in [2] The R-Squared is calculated by: where is the mean calculated in fit at the exog points.

probit.inverse()

statsmodels.genmod.families.links.probit.inverse probit.inverse(z) The inverse of the CDF link Parameters: z : array-like The value of the inverse of the link function at p Returns: p : array Mean probabilities. The value of the inverse of CDF link of z Notes g^(-1)(z) = dbn.cdf(z)

static QuantRegResults.HC1_se()

statsmodels.regression.quantile_regression.QuantRegResults.HC1_se static QuantRegResults.HC1_se() [source]