PolynomialDetrendingBaseExecute(Double, Double, Int32) Method |
Executes the baseline estimation for the specified data and returns the baseline-corrected y-values.
Namespace: Altaxo.Science.Spectroscopy.BaselineEstimationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic (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,
Int32The original x-values, the baseline-corrected y-values, and the regions.
See Also