Skip to content

Commit 0333c77

Browse files
committed
add paper reference to module docstring of diagnostics/metrics/mmd_hypothesis_test.py
1 parent 927072f commit 0333c77

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

bayesflow/diagnostics/metrics/mmd_hypothesis_test.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
"""
22
This module provides functions for performing hypothesis testing using the Maximum Mean Discrepancy (MMD) metric.
33
4-
The MMD is a statistical test used to compare two distributions based on their samples. It is commonly used in
5-
machine learning and statistics to assess the similarity between observed data and reference data, or between
6-
summary statistics derived from these datasets.
4+
[1] M. Schmitt, P.-C. Bürkner, U. Köthe, and S. T. Radev, "Detecting model misspecification in amortized Bayesian
5+
inference with neural networks," arXiv e-prints, Dec. 2021, Art. no. arXiv:2112.08866., https://arxiv.org/abs/2112.08866
76
87
Functions:
98
----------
@@ -23,7 +22,7 @@
2322
2423
Usage:
2524
------
26-
These functions can be used to assess the goodness-of-fit of a model by comparing observed data to reference data
25+
These functions can be used to perform MMD hypothesis test by comparing observed data to reference data
2726
or their respective summary statistics.
2827
2928
Example:

0 commit comments

Comments
 (0)