Click or drag to resize

MultivariateRegressionGetPredictionScores Method

Calculates the prediction scores.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual IROMatrix<double> GetPredictionScores(
	int numberOfFactors
)

Parameters

numberOfFactors  Int32
Number of factors used for calculation.

Return Value

IROMatrixDouble
The prediction score matrix. This matrix has the dimensions (NumberOfX, NumberOfY).
See Also