Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: Re: Re: random elements from array - new twist

by petral (Curate)
on Nov 08, 2002 at 19:48 UTC ( [id://211518]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use vars '@r';
    
    ...
    Std. Dev.   |   6.404 |   6.397 |   5.746 
    
    =cut
    
  2. or download this
    sub FAQ_FY {
        my $array = shift;
    ...
    Std. Dev.   |   7.305 |   6.105 |   5.998 
    
    =cut
    
  3. or download this
    #!/usr/bin/perl -ws
    use strict;
    use vars qw/$size $iter/;
    ...
    #     sqrt( ($d{FAQ_FY}{Ex2} - ($d{FAQ_FY}{Ex}**2/5040))/5039 ),
    #     sqrt( ($d{shuffl}{Ex2} - ($d{shuffl}{Ex}**2/5040))/5039 ),
    #     sqrt( ($d{supffl}{Ex2} - ($d{supffl}{Ex}**2/5040))/5039 );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-24 02:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found