Skip to content

Commit cb7995f

Browse files
Fix minor typo (#5517)
"posterior predictive" -> "prior predictive" Co-authored-by: Saiwing Yeung <[email protected]>
1 parent 1b816f3 commit cb7995f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2023,7 +2023,7 @@ def sample_prior_predictive(
20232023
Number of samples from the prior predictive to generate. Defaults to 500.
20242024
model : Model (optional if in ``with`` context)
20252025
var_names : Iterable[str]
2026-
A list of names of variables for which to compute the posterior predictive
2026+
A list of names of variables for which to compute the prior predictive
20272027
samples. Defaults to both observed and unobserved RVs. Transformed values
20282028
are not included unless explicitly defined in var_names.
20292029
random_seed : int

0 commit comments

Comments
 (0)