R Shiny Server

Setting up your own shiny server can be helpful to host a few small projects that you want to share with a few collaborators. I am... »

Rejection Sampling

Rejection sampling allows us to sample from some target distribution when we have a proposal distribution. The algorithm works by first drawing a random value, say... »