  | PLS2NipalsAlgorithmResponseResiduals Property | 
            Gets the response residuals matrix.    
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix ResponseResiduals { get; }Public ReadOnly Property ResponseResiduals As DoubleMatrix
	Get
public:
property DoubleMatrix^ ResponseResiduals {
	DoubleMatrix^ get ();
}member ResponseResiduals : DoubleMatrix with get
Property Value
DoubleMatrix
RemarksThe response residuals matrix is described in the class summary.
            
See Also