Click or drag to resize

MasterCurveCreationOptionsMasterCurveImprovementOptions Property

If not null, a second stage of fitting can be appended when creating the master curve. In the default stage, usually a robust interpolation method is chosen. Then, in the 2nd stage, a less robust interpolation method can be used, because the master curve is already created, and only fine adjustments need to be done.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MasterCurveImprovementOptions? MasterCurveImprovementOptions { get; init; }

Property Value

MasterCurveImprovementOptions
See Also