Click or drag to resize

CalculusCommandsSavitzkyGolay(SavitzkyGolayParameters, DataColumn) Method

Applies a Savitzky-Golay filter to a Y column.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void SavitzkyGolay(
	SavitzkyGolayParameters parameters,
	DataColumn yCol
)

Parameters

parameters  SavitzkyGolayParameters
The filter parameters.
yCol  DataColumn
The Y column.
See Also