Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Calculate jackknife error from of each column of a multi-column file

by jwkrahn (Abbot)
on Dec 15, 2020 at 09:46 UTC ( [id://11125221]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      foreach my $j ($col_start .. $#column) {
    
    ...
        $x_tot[$j] += $x[$n[$j]][$j];
        $n[$j]++;
      }
    
  2. or download this
    my @n=0;
    my @x_tot=0;
      my @g_jack_av=0;
      my @g_jack_err=0;
    
  3. or download this
    my @n;
    my @x_tot;
      my @g_jack_av;
      my @g_jack_err;
    

Log In?
Username:
Password:

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

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

    No recent polls found