Click or drag to resize

CalculusCommandsSavitzkyGolay(SavitzkyGolayParameters, DataColumn, DataColumn) Method

Applies a Savitzky-Golay filter to a Y column using an optional X 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,
	DataColumn? xCol
)

Parameters

parameters  SavitzkyGolayParameters
The filter parameters.
yCol  DataColumn
The Y column.
xCol  DataColumn
The optional X column.
See Also