compute_QmatfromF2samples: compute_QmatfromF2samples
Description
Compute the Qmat matrix (error covariance between all F2 and F3 measures) from F2 block-jackknife estimates
Usage
.compute_QmatfromF2samples(blockF2, npops, verbose)
Value
Return the (nF2+nF3)*(nF2+nF3) error covariance (symmetric) matrix
Arguments
- blockF2
Numeric Matrix with nF2=(npop*(npop-1))/2 rows and nblocks columns matrix containing pairwise-pop F2 estimates for each block-jackknife sample (l.o.o.)
- npops
Integer giving the number of populations
- verbose
Logical (if TRUE progression bar is printed on the terminal)
Details
Compute the error covariance matrix Qmat (between all F2 and F3 measures) from F2 block-jackknife estimates (by recomuting all F3 for all blocks)