Commit 2ea9d307 authored by Heller, William T.'s avatar Heller, William T.
Browse files

Replace sas_temper_engine.py

parent 48278a94
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -496,6 +496,8 @@ def est_uncerts(d, f, modconf, best_model):
    
    # Invert it to get the covariance matrix
    Cov = np.linalg.inv(Hess)
    print("Covariance")
    print(Cov)
    
    # the diagonal should be only as long as the number of parameters
    errs = np.sqrt(np.diag(Cov))