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. + + + + + + + + + + + + + + + + + +