FourierCommandsCorrelation(AltaxoDocument, IWorksheetController) Method |
Performs correlation on the selected columns of the worksheet and returns an error message if any.
Namespace: Altaxo.Worksheet.Commands.AnalysisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string? Correlation(
AltaxoDocument mainDocument,
IWorksheetController dg
)
Parameters
- mainDocument AltaxoDocument
- The main document.
- dg IWorksheetController
- The worksheet controller.
Return Value
StringNull if successful, otherwise an error message.
See Also