View source: R/pareto_smooth.R
ps_tail_length | R Documentation |
Calculate the tail length from number of draws and relative efficiency r_eff. See Appendix H in Vehtari et al. (2024). This function is used internally and is exported to be available for other packages.
ps_tail_length(ndraws, r_eff, ...)
ndraws |
number of draws |
r_eff |
relative efficiency |
... |
unused |
tail length
Other helper-functions:
ps_convergence_rate()
,
ps_khat_threshold()
,
ps_min_ss()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.