Quantcast
Channel: Math.NET Numerics
Viewing all articles
Browse latest Browse all 971

New Post: Lognormal sampling

$
0
0
I'm trying to generate lognormal samples.
When I do something like this:
double sample = LogNormal.Sample(aRandomGenerator, 0.000001, 0.000001)
I get numbers back close to 1, but I was expected them to be distributed around my mean (0.000001).

What am I doing wrong?

Viewing all articles
Browse latest Browse all 971

Trending Articles