Click or drag to resize

SavitzkyGolayGetCentralCoefficients Method

Gets the central coefficients of the Savitzky-Golay method.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double[] GetCentralCoefficients(
	SavitzkyGolayParameters parameters
)

Parameters

parameters  SavitzkyGolayParameters
The parameters of the Savitzky-Golay method.

Return Value

Double
The central coefficients.
See Also