Click or drag to resize

WorksheetAnalysisGetYCrossResidual_ColumnName Method

Gets the column name of a Y-Cross-Residual column

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetYCrossResidual_ColumnName(
	int whichY,
	int numberOfFactors
)

Parameters

whichY  Int32
Number of y-value.
numberOfFactors  Int32
Number of factors for which the redidual is calculated.

Return Value

String
The name of the column.
See Also