Shift |
The ShiftGroupCollection type exposes the following members.
Name | Description | |
---|---|---|
Count | Gets the number of elements in the collection. | |
CurvesParticipatingInFit | Contains the indices of the curves that participate in the fit. Contains the same information as _isCurveParticipatingInFit, but more convienient for foreach.. statements | |
GroupsParticipatingInFit | Contains the indices of the groups that participate in the fit. Contains the same information as _isGroupParticipatingInFit, but more convienient for foreach.. statements | |
IsCurveParticipatingInFit | If the element is true, the curve(s) with that curve index participate in the fit; otherwise, the element is false. | |
IsShiftValueRestrictedByBoundaries | Element is true if the shift value of the respective curve is not at its optimum, but is restricted by the boundaries given by the RequiredRelativeOverlap. | |
Item | Gets the element at the specified index in the read-only list. | |
MaximumNumberOfCurves | ||
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. | |
RequiredRelativeOverlap | 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. | |
ShiftErrors | Gets the shift errors. | |
ShiftOrder | ||
ShiftValues | Resulting list of shift offsets or ln(shiftfactors). |