Bayes in APL
Randomness In this post I will start exploring the basics of randomness and related functionality in APL. I want to eventually get to a point where I am doing MCMC for some data implemented from scratch. Since I do not have any experience with APL, I am at a point where I basically know what I want to do, but not exactly how, I will also post docs outputs and my reactions to them. These basic steps are left in so the reader (likely myself in the future) will recall how the actual workflow of using dyalog goes. ...