Updated 9 months ago
@stdlib/random-base-pareto-type1
Pareto (Type I) distributed pseudorandom numbers.
Updated 9 months ago
@stdlib/stats-base-dists-pareto-type1-cdf
Pareto (Type I) distribution cumulative distribution function (CDF).
Updated 9 months ago
@stdlib/random-streams-pareto-type1
Create a readable stream for generating pseudorandom numbers drawn from a Pareto (Type I) distribution.
Updated 9 months ago
@stdlib/stats-base-dists-pareto-type1-pdf
Pareto distribution (Type I) probability density function (PDF).
Updated 9 months ago
@stdlib/stats-base-dists-pareto-type1-quantile
Pareto (Type I) distribution quantile function.
Updated 9 months ago
@stdlib/stats-base-dists-pareto-type1-logpdf
Natural logarithm of the probability density function (PDF) for a Pareto (Type I) distribution.
Updated 9 months ago
@stdlib/stats-base-dists-pareto-type1-logcdf
Natural logarithm of the cumulative distribution function (CDF)for a Pareto (Type I) distribution.
Updated 9 months ago
@stdlib/random-iter-pareto-type1
Create an iterator for generating pseudorandom numbers drawn from a Pareto (Type I) distribution.
Updated 9 months ago
@stdlib/random-array-pareto-type1
Create an array containing pseudorandom numbers drawn from a Pareto (Type I) distribution.