Click or drag to resize

CrossValidationResultGetPredictedY Method

Gets the predicted Y values for cross validation.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IROMatrix<double> GetPredictedY(
	int numberOfFactor
)

Parameters

numberOfFactor  Int32
Number of factors to use for prediction.

Return Value

IROMatrixDouble
The matrix of predicted Y values. (Columns = number of concentrations, rows = number of points).

Implements

ICrossValidationResultGetPredictedY(Int32)
See Also