Port details |
- p5-Statistics-ChiSquare How random is your data?
- 1.0000 math
=3 1.0000Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2001-01-03 06:35:25
- Last Update: 2022-09-08 15:46:38
- Commit Hash: ade2a04
- People watching this port, also watch:: xrdp, xorg-docs, monit, pure-ftpd, nagios-certexp-plugin
- Also Listed In: perl5
- License: not specified in port
- WWW:
- https://metacpan.org/release/Statistics-ChiSquare
- Description:
- Suppose you flip a coin 100 times, and it turns up heads 70 times. Is
the coin fair?
Suppose you roll a die 100 times, and it shows 30 sixes. Is the die
loaded?
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.
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.
-Anton
<tobez@FreeBSD.org>
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Statistics-ChiSquare>0:math/p5-Statistics-ChiSquare
- To install the port:
- cd /usr/ports/math/p5-Statistics-ChiSquare/ && make install clean
- To add the package, run one of these commands:
- pkg install math/p5-Statistics-ChiSquare
- pkg install p5-Statistics-ChiSquare
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Statistics-ChiSquare
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1539065604
SHA256 (Statistics-ChiSquare-1.0000.tar.gz) = 255a5a38336d048ddb9077222691e000984e907aae09a4ea695a9cfd49a1ddd0
SIZE (Statistics-ChiSquare-1.0000.tar.gz) = 28821
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- security/p5-Crypt-Random
- for Run
-
- security/p5-Crypt-Random
Configuration Options:
- No options to configure
- Options name:
- math_p5-Statistics-ChiSquare
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0000 08 Sep 2022 15:46:38
    |
Stefan Eßer (se)  |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
1.0000 08 Sep 2022 15:43:21
    |
Stefan Eßer (se)  |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit) |
1.0000 20 Jul 2022 14:22:24
    |
Tobias C. Berner (tcberner)  |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.0000 25 Jun 2021 13:40:34
    |
Po-Chuan Hsieh (sunpoet)  |
math/p5-Statistics-ChiSquare: Add NO_ARCH |
1.0000 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0000 09 Oct 2018 06:17:27
  |
wen  |
- Update to 1.0000
Changes: https://metacpan.org/changes/distribution/Statistics-ChiSquare |
0.6_1 10 Sep 2018 11:17:00
  |
des  |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
0.6_1 27 May 2018 20:15:20
  |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.6_1 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.6_1 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.6 30 Jan 2014 10:27:43
  |
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
0.6 20 Sep 2013 20:55:06
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
0.6 20 Sep 2013 10:08:46
  |
tobez  |
Update to 0.6.
Changes: http://search.cpan.org/dist/Statistics-ChiSquare/CHANGELOG |
0.5 05 Aug 2013 15:05:30
  |
az  |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
0.5 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.5 17 Apr 2008 14:30:31
 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.5 22 Jan 2006 12:56:47
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.5 22 Jan 2006 02:26:24
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.5 21 Sep 2005 19:31:43
 |
fenner  |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
0.5 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
0.5 17 Dec 2003 09:33:25
 |
tobez  |
Update to 0.5.
PR: 59358
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.3 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.3 07 Mar 2003 06:06:10
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
25 Nov 2001 16:03:09
    |
tobez  |
Update to 0.3; add WWW to pkg-descr. |
12 Jun 2001 20:25:42
    |
tobez  |
Updated MAINTAINER to my new committer email address. Do the same for
pkg-descr files. |
01 Mar 2001 06:39:18
    |
vanilla  |
Remove do-configure section, use PERL_CONFIGURE now. |
03 Jan 2001 09:35:25
    |
nbm  |
Add p5-Statistics-ChiSquare, answering how random your data is. |