(C++) Normal distribution
February 24, 2017 · View on GitHub
(C++) Normal distribution
Code snippets on normal distributions.
- Get cumulative density of a normal distribution, GetCumulativeDensityNormal
- Get density of a normal distribution, GetDensityNormal
- Get a random double from a normal distribution, GetRandomNormal
- GetCumulativeDensityNormal, get cumulative density of a normal distribution
- GetDensityNormal, get density of a normal distribution
- GetRandomNormal, get a random double from a normal distribution