Uses of Class
dev.nm.stat.regression.linear.ols.OLSRegression
-
Packages that use OLSRegression Package Description dev.nm.stat.test.regression.linear.heteroskedasticity -
-
Uses of OLSRegression in dev.nm.stat.test.regression.linear.heteroskedasticity
Methods in dev.nm.stat.test.regression.linear.heteroskedasticity that return OLSRegression Modifier and Type Method Description protected OLSRegressionHeteroskedasticity. getAuxiliaryOLSRegression(Vector y, LMResiduals residuals)Get the auxiliary regression.protected OLSRegressionWhite. getAuxiliaryOLSRegression(Vector y, LMResiduals residuals)OLSRegressionBreuschPagan. getAuxiliaryRegression()OLSRegressionGlejser. getAuxiliaryRegression()OLSRegressionHarveyGodfrey. getAuxiliaryRegression()protected abstract OLSRegressionHeteroskedasticity. getAuxiliaryRegression()Define the transformation of residuals.protected OLSRegressionWhite. getAuxiliaryRegression()
-