Cluster computing
Monday, November 28, 2016
›
#codingexercise Implement AVL tree insertion Node Insert(ref Node root, Node z) { assert(z); z.height = -1; if (!root) root = z...
Sunday, November 27, 2016
›
We continue discussing the paper "Nested sampling for general Bayesian computation" by Skilling We were looking at the transfor...
Saturday, November 26, 2016
›
We continue discussing the paper "Nested sampling for general Bayesian computation" by Skilling We were looking at the transfor...
Friday, November 25, 2016
›
We continue discussing the paper "Nested sampling for general Bayesian computation" by Skilling We were looking at the transfor...
Thursday, November 24, 2016
›
We continue discussing the paper "Nested sampling for general Bayesian computation" by Skilling with an emphasis on understandi...
Wednesday, November 23, 2016
›
We started discussing the paper "Nested sampling for general Bayesian computation" by Skilling. Nested sampling estimates direct...
Tuesday, November 22, 2016
›
We started discussing the paper "Nested sampling for general Bayesian computation" by Skilling. Nested sampling estimates direct...
‹
›
Home
View web version