diff --git a/reference/stats/functions/stats-den-uniform.xml b/reference/stats/functions/stats-den-uniform.xml deleted file mode 100644 index 6a446335ad..0000000000 --- a/reference/stats/functions/stats-den-uniform.xml +++ /dev/null @@ -1,162 +0,0 @@ - - - - - stats_den_uniform - Probability density function of the uniform distribution - - - &reftitle.description; - - floatstats_den_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.returnvalues; - - The probability density at x or &false; for failure. - - - - - - - - - - - - - - - - - - diff --git a/reference/stats/functions/stats-dens-negative-binomial.xml b/reference/stats/functions/stats-dens-negative-binomial.xml deleted file mode 100644 index 7c515623b9..0000000000 --- a/reference/stats/functions/stats-dens-negative-binomial.xml +++ /dev/null @@ -1,162 +0,0 @@ - - - - - stats_dens_negative_binomial - Probability density function of the negative binomial distribution - - - &reftitle.description; - - floatstats_dens_negative_binomial - floatx - floatn - floatpi - - - Returns the probability density at x, where the - random variable follows the negative binomial distribution of which the number of the success - is n and the success rate is pi. - - - - &reftitle.parameters; - - - - x - - - The value at which the probability density is calculated - - - - - n - - - The number of the success of the distribution - - - - - pi - - - The success rate of the distribution - - - - - - - - - &reftitle.returnvalues; - - The probability density at x or &false; for failure. - - - - - - - - - - - - - - - - - - diff --git a/reference/stats/functions/stats-stat-gennch.xml b/reference/stats/functions/stats-stat-gennch.xml deleted file mode 100644 index 9b50a0ec29..0000000000 --- a/reference/stats/functions/stats-stat-gennch.xml +++ /dev/null @@ -1,140 +0,0 @@ - - - - - stats_stat_gennch - Not documented - - - &reftitle.description; - - floatstats_stat_gennch - intn - - - &warn.undocumented.func; - - - - &reftitle.parameters; - - - - n - - - - - - - - - - - &reftitle.returnvalues; - - - - - - - - - - - - - - - - - - - diff --git a/reference/stats/functions/stats-stat-noncentral-t.xml b/reference/stats/functions/stats-stat-noncentral-t.xml deleted file mode 100644 index 5b183df37d..0000000000 --- a/reference/stats/functions/stats-stat-noncentral-t.xml +++ /dev/null @@ -1,164 +0,0 @@ - - - - - stats_stat_noncentral_t - Calculates any one parameter of the noncentral t distribution give values for the others. - - - &reftitle.description; - - floatstats_stat_noncentral_t - floatpar1 - floatpar2 - floatpar3 - intwhich - - - &warn.undocumented.func; - - - - &reftitle.parameters; - - - - par1 - - - - - - - par2 - - - - - - - par3 - - - - - - - which - - - - - - - - - - - &reftitle.returnvalues; - - - - - - - - - - - - - - - - - - -