Skip to content

Commit e53f8da

Browse files
change posterior predictive to prior predictive (#727)
1 parent 169564f commit e53f8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bambi/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ def plot_priors(
616616
draws : int
617617
Number of draws to sample from the prior predictive distribution. Defaults to 5000.
618618
var_names : str or list
619-
A list of names of variables for which to compute the posterior predictive
619+
A list of names of variables for which to compute the prior predictive
620620
distribution. Defaults to ``None`` which means to include both observed and
621621
unobserved RVs.
622622
random_seed : int

0 commit comments

Comments
 (0)