CrossPRESSCalculationType Enumeration |
Determines how to do the calculation of Cross Validated Predicted Error Sum of Squares.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum CrossPRESSCalculationType
Members Member name | Value | Description |
---|
None | 0 |
No cross PRESS calculation.
|
ExcludeEveryMeasurement | 1 |
Every measurement is excluded to calculate Cross PRESS.
|
ExcludeGroupsOfSimilarMeasurements | 2 |
Measurements (which have the same concentration values) are excluded as groups to calculate Cross PRESS.
|
ExcludeHalfEnsemblyOfMeasurements | 3 |
Measurements are divided into two groups, so that measurements with similar y-values should be equally distributed
into one group and the other.
|
Remarks The serialization code for this enumeration is located in AltaxoBase.
See Also