Click or drag to resize

WorksheetAnalysisGetPredictionScore_ColumnName Method

Gets the prediction score column name for the specified constituent and factor.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string GetPredictionScore_ColumnName(
	int nConstituent,
	int numberOfFactors
)

Parameters

nConstituent  Int32
The constituent index.
numberOfFactors  Int32
The factor number.

Return Value

String
The prediction score column name for the specified constituent and factor.
See Also