CrossPRESSCalculationType Type

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 fields

Record Field Description

ExcludeEveryMeasurement

Full Usage: ExcludeEveryMeasurement

Field type: CrossPRESSCalculationType
Modifiers: static

Every measurement is excluded to calculate Cross PRESS.

Field type: CrossPRESSCalculationType

ExcludeGroupsOfSimilarMeasurements

Full Usage: ExcludeGroupsOfSimilarMeasurements

Field type: CrossPRESSCalculationType
Modifiers: static

Measurements (which have the same concentration values) are excluded as groups to calculate Cross PRESS.

Field type: CrossPRESSCalculationType

ExcludeHalfEnsemblyOfMeasurements

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.

Field type: CrossPRESSCalculationType

None

Full Usage: None

Field type: CrossPRESSCalculationType
Modifiers: static

No cross PRESS calculation.

Field type: CrossPRESSCalculationType

value__

Full Usage: value__

Field type: int
Modifiers: mutable

Field type: int