Click or drag to resize

ShiftGroupComplexCommonX Properties

The ShiftGroupComplexCommonX type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of curves in this shift group.
Public propertyCreateInterpolationFunction Creates the fit function. Argument is the tuple consisting of X, Y, and optional YErr. Return value is a function that calculates y for a given x.
Public propertyFittingWeightImaginary Gets the fitting weight, a number number > 0.
Public propertyFittingWeightReal Gets the fitting weight, a number number > 0.
Public propertyLogarithmizeXForInterpolation If true, x values are logarithmized before being added to the interpolation curve. (Only used for interpolation.)
(Inherited from ShiftGroupBase)
Public propertyLogarithmizeYForInterpolation If true, y values are logarithmized before being added to the interpolation curve. (Only used for interpolation.)
(Inherited from ShiftGroupBase)
Public propertyNumberOfValueComponents Gets the number of value components. For a usual curve, the return value is 1. For a curve consisting of complex values, the return value is 2.
Public propertyParticipateInFitByFitWeight Gets a value indicating whether this group will participate in the fit, determined by the fit weight. When the fit weight is zero, the return value is false. Otherwise, if the fit weight is positive, the group will participate in the fit and the return value is true.
Public propertyXShiftBy Determines how to shift the x values: either by factor or by offset. Use offset if the original data are already logarithmized.
(Inherited from ShiftGroupBase)
Top
See Also