
Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
predictive_pdf(Normal(), PointMassPrior(.3, 1), 1.5, 20) # ~.343
tmp <- ContinuousPrior(function(x) dunif(x, .2, .4), c(.2, .4))
predictive_pdf(Normal(), tmp, 2, 20)
# }
Run the code above in your browser using DataLab