Click or drag to resize

WorksheetAnalysisGetXLeverage_ColumnName(Int32) Method

Gets the column name of a X-Leverage 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 GetXLeverage_ColumnName(
	int numberOfFactors
)

Parameters

numberOfFactors  Int32
Number of factors for which the redidual is calculated.

Return Value

String
The name of the column.
See Also