Implementation of a simple in-browser atmospheric dispersion model using JavaScript.
-
Updated
Jul 4, 2022 - JavaScript
Implementation of a simple in-browser atmospheric dispersion model using JavaScript.
Normal distribution cumulative distribution function (CDF).
Normal distribution probability density function (PDF).
Normal distribution quantile function.
Log-normally distributed pseudorandom numbers.
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.
Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.
Normally distributed pseudorandom numbers using the improved Ziggurat method.
Create an iterator for generating pseudorandom numbers drawn from a normal distribution.
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.
Normally distributed pseudorandom numbers using the Box-Muller transform.
Create an iterator for generating pseudorandom numbers drawn from a lognormal distribution.
Create a readable stream for generating pseudorandom numbers drawn from a normal distribution.
Normal distribution moment-generating function (MGF).
Truncated normal distribution probability density function (PDF).
Natural logarithm of the probability density function (PDF) for a lognormal distribution.
Student's t-distributed pseudorandom numbers.
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution.
Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution.
Add a description, image, and links to the gaussian topic page so that developers can more easily learn about it.
To associate your repository with the gaussian topic, visit your repo's landing page and select "manage topics."