Click or drag to resize

FourPointStepEvaluationOptionsUseRegressionForLeftAndRightLine Property

Gets a value indicating whether to use regression for the left and right section of the step.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool UseRegressionForLeftAndRightLine { get; init; }

Property Value

Boolean
If true, regression is used, i.e. all points between the left outer and inner point are used for the regression of the left line, and all points between the right inner point and right outer point are used for the left line. If false, only the two points (left outer and left inner) are used to form the left line. Likewise, only the two points (right inner and right outer) are used to form the right line.
See Also