Click or drag to resize

FourPointStepEvaluationMiddleRegressionLevels Property

Gets the regression levels for the middle line. For instance, if the value is set to (0.25, 0.75), then all points between 25% and 75% distance from the left and right line are used for the regression of the middle line.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public (double LowerLevel, double UpperLevel) MiddleRegressionLevels { get; }

Property Value

ValueTupleDouble, Double
The regression limits. Both values must be between 0 and 1, and the first value must be smaller than the second value.
See Also