diff --git a/reference/statistics/functions/stats-absolute-deviation.xml b/reference/statistics/functions/stats-absolute-deviation.xml new file mode 100755 index 0000000000..b65da77bc5 --- /dev/null +++ b/reference/statistics/functions/stats-absolute-deviation.xml @@ -0,0 +1,143 @@ + + + + + + stats_absolute_deviation + Returns the absolute deviation of an array of values + + + &reftitle.description; + + floatstats_absolute_deviation + arraya + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + a + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-cdf-beta.xml b/reference/statistics/functions/stats-cdf-beta.xml new file mode 100755 index 0000000000..1eef2f30b9 --- /dev/null +++ b/reference/statistics/functions/stats-cdf-beta.xml @@ -0,0 +1,248 @@ + + + + + + stats_cdf_beta + CDF function for BETA Distribution. Calculates any one parameter of the beta distribution given values for the others. + + + &reftitle.description; + + floatstats_cdf_beta + floatpar1 + floatpar2 + floatpar3 + intwhich + + + + Method + + Cumulative distribution function (P) is calculated directly by + code associated with the following reference. + + DiDinato, A. R. and Morris, A. H. Algorithm 708: Significant + Digit Computation of the Incomplete Beta Function Ratios. ACM + Trans. Math. Softw. 18 (1993), 360-373. + + Computation of other parameters involve a seach for a value that + produces the desired value of P. The search relies on the + monotinicity of P with the other parameter. + + Note + + The beta density is proportional to + t^(A-1) * (1-t)^(B-1) + + Arguments + + + P -- The integral from 0 to X of the chi-square + distribution. + Input range: [0, 1]. + + Q -- 1-P. + Input range: [0, 1]. + P + Q = 1.0. + + X -- Upper limit of integration of beta density. + Input range: [0,1]. + Search range: [0,1] + + Y -- 1-X. + Input range: [0,1]. + Search range: [0,1] + X + Y = 1.0. + + A -- The first parameter of the beta density. + Input range: (0, +infinity). + Search range: [1D-100,1D100] + + B -- The second parameter of the beta density. + Input range: (0, +infinity). + Search range: [1D-100,1D100] + + STATUS -- 0 if calculation completed correctly + -I if input parameter number I is out of range + 1 if answer appears to be lower than lowest + search bound + 2 if answer appears to be higher than greatest + search bound + 3 if P + Q .ne. 1 + 4 if X + Y .ne. 1 + + BOUND -- Undefined if STATUS is 0 + + Bound exceeded by parameter number I if STATUS + is negative. + + Lower search bound if STATUS is 1. + + Upper search bound if STATUS is 2. + + + + + + &reftitle.parameters; + + + + par1 + + + Its description + + + + + par2 + + + Its description + + + + + par3 + + + Its description + + + + + which + + + Integer indicating which of the next four argument + values is to be calculated from the others. + Legal range: 1..4 + iwhich = 1 : Calculate P and Q from X,Y,A and B + iwhich = 2 : Calculate X and Y from P,Q,A and B + iwhich = 3 : Calculate A from P,Q,X,Y and B + iwhich = 4 : Calculate B from P,Q,X,Y and A + + + + + + + + + &reftitle.returnvalues; + + STATUS -- 0 if calculation completed correctly + -I if input parameter number I is out of range + 1 if answer appears to be lower than lowest + search bound + 2 if answer appears to be higher than greatest + search bound + 3 if P + Q .ne. 1 + 4 if X + Y .ne. 1 + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-cdf-binomial.xml b/reference/statistics/functions/stats-cdf-binomial.xml new file mode 100755 index 0000000000..42babe2af9 --- /dev/null +++ b/reference/statistics/functions/stats-cdf-binomial.xml @@ -0,0 +1,170 @@ + + + + + + stats_cdf_binomial + Calculates any one parameter of the binomial distribution given values for the others. + + + &reftitle.description; + + floatstats_cdf_binomial + floatpar1 + floatpar2 + floatpar3 + intwhich + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + par1 + + + Its description + + + + + par2 + + + Its description + + + + + par3 + + + Its description + + + + + which + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-cdf-cauchy.xml b/reference/statistics/functions/stats-cdf-cauchy.xml new file mode 100755 index 0000000000..ed54020e29 --- /dev/null +++ b/reference/statistics/functions/stats-cdf-cauchy.xml @@ -0,0 +1,170 @@ + + + + + + stats_cdf_cauchy + Not documented + + + &reftitle.description; + + floatstats_cdf_cauchy + floatpar1 + floatpar2 + floatpar3 + intwhich + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + par1 + + + Its description + + + + + par2 + + + Its description + + + + + par3 + + + Its description + + + + + which + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-cdf-chisquare.xml b/reference/statistics/functions/stats-cdf-chisquare.xml new file mode 100755 index 0000000000..99339f522f --- /dev/null +++ b/reference/statistics/functions/stats-cdf-chisquare.xml @@ -0,0 +1,170 @@ + + + + + + stats_cdf_chisquare + Calculates any one parameter of the chi-square distribution given values for the others. + + + &reftitle.description; + + floatstats_cdf_chisquare + floatpar1 + floatpar2 + floatpar3 + intwhich + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + par1 + + + Its description + + + + + par2 + + + Its description + + + + + par3 + + + Its description + + + + + which + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-cdf-exponential.xml b/reference/statistics/functions/stats-cdf-exponential.xml new file mode 100755 index 0000000000..d17c7dfc7e --- /dev/null +++ b/reference/statistics/functions/stats-cdf-exponential.xml @@ -0,0 +1,161 @@ + + + + + + stats_cdf_exponential + Not documented + + + &reftitle.description; + + floatstats_cdf_exponential + floatpar1 + floatpar2 + intwhich + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + par1 + + + Its description + + + + + par2 + + + Its description + + + + + which + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-cdf-f.xml b/reference/statistics/functions/stats-cdf-f.xml new file mode 100755 index 0000000000..d4351cfbbe --- /dev/null +++ b/reference/statistics/functions/stats-cdf-f.xml @@ -0,0 +1,170 @@ + + + + + + stats_cdf_f + Calculates any one parameter of the F distribution given values for the others. + + + &reftitle.description; + + floatstats_cdf_f + floatpar1 + floatpar2 + floatpar3 + intwhich + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + par1 + + + Its description + + + + + par2 + + + Its description + + + + + par3 + + + Its description + + + + + which + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-cdf-gamma.xml b/reference/statistics/functions/stats-cdf-gamma.xml new file mode 100755 index 0000000000..7d03febcb2 --- /dev/null +++ b/reference/statistics/functions/stats-cdf-gamma.xml @@ -0,0 +1,170 @@ + + + + + + stats_cdf_gamma + Calculates any one parameter of the gamma distribution given values for the others. + + + &reftitle.description; + + floatstats_cdf_gamma + floatpar1 + floatpar2 + floatpar3 + intwhich + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + par1 + + + Its description + + + + + par2 + + + Its description + + + + + par3 + + + Its description + + + + + which + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-cdf-laplace.xml b/reference/statistics/functions/stats-cdf-laplace.xml new file mode 100755 index 0000000000..af16e7ac6e --- /dev/null +++ b/reference/statistics/functions/stats-cdf-laplace.xml @@ -0,0 +1,170 @@ + + + + + + stats_cdf_laplace + Not documented + + + &reftitle.description; + + floatstats_cdf_laplace + floatpar1 + floatpar2 + floatpar3 + intwhich + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + par1 + + + Its description + + + + + par2 + + + Its description + + + + + par3 + + + Its description + + + + + which + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-cdf-logistic.xml b/reference/statistics/functions/stats-cdf-logistic.xml new file mode 100755 index 0000000000..b986a86461 --- /dev/null +++ b/reference/statistics/functions/stats-cdf-logistic.xml @@ -0,0 +1,170 @@ + + + + + + stats_cdf_logistic + Not documented + + + &reftitle.description; + + floatstats_cdf_logistic + floatpar1 + floatpar2 + floatpar3 + intwhich + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + par1 + + + Its description + + + + + par2 + + + Its description + + + + + par3 + + + Its description + + + + + which + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-cdf-negative-binomial.xml b/reference/statistics/functions/stats-cdf-negative-binomial.xml new file mode 100755 index 0000000000..fd4f136acb --- /dev/null +++ b/reference/statistics/functions/stats-cdf-negative-binomial.xml @@ -0,0 +1,170 @@ + + + + + + stats_cdf_negative_binomial + Calculates any one parameter of the negative binomial distribution given values for the others. + + + &reftitle.description; + + floatstats_cdf_negative_binomial + floatpar1 + floatpar2 + floatpar3 + intwhich + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + par1 + + + Its description + + + + + par2 + + + Its description + + + + + par3 + + + Its description + + + + + which + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-cdf-noncentral-chisquare.xml b/reference/statistics/functions/stats-cdf-noncentral-chisquare.xml new file mode 100755 index 0000000000..a3f6fc5e6f --- /dev/null +++ b/reference/statistics/functions/stats-cdf-noncentral-chisquare.xml @@ -0,0 +1,170 @@ + + + + + + stats_cdf_noncentral_chisquare + Calculates any one parameter of the non-central chi-square distribution given values for the others. + + + &reftitle.description; + + floatstats_cdf_noncentral_chisquare + floatpar1 + floatpar2 + floatpar3 + intwhich + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + par1 + + + Its description + + + + + par2 + + + Its description + + + + + par3 + + + Its description + + + + + which + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-cdf-noncentral-f.xml b/reference/statistics/functions/stats-cdf-noncentral-f.xml new file mode 100755 index 0000000000..f41a552d24 --- /dev/null +++ b/reference/statistics/functions/stats-cdf-noncentral-f.xml @@ -0,0 +1,179 @@ + + + + + + stats_cdf_noncentral_f + Calculates any one parameter of the Non-central F distribution given values for the others. + + + &reftitle.description; + + floatstats_cdf_noncentral_f + floatpar1 + floatpar2 + floatpar3 + floatpar4 + intwhich + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + par1 + + + Its description + + + + + par2 + + + Its description + + + + + par3 + + + Its description + + + + + par4 + + + Its description + + + + + which + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-cdf-poisson.xml b/reference/statistics/functions/stats-cdf-poisson.xml new file mode 100755 index 0000000000..8eb3a05b7c --- /dev/null +++ b/reference/statistics/functions/stats-cdf-poisson.xml @@ -0,0 +1,170 @@ + + + + + + stats_cdf_poisson + Calculates any one parameter of the Poisson distribution given values for the others. + + + &reftitle.description; + + floatstats_cdf_poisson + floatpar1 + floatpar2 + floatpar3 + intwhich + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + par1 + + + Its description + + + + + par2 + + + Its description + + + + + par3 + + + Its description + + + + + which + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-cdf-t.xml b/reference/statistics/functions/stats-cdf-t.xml new file mode 100755 index 0000000000..f1caddb42d --- /dev/null +++ b/reference/statistics/functions/stats-cdf-t.xml @@ -0,0 +1,161 @@ + + + + + + stats_cdf_t + Calculates any one parameter of the T distribution given values for the others. + + + &reftitle.description; + + floatstats_cdf_t + floatpar1 + floatpar2 + intwhich + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + par1 + + + Its description + + + + + par2 + + + Its description + + + + + which + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-cdf-uniform.xml b/reference/statistics/functions/stats-cdf-uniform.xml new file mode 100755 index 0000000000..5deebb5178 --- /dev/null +++ b/reference/statistics/functions/stats-cdf-uniform.xml @@ -0,0 +1,170 @@ + + + + + + stats_cdf_uniform + Not documented + + + &reftitle.description; + + floatstats_cdf_uniform + floatpar1 + floatpar2 + floatpar3 + intwhich + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + par1 + + + Its description + + + + + par2 + + + Its description + + + + + par3 + + + Its description + + + + + which + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-cdf-weibull.xml b/reference/statistics/functions/stats-cdf-weibull.xml new file mode 100755 index 0000000000..9db289bf5f --- /dev/null +++ b/reference/statistics/functions/stats-cdf-weibull.xml @@ -0,0 +1,170 @@ + + + + + + stats_cdf_weibull + Not documented + + + &reftitle.description; + + floatstats_cdf_weibull + floatpar1 + floatpar2 + floatpar3 + intwhich + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + par1 + + + Its description + + + + + par2 + + + Its description + + + + + par3 + + + Its description + + + + + which + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-covariance.xml b/reference/statistics/functions/stats-covariance.xml new file mode 100755 index 0000000000..d2fad96b0d --- /dev/null +++ b/reference/statistics/functions/stats-covariance.xml @@ -0,0 +1,152 @@ + + + + + + stats_covariance + Computes the covariance of two data sets + + + &reftitle.description; + + floatstats_covariance + arraya + arrayb + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + a + + + Its description + + + + + b + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-den-uniform.xml b/reference/statistics/functions/stats-den-uniform.xml new file mode 100755 index 0000000000..33140733ba --- /dev/null +++ b/reference/statistics/functions/stats-den-uniform.xml @@ -0,0 +1,161 @@ + + + + + + stats_den_uniform + Not documented + + + &reftitle.description; + + floatstats_den_uniform + floatx + floata + floatb + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + x + + + Its description + + + + + a + + + Its description + + + + + b + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-dens-beta.xml b/reference/statistics/functions/stats-dens-beta.xml new file mode 100755 index 0000000000..a494b2320f --- /dev/null +++ b/reference/statistics/functions/stats-dens-beta.xml @@ -0,0 +1,161 @@ + + + + + + stats_dens_beta + Not documented + + + &reftitle.description; + + floatstats_dens_beta + floatx + floata + floatb + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + x + + + Its description + + + + + a + + + Its description + + + + + b + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-dens-cauchy.xml b/reference/statistics/functions/stats-dens-cauchy.xml new file mode 100755 index 0000000000..938ab645f2 --- /dev/null +++ b/reference/statistics/functions/stats-dens-cauchy.xml @@ -0,0 +1,161 @@ + + + + + + stats_dens_cauchy + Not documented + + + &reftitle.description; + + floatstats_dens_cauchy + floatx + floatave + floatstdev + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + x + + + Its description + + + + + ave + + + Its description + + + + + stdev + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-dens-chisquare.xml b/reference/statistics/functions/stats-dens-chisquare.xml new file mode 100755 index 0000000000..cd92ebfe13 --- /dev/null +++ b/reference/statistics/functions/stats-dens-chisquare.xml @@ -0,0 +1,152 @@ + + + + + + stats_dens_chisquare + Not documented + + + &reftitle.description; + + floatstats_dens_chisquare + floatx + floatdfr + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + x + + + Its description + + + + + dfr + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-dens-exponential.xml b/reference/statistics/functions/stats-dens-exponential.xml new file mode 100755 index 0000000000..09975a3c7a --- /dev/null +++ b/reference/statistics/functions/stats-dens-exponential.xml @@ -0,0 +1,152 @@ + + + + + + stats_dens_exponential + Not documented + + + &reftitle.description; + + floatstats_dens_exponential + floatx + floatscale + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + x + + + Its description + + + + + scale + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-dens-f.xml b/reference/statistics/functions/stats-dens-f.xml new file mode 100755 index 0000000000..8d206dcffe --- /dev/null +++ b/reference/statistics/functions/stats-dens-f.xml @@ -0,0 +1,161 @@ + + + + + + stats_dens_f + + + + &reftitle.description; + + floatstats_dens_f + floatx + floatdfr1 + floatdfr2 + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + x + + + Its description + + + + + dfr1 + + + Its description + + + + + dfr2 + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-dens-gamma.xml b/reference/statistics/functions/stats-dens-gamma.xml new file mode 100755 index 0000000000..7aa7260808 --- /dev/null +++ b/reference/statistics/functions/stats-dens-gamma.xml @@ -0,0 +1,161 @@ + + + + + + stats_dens_gamma + Not documented + + + &reftitle.description; + + floatstats_dens_gamma + floatx + floatshape + floatscale + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + x + + + Its description + + + + + shape + + + Its description + + + + + scale + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-dens-laplace.xml b/reference/statistics/functions/stats-dens-laplace.xml new file mode 100755 index 0000000000..681e9cb112 --- /dev/null +++ b/reference/statistics/functions/stats-dens-laplace.xml @@ -0,0 +1,161 @@ + + + + + + stats_dens_laplace + Not documented + + + &reftitle.description; + + floatstats_dens_laplace + floatx + floatave + floatstdev + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + x + + + Its description + + + + + ave + + + Its description + + + + + stdev + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-dens-logistic.xml b/reference/statistics/functions/stats-dens-logistic.xml new file mode 100755 index 0000000000..240f72aa0c --- /dev/null +++ b/reference/statistics/functions/stats-dens-logistic.xml @@ -0,0 +1,161 @@ + + + + + + stats_dens_logistic + Not documented + + + &reftitle.description; + + floatstats_dens_logistic + floatx + floatave + floatstdev + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + x + + + Its description + + + + + ave + + + Its description + + + + + stdev + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-dens-negative-binomial.xml b/reference/statistics/functions/stats-dens-negative-binomial.xml new file mode 100755 index 0000000000..f9708ea530 --- /dev/null +++ b/reference/statistics/functions/stats-dens-negative-binomial.xml @@ -0,0 +1,161 @@ + + + + + + stats_dens_negative_binomial + Not documented + + + &reftitle.description; + + floatstats_dens_negative_binomial + floatx + floatn + floatpi + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + x + + + Its description + + + + + n + + + Its description + + + + + pi + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-dens-normal.xml b/reference/statistics/functions/stats-dens-normal.xml new file mode 100755 index 0000000000..a4554bb4e2 --- /dev/null +++ b/reference/statistics/functions/stats-dens-normal.xml @@ -0,0 +1,161 @@ + + + + + + stats_dens_normal + Not documented + + + &reftitle.description; + + floatstats_dens_normal + floatx + floatave + floatstdev + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + x + + + Its description + + + + + ave + + + Its description + + + + + stdev + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-dens-pmf-binomial.xml b/reference/statistics/functions/stats-dens-pmf-binomial.xml new file mode 100755 index 0000000000..38c1e46e9f --- /dev/null +++ b/reference/statistics/functions/stats-dens-pmf-binomial.xml @@ -0,0 +1,161 @@ + + + + + + stats_dens_pmf_binomial + Not documented + + + &reftitle.description; + + floatstats_dens_pmf_binomial + floatx + floatn + floatpi + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + x + + + Its description + + + + + n + + + Its description + + + + + pi + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-dens-pmf-hypergeometric.xml b/reference/statistics/functions/stats-dens-pmf-hypergeometric.xml new file mode 100755 index 0000000000..b147d36e53 --- /dev/null +++ b/reference/statistics/functions/stats-dens-pmf-hypergeometric.xml @@ -0,0 +1,170 @@ + + + + + + stats_dens_pmf_hypergeometric + + + + &reftitle.description; + + floatstats_dens_pmf_hypergeometric + floatn1 + floatn2 + floatN1 + floatN2 + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + n1 + + + Its description + + + + + n2 + + + Its description + + + + + N1 + + + Its description + + + + + N2 + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-dens-pmf-poisson.xml b/reference/statistics/functions/stats-dens-pmf-poisson.xml new file mode 100755 index 0000000000..77a14c593c --- /dev/null +++ b/reference/statistics/functions/stats-dens-pmf-poisson.xml @@ -0,0 +1,152 @@ + + + + + + stats_dens_pmf_poisson + Not documented + + + &reftitle.description; + + floatstats_dens_pmf_poisson + floatx + floatlb + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + x + + + Its description + + + + + lb + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-dens-t.xml b/reference/statistics/functions/stats-dens-t.xml new file mode 100755 index 0000000000..9c41121d06 --- /dev/null +++ b/reference/statistics/functions/stats-dens-t.xml @@ -0,0 +1,152 @@ + + + + + + stats_dens_t + Not documented + + + &reftitle.description; + + floatstats_dens_t + floatx + floatdfr + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + x + + + Its description + + + + + dfr + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-dens-weibull.xml b/reference/statistics/functions/stats-dens-weibull.xml new file mode 100755 index 0000000000..94ad15329e --- /dev/null +++ b/reference/statistics/functions/stats-dens-weibull.xml @@ -0,0 +1,161 @@ + + + + + + stats_dens_weibull + Not documented + + + &reftitle.description; + + floatstats_dens_weibull + floatx + floata + floatb + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + x + + + Its description + + + + + a + + + Its description + + + + + b + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-harmonic-mean.xml b/reference/statistics/functions/stats-harmonic-mean.xml new file mode 100755 index 0000000000..557a071c01 --- /dev/null +++ b/reference/statistics/functions/stats-harmonic-mean.xml @@ -0,0 +1,143 @@ + + + + + + stats_harmonic_mean + Returns the harmonic mean of an array of values + + + &reftitle.description; + + floatstats_harmonic_mean + arraya + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + a + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-kurtosis.xml b/reference/statistics/functions/stats-kurtosis.xml new file mode 100755 index 0000000000..38b9ae7424 --- /dev/null +++ b/reference/statistics/functions/stats-kurtosis.xml @@ -0,0 +1,143 @@ + + + + + + stats_kurtosis + Computes the kurtosis of the data in the array + + + &reftitle.description; + + floatstats_kurtosis + arraya + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + a + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-gen-beta.xml b/reference/statistics/functions/stats-rand-gen-beta.xml new file mode 100755 index 0000000000..58433643d4 --- /dev/null +++ b/reference/statistics/functions/stats-rand-gen-beta.xml @@ -0,0 +1,152 @@ + + + + + + stats_rand_gen_beta + Generates beta random deviate. Returns a random deviate from the beta distribution with parameters A and B. The density of the beta is x^(a-1) * (1-x)^(b-1) / B(a,b) for 0 < x < 1. aa - first parameter of the beta distribution. bb - second parameter of the beta distribution. Method R. C. H. Cheng + + + &reftitle.description; + + floatstats_rand_gen_beta + floata + floatb + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + a + + + Its description + + + + + b + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-gen-chisquare.xml b/reference/statistics/functions/stats-rand-gen-chisquare.xml new file mode 100755 index 0000000000..ef46779c19 --- /dev/null +++ b/reference/statistics/functions/stats-rand-gen-chisquare.xml @@ -0,0 +1,143 @@ + + + + + + stats_rand_gen_chisquare + Generates random deviate from the distribution of a chisquare with "df" degrees of freedom random variable. + + + &reftitle.description; + + floatstats_rand_gen_chisquare + floatdf + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + df + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-gen-exponential.xml b/reference/statistics/functions/stats-rand-gen-exponential.xml new file mode 100755 index 0000000000..2c101a57a7 --- /dev/null +++ b/reference/statistics/functions/stats-rand-gen-exponential.xml @@ -0,0 +1,143 @@ + + + + + + stats_rand_gen_exponential + Generates a single random deviate from an exponential distribution with mean "av" + + + &reftitle.description; + + floatstats_rand_gen_exponential + floatav + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + av + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-gen-f.xml b/reference/statistics/functions/stats-rand-gen-f.xml new file mode 100755 index 0000000000..ed6648396a --- /dev/null +++ b/reference/statistics/functions/stats-rand-gen-f.xml @@ -0,0 +1,152 @@ + + + + + + stats_rand_gen_f + Generates a random deviate from the F (variance ratio) distribution with "dfn" degrees of freedom in the numerator and "dfd" degrees of freedom in the denominator. Method : directly generates ratio of chisquare variates + + + &reftitle.description; + + floatstats_rand_gen_f + floatdfn + floatdfd + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + dfn + + + Its description + + + + + dfd + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-gen-funiform.xml b/reference/statistics/functions/stats-rand-gen-funiform.xml new file mode 100755 index 0000000000..1afba88571 --- /dev/null +++ b/reference/statistics/functions/stats-rand-gen-funiform.xml @@ -0,0 +1,152 @@ + + + + + + stats_rand_gen_funiform + Generates uniform float between low (exclusive) and high (exclusive) + + + &reftitle.description; + + floatstats_rand_gen_funiform + floatlow + floathigh + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + low + + + Its description + + + + + high + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-gen-gamma.xml b/reference/statistics/functions/stats-rand-gen-gamma.xml new file mode 100755 index 0000000000..962e952d1c --- /dev/null +++ b/reference/statistics/functions/stats-rand-gen-gamma.xml @@ -0,0 +1,152 @@ + + + + + + stats_rand_gen_gamma + Generates random deviates from the gamma distribution whose density is (A**R)/Gamma(R) * X**(R-1) * Exp(-A*X). Parameters : a - location parameter of Gamma distribution (a > 0), r - shape parameter of Gamma distribution (r > 0) + + + &reftitle.description; + + floatstats_rand_gen_gamma + floata + floatr + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + a + + + Its description + + + + + r + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-gen-ibinomial-negative.xml b/reference/statistics/functions/stats-rand-gen-ibinomial-negative.xml new file mode 100755 index 0000000000..0772409a89 --- /dev/null +++ b/reference/statistics/functions/stats-rand-gen-ibinomial-negative.xml @@ -0,0 +1,152 @@ + + + + + + stats_rand_gen_ibinomial_negative + Generates a single random deviate from a negative binomial distribution. Arguments : n - the number of trials in the negative binomial distribution from which a random deviate is to be generated (n > 0), p - the probability of an event (0 < p < 1)). + + + &reftitle.description; + + intstats_rand_gen_ibinomial_negative + intn + floatp + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + n + + + Its description + + + + + p + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-gen-ibinomial.xml b/reference/statistics/functions/stats-rand-gen-ibinomial.xml new file mode 100755 index 0000000000..9437890f85 --- /dev/null +++ b/reference/statistics/functions/stats-rand-gen-ibinomial.xml @@ -0,0 +1,152 @@ + + + + + + stats_rand_gen_ibinomial + Generates a single random deviate from a binomial distribution whose number of trials is "n" (n >= 0) and whose probability of an event in each trial is "pp" ([0;1]). Method : algorithm BTPE + + + &reftitle.description; + + intstats_rand_gen_ibinomial + intn + floatpp + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + n + + + Its description + + + + + pp + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-gen-int.xml b/reference/statistics/functions/stats-rand-gen-int.xml new file mode 100755 index 0000000000..85332a9233 --- /dev/null +++ b/reference/statistics/functions/stats-rand-gen-int.xml @@ -0,0 +1,133 @@ + + + + + + stats_rand_gen_int + Generates random integer between 1 and 2147483562 + + + &reftitle.description; + + intstats_rand_gen_int + + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-gen-ipoisson.xml b/reference/statistics/functions/stats-rand-gen-ipoisson.xml new file mode 100755 index 0000000000..42eb8ae34d --- /dev/null +++ b/reference/statistics/functions/stats-rand-gen-ipoisson.xml @@ -0,0 +1,143 @@ + + + + + + stats_rand_gen_ipoisson + Generates a single random deviate from a Poisson distribution with mean "mu" (mu >= 0.0). + + + &reftitle.description; + + intstats_rand_gen_ipoisson + floatmu + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + mu + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-gen-iuniform.xml b/reference/statistics/functions/stats-rand-gen-iuniform.xml new file mode 100755 index 0000000000..0906198205 --- /dev/null +++ b/reference/statistics/functions/stats-rand-gen-iuniform.xml @@ -0,0 +1,152 @@ + + + + + + stats_rand_gen_iuniform + Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive) + + + &reftitle.description; + + intstats_rand_gen_iuniform + intlow + inthigh + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + low + + + Its description + + + + + high + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-gen-noncenral-chisquare.xml b/reference/statistics/functions/stats-rand-gen-noncenral-chisquare.xml new file mode 100755 index 0000000000..70ee9c30e0 --- /dev/null +++ b/reference/statistics/functions/stats-rand-gen-noncenral-chisquare.xml @@ -0,0 +1,152 @@ + + + + + + stats_rand_gen_noncenral_chisquare + Generates random deviate from the distribution of a noncentral chisquare with "df" degrees of freedom and noncentrality parameter "xnonc". d must be >= 1.0, xnonc must >= 0.0 + + + &reftitle.description; + + floatstats_rand_gen_noncenral_chisquare + floatdf + floatxnonc + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + df + + + Its description + + + + + xnonc + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-gen-noncentral-f.xml b/reference/statistics/functions/stats-rand-gen-noncentral-f.xml new file mode 100755 index 0000000000..a540563366 --- /dev/null +++ b/reference/statistics/functions/stats-rand-gen-noncentral-f.xml @@ -0,0 +1,161 @@ + + + + + + stats_rand_gen_noncentral_f + Generates a random deviate from the noncentral F (variance ratio) distribution with "dfn" degrees of freedom in the numerator, and "dfd" degrees of freedom in the denominator, and noncentrality parameter "xnonc". Method : directly generates ratio of noncentral numerator chisquare variate to central denominator chisquare variate. + + + &reftitle.description; + + floatstats_rand_gen_noncentral_f + floatdfn + floatdfd + floatxnonc + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + dfn + + + Its description + + + + + dfd + + + Its description + + + + + xnonc + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-gen-noncentral-t.xml b/reference/statistics/functions/stats-rand-gen-noncentral-t.xml new file mode 100755 index 0000000000..8d0c08f4ba --- /dev/null +++ b/reference/statistics/functions/stats-rand-gen-noncentral-t.xml @@ -0,0 +1,152 @@ + + + + + + stats_rand_gen_noncentral_t + Generates a single random deviate from a noncentral T distribution. xnonc - noncentrality parameter. df must be &= 0.0 + + + &reftitle.description; + + floatstats_rand_gen_noncentral_t + floatdf + floatxnonc + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + df + + + Its description + + + + + xnonc + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-gen-normal.xml b/reference/statistics/functions/stats-rand-gen-normal.xml new file mode 100755 index 0000000000..04e9bd2540 --- /dev/null +++ b/reference/statistics/functions/stats-rand-gen-normal.xml @@ -0,0 +1,152 @@ + + + + + + stats_rand_gen_normal + Generates a single random deviate from a normal distribution with mean, av, and standard deviation, sd (sd >= 0). Method : Renames SNORM from TOMS as slightly modified by BWB to use RANF instead of SUNIF. + + + &reftitle.description; + + floatstats_rand_gen_normal + floatav + floatsd + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + av + + + Its description + + + + + sd + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-gen-t.xml b/reference/statistics/functions/stats-rand-gen-t.xml new file mode 100755 index 0000000000..4cfba52467 --- /dev/null +++ b/reference/statistics/functions/stats-rand-gen-t.xml @@ -0,0 +1,143 @@ + + + + + + stats_rand_gen_t + Generates a single random deviate from a T distribution. df must be >= 0.0 + + + &reftitle.description; + + floatstats_rand_gen_t + floatdf + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + df + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-get-seeds.xml b/reference/statistics/functions/stats-rand-get-seeds.xml new file mode 100755 index 0000000000..783f91d9bb --- /dev/null +++ b/reference/statistics/functions/stats-rand-get-seeds.xml @@ -0,0 +1,133 @@ + + + + + + stats_rand_get_seeds + Not documented + + + &reftitle.description; + + arraystats_rand_get_seeds + + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-phrase-to-seeds.xml b/reference/statistics/functions/stats-rand-phrase-to-seeds.xml new file mode 100755 index 0000000000..e42be6f4c3 --- /dev/null +++ b/reference/statistics/functions/stats-rand-phrase-to-seeds.xml @@ -0,0 +1,143 @@ + + + + + + stats_rand_phrase_to_seeds + generate two seeds for the RGN random number generator + + + &reftitle.description; + + arraystats_rand_phrase_to_seeds + stringphrase + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + phrase + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-ranf.xml b/reference/statistics/functions/stats-rand-ranf.xml new file mode 100755 index 0000000000..7949dbcf05 --- /dev/null +++ b/reference/statistics/functions/stats-rand-ranf.xml @@ -0,0 +1,133 @@ + + + + + + stats_rand_ranf + Returns a random floating point number from a uniform distribution over 0 - 1 (endpoints of this interval are not returned) using the current generator + + + &reftitle.description; + + floatstats_rand_ranf + + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-rand-setall.xml b/reference/statistics/functions/stats-rand-setall.xml new file mode 100755 index 0000000000..37be4f8f28 --- /dev/null +++ b/reference/statistics/functions/stats-rand-setall.xml @@ -0,0 +1,152 @@ + + + + + + stats_rand_setall + Not documented + + + &reftitle.description; + + voidstats_rand_setall + intiseed1 + intiseed2 + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + iseed1 + + + Its description + + + + + iseed2 + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-skew.xml b/reference/statistics/functions/stats-skew.xml new file mode 100755 index 0000000000..526c57b293 --- /dev/null +++ b/reference/statistics/functions/stats-skew.xml @@ -0,0 +1,143 @@ + + + + + + stats_skew + Computes the skewness of the data in the array + + + &reftitle.description; + + floatstats_skew + arraya + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + a + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-standard-deviation.xml b/reference/statistics/functions/stats-standard-deviation.xml new file mode 100755 index 0000000000..9bd37349c0 --- /dev/null +++ b/reference/statistics/functions/stats-standard-deviation.xml @@ -0,0 +1,161 @@ + + + + + + stats_standard_deviation + Returns the standard deviation + + + &reftitle.description; + + floatstats_standard_deviation + arraya + boolsample + =false + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + a + + + Its description + + + + + sample + + + Its description + + + + + false + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-stat-binomial-coef.xml b/reference/statistics/functions/stats-stat-binomial-coef.xml new file mode 100755 index 0000000000..0df2c1540b --- /dev/null +++ b/reference/statistics/functions/stats-stat-binomial-coef.xml @@ -0,0 +1,152 @@ + + + + + + stats_stat_binomial_coef + Not documented + + + &reftitle.description; + + floatstats_stat_binomial_coef + intx + intn + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + x + + + Its description + + + + + n + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-stat-correlation.xml b/reference/statistics/functions/stats-stat-correlation.xml new file mode 100755 index 0000000000..f1113d48a4 --- /dev/null +++ b/reference/statistics/functions/stats-stat-correlation.xml @@ -0,0 +1,152 @@ + + + + + + stats_stat_correlation + Not documented + + + &reftitle.description; + + floatstats_stat_correlation + arrayarr1 + arrayarr2 + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + arr1 + + + Its description + + + + + arr2 + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-stat-gennch.xml b/reference/statistics/functions/stats-stat-gennch.xml new file mode 100755 index 0000000000..b2410c1cf1 --- /dev/null +++ b/reference/statistics/functions/stats-stat-gennch.xml @@ -0,0 +1,143 @@ + + + + + + stats_stat_gennch + Not documented + + + &reftitle.description; + + floatstats_stat_gennch + intn + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + n + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-stat-independent-t.xml b/reference/statistics/functions/stats-stat-independent-t.xml new file mode 100755 index 0000000000..759e6a0988 --- /dev/null +++ b/reference/statistics/functions/stats-stat-independent-t.xml @@ -0,0 +1,152 @@ + + + + + + stats_stat_independent_t + Not documented + + + &reftitle.description; + + floatstats_stat_independent_t + arrayarr1 + arrayarr2 + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + arr1 + + + Its description + + + + + arr2 + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-stat-innerproduct.xml b/reference/statistics/functions/stats-stat-innerproduct.xml new file mode 100755 index 0000000000..6528335ed1 --- /dev/null +++ b/reference/statistics/functions/stats-stat-innerproduct.xml @@ -0,0 +1,152 @@ + + + + + + stats_stat_innerproduct + + + + &reftitle.description; + + floatstats_stat_innerproduct + arrayarr1 + arrayarr2 + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + arr1 + + + Its description + + + + + arr2 + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-stat-noncentral-t.xml b/reference/statistics/functions/stats-stat-noncentral-t.xml new file mode 100755 index 0000000000..cae05ea06f --- /dev/null +++ b/reference/statistics/functions/stats-stat-noncentral-t.xml @@ -0,0 +1,170 @@ + + + + + + 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 + + + Its description + + + + + par2 + + + Its description + + + + + par3 + + + Its description + + + + + which + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-stat-paired-t.xml b/reference/statistics/functions/stats-stat-paired-t.xml new file mode 100755 index 0000000000..622a174b4a --- /dev/null +++ b/reference/statistics/functions/stats-stat-paired-t.xml @@ -0,0 +1,152 @@ + + + + + + stats_stat_paired_t + Not documented + + + &reftitle.description; + + floatstats_stat_paired_t + arrayarr1 + arrayarr2 + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + arr1 + + + Its description + + + + + arr2 + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-stat-percentile.xml b/reference/statistics/functions/stats-stat-percentile.xml new file mode 100755 index 0000000000..b6d7eaf663 --- /dev/null +++ b/reference/statistics/functions/stats-stat-percentile.xml @@ -0,0 +1,152 @@ + + + + + + stats_stat_percentile + Not documented + + + &reftitle.description; + + floatstats_stat_percentile + floatdf + floatxnonc + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + df + + + Its description + + + + + xnonc + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-stat-powersum.xml b/reference/statistics/functions/stats-stat-powersum.xml new file mode 100755 index 0000000000..4bfc02644c --- /dev/null +++ b/reference/statistics/functions/stats-stat-powersum.xml @@ -0,0 +1,152 @@ + + + + + + stats_stat_powersum + Not documented + + + &reftitle.description; + + floatstats_stat_powersum + arrayarr + floatpower + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + arr + + + Its description + + + + + power + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/functions/stats-variance.xml b/reference/statistics/functions/stats-variance.xml new file mode 100755 index 0000000000..9df4e38e09 --- /dev/null +++ b/reference/statistics/functions/stats-variance.xml @@ -0,0 +1,152 @@ + + + + + + stats_variance + Returns the population variance + + + &reftitle.description; + + floatstats_variance + arraya + boolsample + + + &warn.undocumented.func; + + + + &reftitle.parameters; + + + + a + + + Its description + + + + + sample + + + Its description + + + + + + + + &reftitle.returnvalues; + + What the function returns, first on success, then on failure. See + also the &return.success; entity + + + + + + + + + + + + + + + + + + diff --git a/reference/statistics/reference.xml b/reference/statistics/reference.xml new file mode 100755 index 0000000000..beb4d2ad02 --- /dev/null +++ b/reference/statistics/reference.xml @@ -0,0 +1,67 @@ + + + + + + + statistics Functions + statistics + + +
+ &reftitle.intro; + + This is the statistics extension. It contains few dozens of functions + useful for statistical computations. It is a wrapper around 2 scientific + libraries, namely DCDFLIB (Library of C routines for Cumulative + Distributions Functions, Inverses, and Other parameters) by B. Brown & + J. Lavato and RANDLIB by Barry Brown, James Lavato & Kathy Russell. + Includes CD and PD functions. + +
+ +
+ &reftitle.install; + + &pecl.moved; + + + &pecl.info; + &url.pecl.package;stats. + + + &pecl.windows.download; + +
+ +
+ &reftitle.required; + + No external libraries are needed. The extension comes bundled with the libraries used. + +
+
+ + &reference.statistics.functions; +
+ +