This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Sep 12 03:58:22 -0700 2009 | |
| |
.perlcriticrc | Sat Sep 12 04:12:21 -0700 2009 | |
| |
Basic.pm | Sat Sep 12 04:00:45 -0700 2009 | |
| |
Basic/ | Sat Sep 12 04:12:21 -0700 2009 | |
| |
Changes | Sat Sep 12 04:13:30 -0700 2009 | |
| |
MANIFEST | Mon Jun 29 03:32:47 -0700 2009 | |
| |
MANIFEST.SKIP | Sat Sep 12 03:58:22 -0700 2009 | |
| |
Makefile.PL | Mon Jun 29 03:57:12 -0700 2009 | |
| |
README | Thu Aug 07 06:42:42 -0700 2008 | |
| |
lib/ | Mon Jun 29 03:29:58 -0700 2009 | |
| |
t/ | Sat Sep 12 03:58:22 -0700 2009 |
README
use Statistics::Basic qw(:all); my $median = median( 1,2,3 ); my $mean = mean( [1,2,3]); # array refs are ok too my $variance = variance( 1,2,3 ); my $stddev = stddev( 1,2,3 ); my $correlation = correlation( [1 .. 3], [1 .. 3] );







