Click or drag to resize

IPLS2CalcQResiduals Method

Calculates the Q residuals for in sample in the model. The Q residual for a given sample is the distance between the sample and its projection in the subspace of the model.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector QResiduals(
	DoubleMatrix X
)

Parameters

X  DoubleMatrix
Matrix of samples. Each row is a sample.

Return Value

DoubleVector
Vector of Q residuals. The ith element of vector is the residual for the ith sample.
See Also