CalculusCommandsSavitzkyGolay(SavitzkyGolayParameters, DataColumn, DataColumn) Method |
Applies a Savitzky-Golay filter to a Y column using an optional X column.
Namespace: Altaxo.Worksheet.Commands.AnalysisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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