Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
random
Seedable random number generator supporting many common distributions.
fast-stats
Quickly calculate common statistics on lists of numbers
@stdlib/stats-base-dists-lognormal-cdf
Lognormal distribution cumulative distribution function (CDF).
@stdlib/random-base-lognormal
Log-normally distributed pseudorandom numbers.
lib-r-math.js
Javascript Implementation of Statistical R standalone library rnmath
@stdlib/stats-base-dists-lognormal-logcdf
Natural logarithm of the cumulative distribution function (CDF) for a lognormal distribution.
@stdlib/stats-base-dists-lognormal-median
Lognormal distribution median.
@stdlib/stats-base-dists-lognormal-ctor
Lognormal distribution constructor.
@stdlib/stats-base-dists-lognormal-skewness
Lognormal distribution skewness.
@stdlib/stats-base-dists-lognormal-entropy
Lognormal distribution differential entropy.
@stdlib/stats-base-dists-lognormal-stdev
Lognormal distribution standard deviation.
@stdlib/stats-base-dists-lognormal-mean
Lognormal distribution expected value.
@stdlib/stats-base-dists-lognormal
Lognormal distribution.
@stdlib/stats-base-dists-lognormal-quantile
Lognormal distribution quantile function.
@stdlib/stats-base-dists-lognormal-kurtosis
Lognormal distribution kurtosis.
@stdlib/stats-base-dists-lognormal-logpdf
Natural logarithm of the probability density function (PDF) for a lognormal distribution.
@stdlib/stats-base-dists-lognormal-pdf
Lognormal distribution probability density function (PDF).
@stdlib/stats-base-dists-lognormal-mode
Lognormal distribution mode.
@stdlib/stats-base-dists-lognormal-variance
Lognormal distribution variance.
prob.js
Generate random numbers from different probability distributions.