We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6aa068 commit 76f88b5Copy full SHA for 76f88b5
bayesflow/diagnostics/metrics/__init__.py
@@ -2,3 +2,4 @@
2
from .posterior_contraction import posterior_contraction
3
from .root_mean_squared_error import root_mean_squared_error
4
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