diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 6d747cee..cc07d2db 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2025-01-02T01:22:52","documenter_version":"1.0.1"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2025-01-03T01:23:48","documenter_version":"1.0.1"}} \ No newline at end of file diff --git a/dev/api/index.html b/dev/api/index.html index 6368403b..5ec59641 100644 --- a/dev/api/index.html +++ b/dev/api/index.html @@ -41,4 +41,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 1.0.1 on Thursday 2 January 2025. Using Julia version 1.11.2.