public class LogisticBeta extends LMBeta
| Constructor and Description |
|---|
LogisticBeta(Vector betaHat,
LogisticResiduals residuals)
Construct an instance of
Beta. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMatrix |
covariance()
Gets the covariance matrix of the coefficient estimates, β^.
|
public LogisticBeta(Vector betaHat, LogisticResiduals residuals)
Beta.betaHat - β^ of a logistic regressionresiduals - the residuals of a logistic regressionpublic ImmutableMatrix covariance()
LMBetacovariance in class LMBetaCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.