Click or drag to resize

SavitzkyGolayApply(Double, Double) Method

This applies the set-up filter to an array of numbers. The left and right side is special treated by applying Savitzky-Golay with appropriate adjusted left and right number of points.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Apply(
	double[] array,
	double[] result
)

Parameters

array  Double
The array of numbers to filter.
result  Double
The resulting array. Must not be identical to the input array!
See Also