Skip to content

Commit

Permalink
Add docs for dictionary option to references
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanbabbar04 committed Feb 22, 2024
1 parent 072bb0d commit 7e051bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions preliz/predictive/ppa.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ def ppa(
model : PreliZ model
draws : int
Number of draws from the prior and prior predictive distribution
references : int, float, list or tuple
references : int, float, list, tuple or dictionary
Value(s) used as reference points representing prior knowledge. For example expected
values or values that are considered extreme.
values or values that are considered extreme. Use a dictionary for labeled references.
boundaries : tuple
Hard boundaries (lower, upper). Posterior predictive samples with values outside these
boundaries will be excluded from the analysis.
Expand Down

0 comments on commit 7e051bc

Please sign in to comment.