FourPointStepEvaluationToolMouseHandlerOptionsMiddleRegressionLevels 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.SignalsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic (double LowerLevel, double UpperLevel) MiddleRegressionLevels { get; init; }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