WorksheetAnalysisGetXWeight_ColumnName(Int32, Int32) Method |
Gets the x-weight column name for the specified constituent and factor.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string GetXWeight_ColumnName(
int nConstituent,
int numberOfFactors
)
Parameters
- nConstituent Int32
- The constituent index.
- numberOfFactors Int32
- The factor number.
Return Value
StringThe x-weight column name for the specified constituent and factor.
See Also