Category: Rstat

Hamiltonian tails

“We demonstrate HMC’s sensitivity to these parameters by sampling from a bivariate Gaussian with correlation coefficient 0.99. We consider three settings (ε,L) = {(0.16; 40); (0.16; 50); (0.15; 50)}” Ziyu...continue reading.

Replication Intervals

Take a margin of error from a confidence interval and multiply it by 1.5; a future, replication estimate should be within that distance of the original estimate (with the same...continue reading.

Subset by Index in Clojure

In the previous post https://statcompute.wordpress.com/2018/03/23/subset-by-values-in-clojure, it’s been demonstrated how to subset by value in Clojure. In the example below, I would show how to subset by index by using the...continue reading.