Click or drag to resize

SavitzkyGolayFilterScaleDerivative Method

Scales raw Savitzky-Golay derivatives given the abscissa step size.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void ScaleDerivative(
	double abscissaStepSize,
	ref DoubleVector derivativeData
)

Parameters

abscissaStepSize  Double
Abscissa step size
derivativeData  DoubleVector
Raw Savitzky-Golay derivatives
See Also