|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.stats.regression.linear.logistic.Logistic
public class Logistic
A logistic regression (sometimes called the logistic model or logit model) is used for prediction of the probability of occurrence of an event by fitting data to a logit function logistic curve. It is a generalized linear model used for binomial regression.
This particular implementation works with binary data (y).
| Field Summary | |
|---|---|
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 |
| Constructor Summary | |
|---|---|
Logistic(LmProblem problem)
Construct a Logistic instance. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final LogisticProblem problem
public final Beta beta
public final Residuals residuals
public final double ML
public final double AIC
| Constructor Detail |
|---|
public Logistic(LmProblem problem)
problem - the logistic regression problem to be solved
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||