statsmodels.nonparametric.kde.KDEUnivariate.cdf static KDEUnivariate.cdf() [source] Returns the cumulative distribution function evaluated at the support. Notes Will not work if fit has not been called.
statsmodels.sandbox.regression.gmm.IVRegressionResults.wresid static IVRegressionResults.wresid()
statsmodels.sandbox.regression.gmm.IVRegressionResults.uncentered_tss static IVRegressionResults.uncentered_tss()
statsmodels.sandbox.regression.gmm.IVRegressionResults.tvalues static IVRegressionResults.tvalues() Return the t-statistic for a given parameter estimate.
statsmodels.sandbox.regression.gmm.IVRegressionResults.ssr static IVRegressionResults.ssr()
statsmodels.sandbox.regression.gmm.IVRegressionResults.scale static IVRegressionResults.scale()
statsmodels.sandbox.regression.gmm.IVRegressionResults.rsquared_adj static IVRegressionResults.rsquared_adj()
statsmodels.sandbox.regression.gmm.IVRegressionResults.rsquared static IVRegressionResults.rsquared()
statsmodels.sandbox.regression.gmm.IVRegressionResults.resid_pearson static IVRegressionResults.resid_pearson() Residuals, normalized to have unit variance. Returns: An array wresid/sqrt(scale) :
statsmodels.sandbox.regression.gmm.IVRegressionResults.resid static IVRegressionResults.resid()
Page 61 of 224