@stdlib/stats-base-dists-lognormal-logpdf
Natural logarithm of the probability density function (PDF) for a lognormal distribution.
Natural logarithm of the probability density function (PDF) for a lognormal distribution.
Normal distribution variance.
Lognormal distribution expected value.
Lognormal distribution median.
Lognormal distribution mode.
Lognormal distribution probability density function (PDF).
Lognormal distribution quantile function.
Lognormal distribution skewness.
Lognormal distribution standard deviation.
Lognormal distribution variance.
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.
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.
Create an iterator for generating pseudorandom numbers drawn from a Student's t distribution.
Create an iterator for generating pseudorandom numbers drawn from a normal distribution.
Create an iterator which introduces additive white Gaussian noise.
Normally distributed pseudorandom numbers using the Box-Muller transform.
Log-normally distributed pseudorandom numbers.