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: 5.1.0.0
Syntax
| C# |
|---|
public DoubleComplexVector Yhat { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Yhat As DoubleComplexVector |
| Visual C++ |
|---|
public: property DoubleComplexVector^ Yhat { DoubleComplexVector^ get (); } |