SavitzkyGolayApply(IReadOnlyListDouble, IVectorDouble) 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.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Apply(
IReadOnlyList<double> array,
IVector<double> result
)
Parameters
- array IReadOnlyListDouble
- The array of numbers to filter.
- result IVectorDouble
- The resulting array. Must not be identical to the input array!
See Also