Click or drag to resize

FourPointPeakEvaluationDataSourceGetBaselineRegression Method

Gets the regression for the left or the right line.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static QuickLinearRegression GetBaselineRegression(
	double[] x,
	double[] y,
	double index1,
	double index2
)

Parameters

x  Double
The x values.
y  Double
The y values.
index1  Double
The start index.
index2  Double
The end index (inclusive).

Return Value

QuickLinearRegression
The regression that forms a line under the peak.
See Also