Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
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
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
