Click or drag to resize

WorksheetAnalysisCalculateAndStorePredictionScores(DataTable, Int32) Method

Calculates and stores prediction scores for all dependent variables.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CalculateAndStorePredictionScores(
	DataTable table,
	int preferredNumberOfFactors
)

Parameters

table  DataTable
The table that stores the calibration model and receives the prediction scores.
preferredNumberOfFactors  Int32
The preferred number of factors used for the calculation.
See Also