Click or drag to resize

MasterCurveCreationOptimizationMethod Enumeration

Determines how to best fit the data into the master curve.

Namespace: Altaxo.Data.Obsolete
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum OptimizationMethod
Members
Member nameValueDescription
OptimizeSignedDifference0 Evaluates the mean difference (signed) between master curve and new data and tries to make this difference zero (root finding).
OptimizeSquaredDifference1 Evaluates the mean squared difference (always positive) between master curve and new data and tries to minimize this value (minimization method).
OptimizeSquaredDifferenceByBruteForce2 
See Also