From 82006e5991255e8381e73f7b156573b682d04413 Mon Sep 17 00:00:00 2001 From: Yuji Uchiyama Date: Fri, 4 Aug 2017 16:07:41 +0000 Subject: [PATCH] Add file for stats_dens_uniform git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342781 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../stats/functions/stats-dens-uniform.xml | 217 ++++++++++++++++++ 1 file changed, 217 insertions(+) create mode 100644 reference/stats/functions/stats-dens-uniform.xml diff --git a/reference/stats/functions/stats-dens-uniform.xml b/reference/stats/functions/stats-dens-uniform.xml new file mode 100644 index 0000000000..44b79e26ca --- /dev/null +++ b/reference/stats/functions/stats-dens-uniform.xml @@ -0,0 +1,217 @@ + + + + + + stats_dens_uniform + Probability density function of the uniform distribution + + + + &reftitle.description; + + floatstats_dens_uniform + floatx + floata + floatb + + + Returns the probability density at x, where the + random variable follows the uniform distribution of which the lower bound is + a and the upper bound is b. + + + + &reftitle.parameters; + + + + x + + + The value at which the probability density is calculated + + + + + a + + + The lower bound of the distribution + + + + + b + + + The upper bound of the distribution + + + + + + + + + &reftitle.parameters; + + + + x + + + The value at which the probability density is calculated + + + + + a + + + The lower bound of the distribution + + + + + b + + + The upper bound of the distribution + + + + + + + + + &reftitle.returnvalues; + + The probability density at x or &false; for failure. + + + + + + + + + + + + + + + + + +