Master |
public class Options
The MasterCurveCreationOptions type exposes the following members.
Name | Description | |
---|---|---|
MasterCurveCreationOptions | Initializes a new instance of the MasterCurveCreationOptions class |
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. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
_interpolationFunctionCreation | ||
_numberOfIterations | ||
IndexOfReferenceColumnInColumnGroup | Index of the reference column, but index points to _columnGroups. |