static DescrStatsW.std_mean()

statsmodels.stats.weightstats.DescrStatsW.std_mean static DescrStatsW.std_mean() [source] standard deviation of weighted mean

static DescrStatsW.std()

statsmodels.stats.weightstats.DescrStatsW.std static DescrStatsW.std() [source] standard deviation with default degrees of freedom correction

static DescrStatsW.nobs()

statsmodels.stats.weightstats.DescrStatsW.nobs static DescrStatsW.nobs() [source] alias for number of observations/cases, equal to sum of weights

static DescrStatsW.mean()

statsmodels.stats.weightstats.DescrStatsW.mean static DescrStatsW.mean() [source] weighted mean of data

static DescrStatsW.demeaned()

statsmodels.stats.weightstats.DescrStatsW.demeaned static DescrStatsW.demeaned() [source] data with weighted mean subtracted

static DescrStatsW.cov()

statsmodels.stats.weightstats.DescrStatsW.cov static DescrStatsW.cov() [source] weighted covariance of data if data is 2 dimensional assumes variables in columns and observations in rows uses default ddof

static DescrStatsW.corrcoef()

statsmodels.stats.weightstats.DescrStatsW.corrcoef static DescrStatsW.corrcoef() [source] weighted correlation with default ddof assumes variables in columns and observations in rows

static CountResults.tvalues()

statsmodels.discrete.discrete_model.CountResults.tvalues static CountResults.tvalues() Return the t-statistic for a given parameter estimate.

static CountResults.resid()

statsmodels.discrete.discrete_model.CountResults.resid static CountResults.resid() [source] Residuals Notes The residuals for Count models are defined as where . Any exposure and offset variables are also handled.

static CountResults.pvalues()

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