diff --git a/reference/stats/functions/stats-cdf-noncentral-chisquare.xml b/reference/stats/functions/stats-cdf-noncentral-chisquare.xml
index 2925d52757..d3523aec2e 100644
--- a/reference/stats/functions/stats-cdf-noncentral-chisquare.xml
+++ b/reference/stats/functions/stats-cdf-noncentral-chisquare.xml
@@ -14,9 +14,62 @@
floatpar3
intwhich
-
- &warn.undocumented.func;
-
+
+ Returns the cumulative distribution function, its inverse, or one of its parameters,
+ of the non-central chi-square distribution. The kind of the return value and parameters
+ (par1, par2, and par3)
+ are determined by which.
+
+
+ The following table lists the return value and parameters by which.
+ CDF, x, k, and lambda denotes cumurative distribution function, the value of the random
+ variable, the degree of freedom and the non-centrality parameter of the distribution,
+ respectively.
+
+ Return value and parameters
+
+
+
+ which
+ Return value
+ par1
+ par2
+ par3
+
+
+
+
+ 1
+ CDF
+ x
+ k
+ lambda
+
+
+ 2
+ x
+ CDF
+ k
+ lambda
+
+
+ 3
+ k
+ x
+ CDF
+ lambda
+
+
+ 4
+ lambda
+ x
+ CDF
+ k
+
+
+
+
+
&reftitle.parameters;
@@ -26,6 +79,7 @@
par1
+ The first parameter
@@ -33,6 +87,7 @@
par2
+ The second parameter
@@ -40,6 +95,7 @@
par3
+ The third parameter
@@ -47,6 +103,7 @@
which
+ The flag to determine what to be calculated
@@ -57,6 +114,7 @@
&reftitle.returnvalues;
+ Returns CDF, x, k, or lambda, determined by which.
diff --git a/reference/stats/functions/stats-cdf-noncentral-f.xml b/reference/stats/functions/stats-cdf-noncentral-f.xml
index 6b6185fee6..c948519e53 100644
--- a/reference/stats/functions/stats-cdf-noncentral-f.xml
+++ b/reference/stats/functions/stats-cdf-noncentral-f.xml
@@ -3,7 +3,7 @@
stats_cdf_noncentral_f
- Calculates any one parameter of the Non-central F distribution given values for the others.
+ Calculates any one parameter of the non-central F distribution given values for the others.
&reftitle.description;
@@ -15,9 +15,75 @@
floatpar4
intwhich
-
- &warn.undocumented.func;
-
+
+ Returns the cumulative distribution function, its inverse, or one of its parameters,
+ of the non-central F distribution. The kind of the return value and parameters
+ (par1, par2, par3,
+ and par4) are determined by which.
+
+
+ The following table lists the return value and parameters by which.
+ CDF, x, nu1, nu2, and lambda denotes cumurative distribution function, the value of the
+ random variable, the degree of freedoms and the non-centrality parameter of the distribution,
+ respectively.
+
+ Return value and parameters
+
+
+
+ which
+ Return value
+ par1
+ par2
+ par3
+ par4
+
+
+
+
+ 1
+ CDF
+ x
+ nu1
+ nu2
+ lambda
+
+
+ 2
+ x
+ CDF
+ nu1
+ nu2
+ lambda
+
+
+ 3
+ nu1
+ x
+ CDF
+ nu2
+ lambda
+
+
+ 4
+ nu2
+ x
+ CDF
+ nu1
+ lambda
+
+
+ 5
+ lambda
+ x
+ CDF
+ nu1
+ nu2
+
+
+
+
+
&reftitle.parameters;
@@ -27,6 +93,7 @@
par1
+ The first parameter
@@ -34,6 +101,7 @@
par2
+ The second parameter
@@ -41,6 +109,7 @@
par3
+ The third parameter
@@ -48,6 +117,7 @@
par4
+ The fourth parameter
@@ -55,6 +125,7 @@
which
+ The flag to determine what to be calculated
@@ -65,6 +136,7 @@
&reftitle.returnvalues;
+ Returns CDF, x, nu1, nu2, or lambda, determined by which.
diff --git a/reference/stats/functions/stats-cdf-t.xml b/reference/stats/functions/stats-cdf-t.xml
index 9c8a97b095..b6308b8fe3 100644
--- a/reference/stats/functions/stats-cdf-t.xml
+++ b/reference/stats/functions/stats-cdf-t.xml
@@ -3,7 +3,7 @@
stats_cdf_t
- Calculates any one parameter of the T distribution given values for the others.
+ Calculates any one parameter of the Student's t-distribution given values for the others.
&reftitle.description;
@@ -13,9 +13,50 @@
floatpar2
intwhich
-
- &warn.undocumented.func;
-
+
+ Returns the cumulative distribution function, its inverse, or one of its parameters,
+ of the Student's t-distribution. The kind of the return value and parameters
+ (par1 and par2) are determined by
+ which.
+
+
+ The following table lists the return value and parameters by which.
+ CDF, x, and nu denotes cumurative distribution function, the value of the random
+ variable, and the degrees of freedom of the Student's t-distribution, respectively.
+
+ Return value and parameters
+
+
+
+ which
+ Return value
+ par1
+ par2
+
+
+
+
+ 1
+ CDF
+ x
+ nu
+
+
+ 2
+ x
+ CDF
+ nu
+
+
+ 3
+ nu
+ x
+ CDF
+
+
+
+
+
&reftitle.parameters;
@@ -25,6 +66,7 @@
par1
+ The first parameter
@@ -32,6 +74,7 @@
par2
+ The second parameter
@@ -39,6 +82,7 @@
which
+ The flag to determine what to be calculated
@@ -49,6 +93,7 @@
&reftitle.returnvalues;
+ Returns CDF, x, or nu, determined by which.
diff --git a/reference/stats/functions/stats-cdf-uniform.xml b/reference/stats/functions/stats-cdf-uniform.xml
index e12e104184..79f5f45934 100644
--- a/reference/stats/functions/stats-cdf-uniform.xml
+++ b/reference/stats/functions/stats-cdf-uniform.xml
@@ -3,7 +3,7 @@
stats_cdf_uniform
- Not documented
+ Calculates any one parameter of the uniform distribution given values for the others.
&reftitle.description;
@@ -14,9 +14,61 @@
floatpar3
intwhich
-
- &warn.undocumented.func;
-
+
+ Returns the cumulative distribution function, its inverse, or one of its parameters,
+ of the uniform distribution. The kind of the return value and parameters
+ (par1, par2, and par3)
+ are determined by which.
+
+
+ The following table lists the return value and parameters by which.
+ CDF, x, a, and b denotes cumurative distribution function, the number of successes,
+ the lower bound and the higher bound of the uniform distribution, respectively.
+
+ Return value and parameters
+
+
+
+ which
+ Return value
+ par1
+ par2
+ par3
+
+
+
+
+ 1
+ CDF
+ x
+ a
+ b
+
+
+ 2
+ x
+ CDF
+ a
+ b
+
+
+ 3
+ a
+ x
+ CDF
+ b
+
+
+ 4
+ b
+ x
+ CDF
+ a
+
+
+
+
+
&reftitle.parameters;
@@ -26,6 +78,7 @@
par1
+ The first parameter
@@ -33,6 +86,7 @@
par2
+ The second parameter
@@ -40,6 +94,7 @@
par3
+ The third parameter
@@ -47,6 +102,7 @@
which
+ The flag to determine what to be calculated
@@ -57,6 +113,7 @@
&reftitle.returnvalues;
+ Returns CDF, x, a, or b, determined by which.
diff --git a/reference/stats/functions/stats-cdf-weibull.xml b/reference/stats/functions/stats-cdf-weibull.xml
index 2494362ee2..108eb9c45e 100644
--- a/reference/stats/functions/stats-cdf-weibull.xml
+++ b/reference/stats/functions/stats-cdf-weibull.xml
@@ -3,7 +3,7 @@
stats_cdf_weibull
- Not documented
+ Calculates any one parameter of the Weibull distribution given values for the others.
&reftitle.description;
@@ -14,9 +14,61 @@
floatpar3
intwhich
-
- &warn.undocumented.func;
-
+
+ Returns the cumulative distribution function, its inverse, or one of its parameters,
+ of the binomial distribution. The kind of the return value and parameters
+ (par1, par2, and par3)
+ are determined by which.
+
+
+ The following table lists the return value and parameters by which.
+ CDF, x, k, and lambda denotes cumurative distribution function, the number of successes,
+ the shape and the scale parameter of the Weibull distribution, respectively.
+
+ Return value and parameters
+
+
+
+ which
+ Return value
+ par1
+ par2
+ par3
+
+
+
+
+ 1
+ CDF
+ x
+ k
+ lambda
+
+
+ 2
+ x
+ CDF
+ k
+ lambda
+
+
+ 3
+ k
+ x
+ CDF
+ lambda
+
+
+ 4
+ lambda
+ x
+ CDF
+ k
+
+
+
+
+
&reftitle.parameters;
@@ -26,6 +78,7 @@
par1
+ The first parameter
@@ -33,6 +86,7 @@
par2
+ The second parameter
@@ -40,6 +94,7 @@
par3
+ The third parameter
@@ -47,6 +102,7 @@
which
+ The flag to determine what to be calculated
@@ -57,6 +113,7 @@
&reftitle.returnvalues;
+ Returns CDF, x, k, or lambda, determined by which.