We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b816f3 commit cb7995fCopy full SHA for cb7995f
pymc/sampling.py
@@ -2023,7 +2023,7 @@ def sample_prior_predictive(
2023
Number of samples from the prior predictive to generate. Defaults to 500.
2024
model : Model (optional if in ``with`` context)
2025
var_names : Iterable[str]
2026
- 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
2027
samples. Defaults to both observed and unobserved RVs. Transformed values
2028
are not included unless explicitly defined in var_names.
2029
random_seed : int
0 commit comments