git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1408246 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-11-12 11:27:31 +00:00
parent 368050bbe6
commit 00d309c45d
1 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ public class GTest {
* frequency distribution described by the expected counts.</p>
*
* <p>The probability returned is the tail probability beyond
* {@link #g(double[], long[]) gValueGoodnessOfFit(expected, observed)}
* {@link #g(double[], long[]) g(expected, observed)}
* in the ChiSquare distribution with degrees of freedom one less than the
* common length of {@code expected} and {@code observed}.</p>
*
@ -165,7 +165,7 @@ public class GTest {
* (2nd ed.). Sparky House Publishing, Baltimore, Maryland.
*
* <p> The probability returned is the tail probability beyond
* {@link #g(double[], long[]) gValueGoodnessOfFit(expected, observed)}
* {@link #g(double[], long[]) g(expected, observed)}
* in the ChiSquare distribution with degrees of freedom two less than the
* common length of {@code expected} and {@code observed}.</p>
*