Click or drag to resize

CrossPRESSCalculationType Enumeration

Determines how to do the calculation of Cross Validated Predicted Error Sum of Squares.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum CrossPRESSCalculationType
Members
Member nameValueDescription
None0 No cross PRESS calculation.
ExcludeEveryMeasurement1 Every measurement is excluded to calculate Cross PRESS.
ExcludeGroupsOfSimilarMeasurements2 Measurements (which have the same concentration values) are excluded as groups to calculate Cross PRESS.
ExcludeHalfEnsemblyOfMeasurements3 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