github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jettero / statistics--basic

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 1
    • 0
  • Source
  • Commits
  • Network (0)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (4)
    • 1.6601
    • 1.6600
    • 1.6500
    • 1.6007
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Some really basic statistics functions and convenience macros -- Statistics::Descriptive is probably better, but people still use this. — Read more

  cancel

http://search.cpan.org/perldoc?Statistics::Basic

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

fixed actual problem 
jettero (author)
Sat Sep 12 04:13:30 -0700 2009
commit  ecbf8a3a7e826342c20d333aab523e22fb95fc8d
tree    d41098d2399a4640f4cebba6a1fb59bdaacf9894
parent  b1a6237453d1060b02426f12af27b4eec698bc8a
statistics--basic /
name age
history
message
file .gitignore Loading commit data...
file .perlcriticrc
file Basic.pm
directory Basic/
file Changes
file MANIFEST
file MANIFEST.SKIP
file Makefile.PL
file README
directory lib/
directory t/
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] );
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server