Skip to content

Commit 3fc1674

Browse files
committed
Text
1 parent e051ca4 commit 3fc1674

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

usage/predictive-distributions/index.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ predicted_X = vcat([predictive_samples[Symbol("X[$i]")] for i in 1:N]...)
111111
density(predicted_X, label="Posterior predictive")
112112
```
113113

114+
Depending on your data, you may naturally want to create different visualisations: for example, perhaps `X` is some time-series data, and you can plot each prediction individually as a line against time.
115+
114116
## Prior predictive distribution
115117

116118
Alternatively, if we use the prior distribution of the parameters, we obtain the *prior predictive distribution*:

0 commit comments

Comments
 (0)