public class Logistic
extends java.lang.Object
implements java.io.Serializable
This particular implementation works with binary data (y).
| Modifier and Type | Field and Description |
|---|---|
double |
AIC
the AIC
|
Beta |
beta
the β^ statistics
|
double |
ML
the maximum log-likelihood
|
LogisticProblem |
problem
the logistic regression problem to be solved
|
Residuals |
residuals
the residual analysis of this regression
|
public final LogisticProblem problem
public final Beta beta
public final Residuals residuals
public final double ML
public final double AIC
public Logistic(LMProblem problem) throws java.lang.Exception
problem - the logistic regression problem to be solvedjava.lang.Exception