MatrixMathSingularValueDecompositionHatDiagonal Property |
Returns the Hat diagonal. The hat diagonal is the diagonal of the Hat
matrix, which is defined as
T -1 T T
H = X (X X) X = U U
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double[] HatDiagonal { get; }
Property Value
DoubleSee Also