wiseodd.github.io icon indicating copy to clipboard operation
wiseodd.github.io copied to clipboard

np.norm scale parameter should be standard deviation, not variance

Open garyzhubc opened this issue 7 years ago • 0 comments

Unlike np.random.multivariate_normal where covariance matrix is used as parameter, np.random.normal takes in location and scale, where scale parameter should be set to its standard deviation.

Here is the link https://github.com/wiseodd/wiseodd.github.io/blob/master/_posts/2015-10-09-gibbs-sampling.md

garyzhubc avatar May 14 '18 08:05 garyzhubc