Loading sas_temper/sas_temper_engine.py +1 −0 Original line number Diff line number Diff line Loading @@ -487,6 +487,7 @@ 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) # This is an approximation of the Hessian Hess = np.matmul(J_T,J) Loading Loading
sas_temper/sas_temper_engine.py +1 −0 Original line number Diff line number Diff line Loading @@ -487,6 +487,7 @@ 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) # This is an approximation of the Hessian Hess = np.matmul(J_T,J) Loading