stan-dev / loo

loo R package for approximate leave-one-out cross-validation (LOO-CV) and Pareto smoothed importance sampling (PSIS)
https://mc-stan.org/loo
Other
150 stars 34 forks source link

fix equations in loo-glossary #268

Closed avehtari closed 3 months ago

avehtari commented 5 months ago

At some point I had added \eqn{}, but forgot to change R code to LaTeX equations, This fixes that

jgabry commented 3 months ago

Thanks! Back from my leave, so finally checking in on the repos again.