WorksheetAnalysisGetXScore_ColumnName Method |
Gets the x-score column name for the specified factor.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string GetXScore_ColumnName(
int numberOfFactors
)
Parameters
- numberOfFactors Int32
- The factor number.
Return Value
StringThe x-score column name for the specified factor.
See Also