Click or drag to resize

FourierCommandsCorrelation(AltaxoDocument, IWorksheetController) Method

Performs correlation on the selected columns of the worksheet and returns an error message if any.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string? Correlation(
	AltaxoDocument mainDocument,
	IWorksheetController dg
)

Parameters

mainDocument  AltaxoDocument
The main document.
dg  IWorksheetController
The worksheet controller.

Return Value

String
Null if successful, otherwise an error message.
See Also