WorksheetAnalysisGetXLeverage_ColumnName(Int32) Method |
Gets the column name of a X-Leverage column
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string GetXLeverage_ColumnName(
int numberOfFactors
)
Parameters
- numberOfFactors Int32
- Number of factors for which the redidual is calculated.
Return Value
StringThe name of the column.
See Also