From 8303241a47022dabe118620bfd33717f58861296 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Mon, 30 Jul 2018 15:43:16 +0200 Subject: [PATCH] Mention Pareto distribution in docs --- src/distributions/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/distributions/mod.rs b/src/distributions/mod.rs index 049803c7c04..7ad237a2b63 100644 --- a/src/distributions/mod.rs +++ b/src/distributions/mod.rs @@ -91,6 +91,7 @@ //! (e.g. prices, incomes, populations): //! - [`LogNormal`] distribution //! - Related to the occurrence of independent events at a given rate: +//! - [`Pareto`] distribution //! - [`Poisson`] distribution //! - [`Exp`]onential distribution, and [`Exp1`] as a primitive //! - [`Weibull`] distribution