|
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.LmProblem
com.numericalmethod.suanshu.stats.regression.linear.logistic.LogisticProblem
public class LogisticProblem
This class represents a logistic regression problem.
Logistic regression is a variation of OLS regression which is used when the dependent (response) variable is a binary variable. The independent (input) variables can be continuous, categorical, or both.
| Field Summary |
|---|
| Fields inherited from class com.numericalmethod.suanshu.stats.regression.linear.LmProblem |
|---|
A, addIntercept, wA, weights, wy, y |
| Constructor Summary | |
|---|---|
LogisticProblem(LmProblem problem)
|
|
| Method Summary | |
|---|---|
protected void |
checkInputs()
Check whether this LmProblem instance is valid. |
| Methods inherited from class com.numericalmethod.suanshu.stats.regression.linear.LmProblem |
|---|
invOfwAtwA, nExogenousFactors, nFactors, nObs, X |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogisticProblem(LmProblem problem)
| Method Detail |
|---|
protected void checkInputs()
LmProblem
checkInputs in class LmProblem
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||