Uses of Class
dev.nm.stat.regression.linear.logistic.LogisticResiduals
-
Packages that use LogisticResiduals Package Description dev.nm.stat.regression.linear.logistic -
-
Uses of LogisticResiduals in dev.nm.stat.regression.linear.logistic
Methods in dev.nm.stat.regression.linear.logistic that return LogisticResiduals Modifier and Type Method Description LogisticResiduals
LogisticRegression. residuals()
Constructors in dev.nm.stat.regression.linear.logistic with parameters of type LogisticResiduals Constructor Description LogisticBeta(Vector betaHat, LogisticResiduals residuals)
Construct an instance ofBeta
.
-