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.3572.0 (4.8.3572.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 Evaluates the mean squared difference by brute-force search over the allowed shift interval.

The MasterCurveCreationOptimizationMethod type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also