diff --git a/docs/src/api.md b/docs/src/api.md index 2e8081a88..b622724ae 100644 --- a/docs/src/api.md +++ b/docs/src/api.md @@ -124,6 +124,12 @@ Return values of the model function for a collection of samples can be obtained generated_quantities ``` +Extracting priors of the model function [`extract_priors`](@ref). + +```@docs +extract_priors +``` + For a chain of samples, one can compute the pointwise log-likelihoods of each observed random variable with [`pointwise_loglikelihoods`](@ref). ```@docs