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.

static IVRegressionResults.tvalues()

statsmodels.sandbox.regression.gmm.IVRegressionResults.tvalues static IVRegressionResults.tvalues() Return the t-statistic for a given parameter estimate.

static IVRegressionResults.wresid()

statsmodels.sandbox.regression.gmm.IVRegressionResults.wresid static IVRegressionResults.wresid()

static IVRegressionResults.uncentered_tss()

statsmodels.sandbox.regression.gmm.IVRegressionResults.uncentered_tss static IVRegressionResults.uncentered_tss()

static IVRegressionResults.ssr()

statsmodels.sandbox.regression.gmm.IVRegressionResults.ssr static IVRegressionResults.ssr()

static IVRegressionResults.rsquared_adj()

statsmodels.sandbox.regression.gmm.IVRegressionResults.rsquared_adj static IVRegressionResults.rsquared_adj()

static IVRegressionResults.scale()

statsmodels.sandbox.regression.gmm.IVRegressionResults.scale static IVRegressionResults.scale()

static IVRegressionResults.resid_pearson()

statsmodels.sandbox.regression.gmm.IVRegressionResults.resid_pearson static IVRegressionResults.resid_pearson() Residuals, normalized to have unit variance. Returns: An array wresid/sqrt(scale) :

static IVRegressionResults.resid()

statsmodels.sandbox.regression.gmm.IVRegressionResults.resid static IVRegressionResults.resid()

static IVRegressionResults.rsquared()

statsmodels.sandbox.regression.gmm.IVRegressionResults.rsquared static IVRegressionResults.rsquared()