Click or drag to resize

SSProbBaseExecute(Double, Double, Int32) Method

Executes the baseline estimation for the specified data and returns the baseline-corrected y-values.

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
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 baseline-corrected y-values, and the regions.
See Also