Click or drag to resize

MatrixMathSingularValueDecompositionHatDiagonal Property

Returns the Hat diagonal. The hat diagonal is the diagonal of the Hat matrix, which is defined as
C#
         T  -1  T        T
H = X  (X X)   X    = U U

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double[] HatDiagonal { get; }

Property Value

Double
See Also