in reply to Re^2: Calculate jackknife error from of each column of a multi-column file
in thread Calculate jackknife error from of each column of a multi-column file
Yes, I see now that $x[$n[$j]//=0][$j] = $column[$j]; is the answer. Thanks! The nested brackets confused my brain. I highly suspect that there is a more simple formulation of this part of the algorithm. For example, transforming a square matrix is not that hard and then you go row by row to get the column sums.