  | PLS2AnovaMeanSqrErrorPrediction Property | 
            Gets the mean square error for prediction. This is the
            residual sum of squares divided by the number of samples.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleVector MeanSqrErrorPrediction { get; }Public ReadOnly Property MeanSqrErrorPrediction As DoubleVector
	Get
public:
property DoubleVector^ MeanSqrErrorPrediction {
	DoubleVector^ get ();
}member MeanSqrErrorPrediction : DoubleVector with get
Property Value
DoubleVector
See Also