Options Properties |
The MasterCurveCreationOptions type exposes the following members.
Name | Description | |
---|---|---|
ColumnGroups | 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. | |
InterpolationFunctionCreation | Gets or sets a function that creates the interpolation function. | |
LogarithmizeXForInterpolation | Logarithmize x values before adding to the interpolation curve. (Only for interpolation). | |
LogarithmizeYForInterpolation | Logarithmize y values before adding to the interpolation curve. (Only for interpolation). | |
NumberOfIterations | 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. | |
OptimizationMethod | Determines the method to best fit the data into the master curve. | |
ResultingInterpolation | Gets the resulting interpolation curve for each group of columns. | |
ResultingShifts | Resulting list of shift offsets or ln(shiftfactors). | |
XShiftBy | Determines how to shift the x values. |