Determines how to do the calculation of Cross Validated Predicted Error Sum of Squares.
The serialization code for this enumeration is located in AltaxoBase.
Record Field | Description |
|
Every measurement is excluded to calculate Cross PRESS.
|
Full Usage:
ExcludeGroupsOfSimilarMeasurements
Field type: CrossPRESSCalculationType
Modifiers: static |
Measurements (which have the same concentration values) are excluded as groups to calculate Cross PRESS.
|
Full Usage:
ExcludeHalfEnsemblyOfMeasurements
Field type: CrossPRESSCalculationType
Modifiers: static |
Measurements are divided into two groups, so that measurements with similar y-values should be equally distributed into one group and the other.
|
|
No cross PRESS calculation.
|
Full Usage:
value__
Field type: int
Modifiers: mutable |
|