Click or drag to resize

DoubleComplexLeastSquaresYhat 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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexVector Yhat { get; }

Property Value

DoubleComplexVector
See Also