SavitzkyGolayGetCentralCoefficients Method |
Gets the central coefficients of the Savitzky-Golay method.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double[] GetCentralCoefficients(
SavitzkyGolayParameters parameters
)
Parameters
- parameters SavitzkyGolayParameters
- The parameters of the Savitzky-Golay method.
Return Value
DoubleThe central coefficients.
See Also