[GSoC] Mir.random.flex - Generic non-uniform random sampling
Seb via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue Aug 23 05:12:30 PDT 2016
On Tuesday, 23 August 2016 at 11:58:53 UTC, tn wrote:
> On Monday, 22 August 2016 at 15:34:47 UTC, Seb wrote:
>> http://blog.mir.dlang.io/random/2016/08/22/transformed-density-rejection-sampling.html
>
> What are the columns "mu time" and "sigma^2 time" of the
> benchmark table in the Sampling subsection?
In statistics mu is often used to describe the average, sigma the
standard deviation and sigma^2 the variance. It was absolutely
unnecessary to use this notation here (especially because
standard deviation, not variance was measured). I fixed that and
also added how many samples were generated per run (10M), thanks!
Btw in case you didn't find the link within the article, the
benchmark is available within Mir:
https://github.com/libmir/mir/blob/master/benchmarks/flex/normal_dist.d
More information about the Digitalmars-d-announce
mailing list