Click or drag to resize

CrossValidationResultGetPredictedYW Method

Gets the predicted y values for cross validation.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IMatrix<double> GetPredictedYW(
	int numberOfFactor
)

Parameters

numberOfFactor  Int32
Number of factors to use for prediction.

Return Value

IMatrixDouble
The matrix of predicted y.(Columns=number of concentrations, rows=Number of points).
See Also