Click or drag to resize

FourierCommandsCorrelation(IWorksheetController) Method

Performs correlation on the selected columns of the worksheet.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void Correlation(
	IWorksheetController ctrl
)

Parameters

ctrl  IWorksheetController
The worksheet controller.
See Also