diff --git a/dev/api/index.html b/dev/api/index.html index 816b021b..339d84e8 100644 --- a/dev/api/index.html +++ b/dev/api/index.html @@ -7,4 +7,4 @@ x = rand(proposal, 1_000, 100) log_ratios = logpdf.(target, x) .- logpdf.(proposal, x) result = psis(log_ratios) -paretoshapeplot(result)
We can also plot the Pareto shape parameters directly:
paretoshapeplot(result.pareto_shape)
We can also use plot
directly:
plot(result.pareto_shape; showlines=true)
sourceSettings
This document was generated with Documenter.jl version 0.27.24 on Friday 23 June 2023. Using Julia version 1.9.1.