Uses of Class
dev.nm.stat.regression.linear.ols.OLSResiduals
-
Packages that use OLSResiduals Package Description dev.nm.stat.regression.linear.ols tech.nmfin.portfoliooptimization.lai2010.fit -
-
Uses of OLSResiduals in dev.nm.stat.regression.linear.ols
Methods in dev.nm.stat.regression.linear.ols that return OLSResiduals Modifier and Type Method Description OLSResiduals
OLSRegression. residuals()
Constructors in dev.nm.stat.regression.linear.ols with parameters of type OLSResiduals Constructor Description OLSBeta(Vector betaHat, OLSResiduals residuals)
Constructs an instance ofBeta
. -
Uses of OLSResiduals in tech.nmfin.portfoliooptimization.lai2010.fit
Methods in tech.nmfin.portfoliooptimization.lai2010.fit with parameters of type OLSResiduals Modifier and Type Method Description static Matrix
ResamplerModel. fittedValues(OLSResiduals[] residuals)
-