Skip to content

Commit

Permalink
add separated prior and likelihood groups
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed Jan 28, 2025
1 parent 12644b5 commit 413254a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arviz_stats/psense.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@ def power_scale_dataset(dt, group, alphas, sample_dims, group_var_names, group_c
sample_dims : str or sequence of hashable
Dimensions to reduce unless mapped to an aesthetic.
group_var_names : str
Name of the prior or log likelihood variables to use.
Name of the log-prior or log-likelihood variables to use.
group_coords : dict
Coordinates defining a subset over the group element for which to
compute the prior sensitivity diagnostic.
compute the sensitivity diagnostic.
Returns
-------
Expand Down

0 comments on commit 413254a

Please sign in to comment.