View source: R/pareto_smooth.R
ps_convergence_rate | R Documentation |
Given number of draws and scalar or array of k's, compute the
relative convergence rate of PSIS estimate RMSE. See Appendix B of
Vehtari et al. (2024). This function is exported to be usable by
other packages. For user-facing diagnostic functions, see
pareto_convergence_rate
and pareto_diags
.
ps_convergence_rate(k, ndraws, ...)
k |
pareto-k values |
ndraws |
number of draws |
... |
unused |
convergence rate
Other helper-functions:
ps_khat_threshold()
,
ps_min_ss()
,
ps_tail_length()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.