|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvec_math.Bootstrap.ExchangedData
private static class Bootstrap.ExchangedData
Helper class containing an exchanged data set. This class can do nothing except storing of multiple vectors needed for a regression.
| Field Summary | |
|---|---|
private VectorG |
err
Measurement errors, might be null. |
private VectorG |
errdrop
These data is those dropped from the original set, meas errs. |
private VectorG[] |
x
The values of the dependables where y was measured. |
private VectorG[] |
xdrop
These data is those dropped from the original set, dependent x. |
private VectorG |
y
The measured values. |
private VectorG |
ydrop
These data is those dropped from the original set, measures. |
| Constructor Summary | |
|---|---|
private |
Bootstrap.ExchangedData(VectorG[] xsim,
VectorG ysim,
VectorG errsim)
Constructs a new container for a simulated data set. |
private |
Bootstrap.ExchangedData(VectorG[] xsim,
VectorG ysim,
VectorG errsim,
VectorG[] xd,
VectorG yd,
VectorG errd)
Constructs a new container for a simulated data set. |
| Method Summary | |
|---|---|
VectorG |
getDroppedErr()
Returns the errors dropped from the original set or null if unspecified. |
VectorG[] |
getDroppedX()
Returns the dependables dropped from the original set. |
VectorG |
getDroppedY()
Returns the measurements dropped from the original set. |
VectorG |
getErr()
Returns the errors or null if unspecified. |
VectorG[] |
getX()
Returns the dependables. |
VectorG |
getY()
Returns the measurements. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private VectorG[] x
private VectorG y
private VectorG err
private VectorG[] xdrop
private VectorG ydrop
private VectorG errdrop
| Constructor Detail |
|---|
private Bootstrap.ExchangedData(VectorG[] xsim,
VectorG ysim,
VectorG errsim)
private Bootstrap.ExchangedData(VectorG[] xsim,
VectorG ysim,
VectorG errsim,
VectorG[] xd,
VectorG yd,
VectorG errd)
| Method Detail |
|---|
public VectorG[] getX()
public VectorG getY()
public VectorG getErr()
public VectorG[] getDroppedX()
public VectorG getDroppedY()
public VectorG getDroppedErr()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||