Click or drag to resize
Accord.NET (logo)

JaggedSingularValueDecompositionGetInformationMatrix 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(Double) methods.

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

Return Value

Type: Double

Implements

ISolverArrayDecompositionTGetInformationMatrix
See Also