FourPointPeakEvaluationDataSourceGetBaselineRegression Method |
Gets the regression for the left or the right line.
Namespace: Altaxo.Science.SignalsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
QuickLinearRegressionThe regression that forms a line under the peak.
See Also