|  | DoubleNonnegativeLeastSqResultYhat Property | 
            Gets the predicted value of y by computing yHat = Ax,
            where x is the calculated solution to the least squares 
            problem Ax = y.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector Yhat { get; }Public ReadOnly Property Yhat As DoubleVector
	Get
public:
property DoubleVector^ Yhat {
	DoubleVector^ get ();
}member Yhat : DoubleVector with get
Property Value
DoubleVector See Also
See Also