Skip to content

Commit

Permalink
initial commit for sbc p-values pr
Browse files Browse the repository at this point in the history
  • Loading branch information
AFg6K7h4fhy2 committed Feb 19, 2025
1 parent 95fe1c3 commit 049df3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion forecasttools/sbc_plots.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Plots for the simulation based calibration
Plots for the simulation based calibration.
"""

import itertools
Expand Down
8 changes: 8 additions & 0 deletions forecasttools/sbc_utils.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""
Contains utilities, including calculation of p-values,
related to the simulation based calibration functionality.
"""


def compute_sbc_pvalues(simulations, num_samples):
pass

0 comments on commit 049df3c

Please sign in to comment.