I minimized a function and need it's (inverse) Hessian for the standard errors.
the function gives me this for the (inverse) Hessian:
hess_inv: <5x5 LbfgsInvHessProduct with dtype=float64>
I expected a matrix here? I tried list(hess_inv)
but that does not work.
P.S. Am I correct that the square root of the diagonalvalues equals the standard errors?