Click or drag to resize

PolynomialDetrendingExecute(Double, Double, Int32) Method

Executes the baseline evaluation for the specified data and returns the estimated baseline values.

Namespace: Altaxo.Science.Spectroscopy.BaselineEvaluation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public (double[] , double[] , int[] ) Execute(
	double[] x,
	double[] y,
	int[]? regions
)

Parameters

x  Double
The x-values of the data.
y  Double
The y-values of the data.
regions  Int32
The optional regions that define contiguous data segments.

Return Value

ValueTupleDouble, Double, Int32
The original x-values, the evaluated baseline values, and the regions.
See Also