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 f307251 commit 441dc4cCopy full SHA for 441dc4c
bayesflow/diagnostics/metrics/sbc.py
@@ -43,6 +43,18 @@ def log_gamma(
43
quantile : float in (0, 1), optional, default 0.05
44
The quantile from the null distribution to be used as a threshold.
45
A lower quantile increases sensitivity to deviations from uniformity.
46
+
47
+ Returns
48
+ -------
49
+ result : dict
50
+ Dictionary containing:
51
52
+ - "values" : float or np.ndarray
53
+ The log gamma values per variable
54
+ - "metric_name" : str
55
+ The name of the metric ("Log Gamme").
56
+ - "variable_names" : str
57
+ The (inferred) variable names.
58
"""
59
samples = dicts_to_arrays(
60
estimates=estimates,
0 commit comments