|
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.Residuals
public abstract class Residuals
The residual of a sample is the difference between the sample and the estimated function (fitted) value.
| Field Summary | |
|---|---|
ImmutableVector |
fitted
the fitted values, y^ |
LmProblem |
problem
the linear regression problem to be solved |
ImmutableVector |
residuals
the residuals, ε |
| Constructor Summary | |
|---|---|
Residuals(LmProblem problem,
Vector fitted)
Create an instance of Residuals for a linear regression problem. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final LmProblem problem
public final ImmutableVector fitted
public final ImmutableVector residuals
| Constructor Detail |
|---|
public Residuals(LmProblem problem,
Vector fitted)
problem - the linear regression problem to be solvedfitted - the fitted values, y^
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||