Click or drag to resize

Options Properties

The MasterCurveCreationOptions type exposes the following members.

Properties
 NameDescription
Public propertyColumnGroups List of groups of columns. The outer list normally contains 2 items: a group of columns containing the real parts of the measured values, and another group of columns containing the imaginary part of the measured values.
Public propertyInterpolationFunctionCreation Gets or sets a function that creates the interpolation function.
Public propertyLogarithmizeXForInterpolationLogarithmize x values before adding to the interpolation curve. (Only for interpolation).
Public propertyLogarithmizeYForInterpolationLogarithmize y values before adding to the interpolation curve. (Only for interpolation).
Public propertyNumberOfIterations Gets or sets the number of iterations. Must be greater than or equal to 1. This number determines how many rounds the master curve is fitted. Increasing this value will in most cases increase the quality of the fit.
Public propertyOptimizationMethod Determines the method to best fit the data into the master curve.
Public propertyResultingInterpolation Gets the resulting interpolation curve for each group of columns.
Public propertyResultingShifts Resulting list of shift offsets or ln(shiftfactors).
Public propertyXShiftBy Determines how to shift the x values.
Top
See Also