Click or drag to resize

MasterCurveImprovementOptions Properties

The MasterCurveImprovementOptions type exposes the following members.

Properties
 NameDescription
Public propertyGroupOptions Get the options for each group. If there is only one MasterCurveGroupOptionsWithScalarInterpolation, and multiple groups, the options are applied to each of the groups. Otherwise, the number of group options must match the number of groups. If there is one MasterCurveGroupOptionsWithComplexInterpolation, two groups are needed.
(Inherited from MasterCurveCreationOptionsBase)
Public propertyMasterCurveGroupOptionsChoice
(Inherited from MasterCurveCreationOptionsBase)
Public propertyNumberOfIterations Gets or sets the number of iterations. Must be greater than or equal to 0 (0 means that the curve is interpolated with the provided function, but nothing more). This number determines how many rounds the master curve is fitted. Increasing this value will in most cases increase the quality of the fit.
(Overrides MasterCurveCreationOptionsBaseNumberOfIterations)
Public propertyOptimizationMethod Determines the method to best fit the data into the master curve.
(Inherited from MasterCurveCreationOptionsBase)
Public propertyRequiredRelativeOverlap Gets/sets the required relative overlap. The default value is 0, which means that a curve part only needs to touch the rest of the master curve. Setting this to a value, for instance to 0.1, means that a curve part needs an overlapping of 10% (of its x-range) with the rest of the master curve. This value can also be set to negative values. For instance, setting it to -1 means that a curve part could be in 100% distance (of its x-range) to the rest of the master curve.
(Inherited from MasterCurveCreationOptionsBase)
Public propertyShiftOrder Designates the order with which the curves are shifted to the master curve.
(Inherited from MasterCurveCreationOptionsBase)
Top
See Also