WorksheetAnalysisGetYCrossPredicted_ColumnName Method |
Gets the column name of a Y-Cross-Predicted column
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string GetYCrossPredicted_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
StringThe name of the column.
See Also