changeset 1615:36b099028f44 octave-forge

Minor doc. change
author pkienzle
date Mon, 02 Aug 2004 06:23:04 +0000
parents 15d2212f6777
children 6465a2698450
files main/statistics/anderson_darling_test.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/statistics/anderson_darling_test.m	Mon Aug 02 06:17:30 2004 +0000
+++ b/main/statistics/anderson_darling_test.m	Mon Aug 02 06:23:04 2004 +0000
@@ -18,8 +18,8 @@
 ## exponential:     f(lambda*x, 'exponential')
 ## weibull:         f((x/scale)^shape, 'exponential')
 ##
-## The uses Marsaglia's approximation to the Anderson-Darling CDF
-## to compute the p-values.
+## We use Marsaglia's approximation to the Anderson-Darling CDF
+## to compute the p-values (see anderson_darling_cdf for details).
 ##
 ## These values differ significantly from those published elsewhere,
 ## but I do not yet understand why.  I have included published values