This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
commit 0b63a9057b86f2171b206ae492b2799eaa92f6ea Author: aherbert <aherb...@apache.org> AuthorDate: Wed May 4 17:38:21 2022 +0100 Correct user guide table --- src/site/xdoc/userguide/index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/userguide/index.xml b/src/site/xdoc/userguide/index.xml index 51ff115..06218b2 100644 --- a/src/site/xdoc/userguide/index.xml +++ b/src/site/xdoc/userguide/index.xml @@ -293,7 +293,7 @@ double q2 = chi2.survivalProbability(168); <tr><td>166</td><td>1.11e-16</td><td>1.16e-16</td></tr> <tr><td>167</td><td>1.11e-16</td><td>7.96e-17</td></tr> <tr><td>168</td><td>0</td><td>5.43e-17</td></tr> - <tr><td>200</td><td>0</td><td>1.91e-22</td></tr> + <tr><td>200</td><td>0</td><td>1.19e-22</td></tr> </table> <p> Probability computations should use the appropriate cumulative or survival function