Skip to content

Commit 76f88b5

Browse files
committed
import compute_mmd_hypothesis_test and compute_mmd_hypothesis_test_from_summaries into diagnostics.metrics
1 parent d6aa068 commit 76f88b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bayesflow/diagnostics/metrics/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
from .posterior_contraction import posterior_contraction
33
from .root_mean_squared_error import root_mean_squared_error
44
from .expected_calibration_error import expected_calibration_error
5+
from .mmd_hypothesis_test import compute_mmd_hypothesis_test_from_summaries, compute_mmd_hypothesis_test

0 commit comments

Comments
 (0)