Click or drag to resize
Accord.NET (logo)

ISolverArrayDecompositionTGetInformationMatrix Method

Computes (Xt * X)^1 (the inverse of the covariance matrix). This matrix can be used to determine standard errors for the coefficients when solving a linear set of equations through any of the Solve(T) methods.

Namespace:  Accord.Math.Decompositions
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
T[][] GetInformationMatrix()
Request Example View Source

Return Value

Type: T
See Also