Click or drag to resize

ShiftGroupCollection Properties

The ShiftGroupCollection type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the number of elements in the collection.
Public propertyCurvesParticipatingInFit Contains the indices of the curves that participate in the fit. Contains the same information as _isCurveParticipatingInFit, but more convienient for foreach.. statements
Public propertyGroupsParticipatingInFit Contains the indices of the groups that participate in the fit. Contains the same information as _isGroupParticipatingInFit, but more convienient for foreach.. statements
Public propertyIsCurveParticipatingInFit If the element is true, the curve(s) with that curve index participate in the fit; otherwise, the element is false.
Public propertyIsShiftValueRestrictedByBoundaries 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.
Public propertyItemGets the element at the specified index in the read-only list.
Public propertyMaximumNumberOfCurves 
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 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.
Public propertyShiftErrors Gets the shift errors.
Public propertyShiftOrder 
Public propertyShiftValues Resulting list of shift offsets or ln(shiftfactors).
Top
See Also