static LogitResults.llnull()

statsmodels.discrete.discrete_model.LogitResults.llnull static LogitResults.llnull()

static LogitResults.llf()

statsmodels.discrete.discrete_model.LogitResults.llf static LogitResults.llf()

static LogitResults.fittedvalues()

statsmodels.discrete.discrete_model.LogitResults.fittedvalues static LogitResults.fittedvalues()

static LogitResults.bse()

statsmodels.discrete.discrete_model.LogitResults.bse static LogitResults.bse()

static LogitResults.bic()

statsmodels.discrete.discrete_model.LogitResults.bic static LogitResults.bic()

static LogitResults.aic()

statsmodels.discrete.discrete_model.LogitResults.aic static LogitResults.aic()

static KDEUnivariate.sf()

statsmodels.nonparametric.kde.KDEUnivariate.sf static KDEUnivariate.sf() [source] Returns the survival function evaluated at the support. Notes Will not work if fit has not been called.

static KDEUnivariate.icdf()

statsmodels.nonparametric.kde.KDEUnivariate.icdf static KDEUnivariate.icdf() [source] Inverse Cumulative Distribution (Quantile) Function Notes Will not work if fit has not been called. Uses scipy.stats.mstats.mquantiles.

static KDEUnivariate.entropy()

statsmodels.nonparametric.kde.KDEUnivariate.entropy static KDEUnivariate.entropy() [source] Returns the differential entropy evaluated at the support Notes Will not work if fit has not been called. 1e-12 is added to each probability to ensure that log(0) is not called.

static KDEUnivariate.cumhazard()

statsmodels.nonparametric.kde.KDEUnivariate.cumhazard static KDEUnivariate.cumhazard() [source] Returns the hazard function evaluated at the support. Notes Will not work if fit has not been called.