SSProbBaseExecute(ReadOnlySpan`1Double, ReadOnlySpan`1Double, Span`1Double) Method | 
            Executes the baseline estimation algorithm with the provided spectrum.
            
Namespace: Altaxo.Science.Spectroscopy.BaselineEstimationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic void Execute(
	ReadOnlySpan<double> xArray,
	ReadOnlySpan<double> yArray,
	Span<double> resultingBaseline
)
Parameters
- xArray  ReadOnlySpanDouble
 - The x values of the spectral values.
 - yArray  ReadOnlySpanDouble
 - The array of spectral values.
 - resultingBaseline  SpanDouble
 - The location to which the estimated baseline should be copied.
 
See Also