Help for this page

Select Code to Download


  1. or download this
        use Statistics::Descriptive;
        
    ...
        
        my %dist = $stat->frequency_distribution(\@ranges);
        printf " %5d: %4d\n", $_, $dist{$_} for @ranges;
    
  2. or download this
        19:    3
        29:    2
        39:    0