Uses of Class
dev.nm.stat.regression.linear.LMBeta
-
-
Uses of LMBeta in dev.nm.stat.regression.linear
Methods in dev.nm.stat.regression.linear that return LMBeta Modifier and Type Method Description LMBetaLinearModel. beta()Gets \(\hat{\beta}\) and statistics. -
Uses of LMBeta in dev.nm.stat.regression.linear.glm
Subclasses of LMBeta in dev.nm.stat.regression.linear.glm Modifier and Type Class Description classGLMBetaThis is the estimate of beta, β^, in a Generalized Linear Model. -
Uses of LMBeta in dev.nm.stat.regression.linear.glm.quasi
Subclasses of LMBeta in dev.nm.stat.regression.linear.glm.quasi Modifier and Type Class Description classQuasiGLMBetaThis is the estimate of beta, β^, in a quasi Generalized Linear Model, i.e., a GLM with a quasi-family of distributions. -
Uses of LMBeta in dev.nm.stat.regression.linear.lasso
Methods in dev.nm.stat.regression.linear.lasso that return LMBeta Modifier and Type Method Description LMBetaConstrainedLASSObyLARS. beta()LMBetaConstrainedLASSObyQP. beta()LMBetaUnconstrainedLASSObyCoordinateDescent. beta()LMBetaUnconstrainedLASSObyQP. beta() -
Uses of LMBeta in dev.nm.stat.regression.linear.logistic
Subclasses of LMBeta in dev.nm.stat.regression.linear.logistic Modifier and Type Class Description classLogisticBetaBeta coefficient estimator, β^, of a logistic regression model. -
Uses of LMBeta in dev.nm.stat.regression.linear.ols
Subclasses of LMBeta in dev.nm.stat.regression.linear.ols Modifier and Type Class Description classOLSBetaBeta coefficient estimator, β^, of an Ordinary Least Square linear regression model.
-