Skip to content

Commit

Permalink
change posterior predictive to prior predictive (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
GStechschulte authored Sep 22, 2023
1 parent 169564f commit e53f8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bambi/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ def plot_priors(
draws : int
Number of draws to sample from the prior predictive distribution. Defaults to 5000.
var_names : str or list
A list of names of variables for which to compute the posterior predictive
A list of names of variables for which to compute the prior predictive
distribution. Defaults to ``None`` which means to include both observed and
unobserved RVs.
random_seed : int
Expand Down

0 comments on commit e53f8da

Please sign in to comment.