Commit 48278a94 authored by Heller, William T.'s avatar Heller, William T.
Browse files

Replace sas_temper_engine.py

parent db08c90d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -487,10 +487,11 @@ def est_uncerts(d, f, modconf, best_model):
    #this is the matrix that we want
    J_T = np.vstack(JT)
    J = J_T.T
    print(J)
    # print(J)
    
    # This is an approximation of the Hessian
    Hess = np.matmul(J_T,J)
    print("Hessian")
    print(Hess)
    
    # Invert it to get the covariance matrix