extreme-value
There are 11 repositories under extreme-value topic.
stdlib-js/random-base-pareto-type1
Pareto (Type I) distributed pseudorandom numbers.
stdlib-js/random-streams-pareto-type1
Create a readable stream for generating pseudorandom numbers drawn from a Pareto (Type I) distribution.
MvMukesh/DataPreprocessing-Framework-ML
Least Discussed topic Data Preparation, most important part of a machine learning project
stdlib-js/random-array-pareto-type1
Create an array containing pseudorandom numbers drawn from a Pareto (Type I) distribution.
stdlib-js/random-iter-pareto-type1
Create an iterator for generating pseudorandom numbers drawn from a Pareto (Type I) distribution.
stdlib-js/stats-base-dists-pareto-type1-cdf
Pareto (Type I) distribution cumulative distribution function (CDF).
stdlib-js/stats-base-dists-pareto-type1-logcdf
Natural logarithm of the cumulative distribution function (CDF)for a Pareto (Type I) distribution.
stdlib-js/stats-base-dists-pareto-type1-logpdf
Natural logarithm of the probability density function (PDF) for a Pareto (Type I) distribution.
stdlib-js/stats-base-dists-pareto-type1-pdf
Pareto distribution (Type I) probability density function (PDF).
stdlib-js/stats-base-dists-pareto-type1-quantile
Pareto (Type I) distribution quantile function.