Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: 2D binning

by austinby (Initiate)
on Feb 19, 2010 at 16:36 UTC ( [id://824199]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -slw
    
    ...
    }
    
    print scalar(keys(%$bins));
    
  2. or download this
    #!/usr/bin/perl -slw
    use strict;
    ...
    
    printf "Buckets used: %d, total values %d \n",
        scalar keys %bins, sum values %bins;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://824199]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-24 03:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found