Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/tldr-group/Represent…
Browse files Browse the repository at this point in the history
…ativity into cleanup
  • Loading branch information
rmdocherty committed Jul 30, 2024
2 parents d9ca357 + 4d704cd commit e5b5c95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paper_figures/prediction interval.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def plot_likelihood_of_phi(image_pf, pred_std, std_dist_std):
# mu, std = norm.fit(sum_dist_norm)
# p = norm.pdf(pf_x_1d, mu, std)
# print(mu, std)

# both need a bit of normalization for symmetric bounds (they're both very close to 1)
sum_dist_norm /= np.trapz(sum_dist_norm, pf_x_1d)
mid_std_dist /= np.trapz(mid_std_dist, pf_x_1d)
Expand Down

0 comments on commit e5b5c95

Please sign in to comment.