@stdlib/stats-base-dists-degenerate-logcdf
Degenerate distribution logarithm of cumulative distribution function (logCDF).
Degenerate distribution logarithm of cumulative distribution function (logCDF).
Degenerate distribution logarithm of probability density function (logPDF).
Natural logarithm of the probability mass function (PMF) for a degenerate distribution.
Natural logarithm of the cumulative distribution function (CDF)for a discrete uniform distribution.
Natural logarithm of the probability mass function (PMF) for a discrete uniform distribution.
Natural logarithm of the probability density function (PDF) for an Erlang distribution.
Natural logarithm of the cumulative distribution function (CDF) for an exponential distribution.
Natural logarithm of the probability density function (PDF) for an exponential distribution.
Fréchet distribution logarithm of cumulative distribution function (CDF).
Create an iterator which evaluates the natural logarithm for each iterated value.
Create an iterator which evaluates the natural logarithm of 1-exp(-|x|) for each iterated value.
Create an iterator which evaluates the natural logarithm of 1+x for each iterated value.
Create an iterator which evaluates the natural logarithm of 1+exp(x) for each iterated value.
Natural logarithm of the cumulative distribution function (CDF) for a normal distribution.
Natural logarithm of the probability density function (PDF) for a normal distribution.
Uniform distribution logarithm of cumulative distribution function (CDF).
Uniform distribution logarithm of probability density function (PDF).
Natural logarithm of the cumulative distribution function (CDF) for a Student's t distribution.
Natural logarithm of the probability mass function (PMF) for a Poisson distribution.
Lognormal distribution cumulative distribution function (CDF).