I need to generate bootstrapped data sets from matrix with the following constraints:
1. The row sums remain constant, i.e., the same as the original matrix
2. Autocorrelations for each matrix row in the original matrix is preserved
How do I go about this? My understanding is that there are...