MasterCurveCreationOptimizationMethod Enumeration |
Determines how to best fit the data into the master curve.
Namespace: Altaxo.Data.ObsoleteAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum OptimizationMethod
Members Member name | Value | Description |
---|
OptimizeSignedDifference | 0 |
Evaluates the mean difference (signed) between master curve and new data and tries to make this difference zero (root finding).
|
OptimizeSquaredDifference | 1 |
Evaluates the mean squared difference (always positive) between master curve and new data and tries to minimize this value (minimization method).
|
OptimizeSquaredDifferenceByBruteForce | 2 | |
See Also