aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Statistics-ChiSquare
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-05-19 18:44:11 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-05-19 18:44:11 +0800
commit3f42e716135bc048b90cb6cca188f324e65c69dc (patch)
tree8c3238b7f0cbec2e9210d52f562960bb22323a7d /math/p5-Statistics-ChiSquare
parente127cf2f03a87283f703b70f81a3e1891e56e7f5 (diff)
downloadfreebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.gz
freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.zst
freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.zip
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Diffstat (limited to 'math/p5-Statistics-ChiSquare')
-rw-r--r--math/p5-Statistics-ChiSquare/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Statistics-ChiSquare/pkg-descr b/math/p5-Statistics-ChiSquare/pkg-descr
index 1ce30136aeb9..501d6db566c0 100644
--- a/math/p5-Statistics-ChiSquare/pkg-descr
+++ b/math/p5-Statistics-ChiSquare/pkg-descr
@@ -8,13 +8,13 @@ In statistics, the chi-square test calculates "how random" a series of
numbers is. But it doesn't simply say "yes" or "no". Instead, it gives
you a confidence interval, which sets upper and lower bounds on the
likelihood that the variation in your data is due to chance. See the
-examples below.
+examples below.
There's just one function in this module: chisquare(). Instead of
returning the bounds on the confidence interval in a tidy little
two-element array, it returns an English string. This was a deliberate
design choice---many people misinterpret chi-square results, and the
-string helps clarify the meaning.
+string helps clarify the meaning.
WWW: http://search.cpan.org/dist/Statistics-ChiSquare/