zigguratgaussian
Fast Gaussian distributed pseudorandom number generation in Java via the Ziggurat algorithm
@stdlib/random-base-improved-ziggurat
Normally distributed pseudorandom numbers using the improved Ziggurat method.
@stdlib/random-base-box-muller
Normally distributed pseudorandom numbers using the Box-Muller transform.
@stdlib/random-streams-box-muller
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.
@stdlib/random-iter-box-muller
Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.
random-streams-improved-ziggurat
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.
@stdlib/random-iter-improved-ziggurat
Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.
@stdlib/constants-float64-min-base10-exponent
The minimum base 10 exponent for a normal double-precision floating-point number.
@stdlib/stats-base-dists-normal-quantile
Normal distribution quantile function.
@stdlib/stats-base-dists-normal-cdf
Normal distribution cumulative distribution function (CDF).
@stdlib/constants-float64-min-base2-exponent
The minimum biased base 2 exponent for a normal double-precision floating-point number.
@stdlib/stats-base-dists-normal-pdf
Normal distribution probability density function (PDF).
@stdlib/stats-pcorrtest
Compute a Pearson product-moment correlation test between paired samples.
@stdlib/stats-base-dists-normal-entropy
Normal distribution differential entropy.
@stdlib/stats-base-dists-lognormal-cdf
Lognormal distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-normal-mgf
Normal distribution moment-generating function (MGF).
@stdlib/stats-base-dists-normal-logpdf
Natural logarithm of the probability density function (PDF) for a normal distribution.
@stdlib/stats-base-dists-normal-logcdf
Natural logarithm of the cumulative distribution function (CDF) for a normal distribution.
@stdlib/stats-base-dists-lognormal-logcdf
Natural logarithm of the cumulative distribution function (CDF) for a lognormal distribution.
@stdlib/stats-base-dists-lognormal-stdev
Lognormal distribution standard deviation.
@stdlib/stats-base-dists-lognormal-pdf
Lognormal distribution probability density function (PDF).
@stdlib/stats-base-dists-lognormal-quantile
Lognormal distribution quantile function.
@stdlib/stats-base-dists-lognormal-entropy
Lognormal distribution differential entropy.
@stdlib/stats-base-dists-truncated-normal-pdf
Truncated normal distribution probability density function (PDF).
@stdlib/math-base-special-frexp
Split a double-precision floating-point number into a normalized fraction and an integer power of two.
@stdlib/random-iter-lognormal
Create an iterator for generating pseudorandom numbers drawn from a lognormal distribution.
@stdlib/simulate-iter-awgn
Create an iterator which introduces additive white Gaussian noise.
@stdlib/random-iter-normal
Create an iterator for generating pseudorandom numbers drawn from a normal distribution.
@stdlib/random-streams-lognormal
Create a readable stream for generating pseudorandom numbers drawn from a lognormal distribution.
@stdlib/random-streams-normal
Create a readable stream for generating pseudorandom numbers drawn from a normal distribution.
@stdlib/random-streams-randn
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution.
@stdlib/random-iter-t
Create an iterator for generating pseudorandom numbers drawn from a Student's t distribution.
random-array-lognormal
Create an array containing pseudorandom numbers drawn from a lognormal distribution.
@stdlib/random-strided-t
Fill a strided array with pseudorandom numbers drawn from a Student's t distribution.
stats-base-dists-lognormal-logpdf
Natural logarithm of the probability density function (PDF) for a lognormal distribution.
stats-base-dists-t-logpdf
Natural logarithm of the probability density function (PDF) for a Student's t distribution.
constants-float32-min-base10-exponent
The minimum base 10 exponent for a normal single-precision floating-point number.
@stdlib/random-iter-randn
Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution.
@stdlib/random-array-normal
Create an array containing pseudorandom numbers drawn from a normal distribution.
@stdlib/random-strided-normal
Fill a strided array with pseudorandom numbers drawn from a normal distribution.
@stdlib/random-array-t
Create an array containing pseudorandom numbers drawn from a Student's t-distribution.
@stdlib/random-strided-lognormal
Fill a strided array with pseudorandom numbers drawn from a lognormal distribution.
math-base-special-frexpf
Split a single-precision floating-point number into a normalized fraction and an integer power of two.
math-base-special-frexpf
The "math-base-special-frexpf" repository provides a specialized function for computing the exponential function of a floating-point number. This library supports efficient numerical calculations in both browsers and Node.js. 🐙📦