loo icon indicating copy to clipboard operation
loo copied to clipboard

Use more functions from the posterior package

Open avehtari opened this issue 2 years ago • 1 comments

Release 2.7.0 imports posterior. We could use more posterior package functions. This would reduce possibility of having different implementations and thus reduce maintenance burden. Potential functions to replace

  • ess_rfun
    • fft_next_good_size
    • autocovariance
  • part of do_psis_i
    • psis_smooth_tail
    • n_pareto
    • enough_tail_samples
  • ps_khat_threshold
  • pareto_smooth
    • .pareto_smooth_tail
    • as_one_logical
    • should_return_NA
    • is_constant
  • ess_tail
    • ess_quantile
    • .ess_quantile
    • .ess
    • .split_chains
  • gpdfit
    • lx
    • adjust_k_wip
    • qgpd

avehtari avatar Feb 27 '24 08:02 avehtari

What other functions should be updated outside of the ones already changed in #289, #290?

VisruthSK avatar Sep 25 '25 16:09 VisruthSK