rmjarvis / TreeCorr

Code for efficiently computing 2-point and 3-point correlation functions. For documentation, go to
http://rmjarvis.github.io/TreeCorr/
Other
97 stars 37 forks source link

Add build_cov_design_matrix and build_multi_cov_design_matrix #146

Closed rmjarvis closed 2 years ago

rmjarvis commented 2 years ago

Add functions that allow direct access of the design matrix used to compute covariance matrices.

For single correlation functions, the methods are build_cov_design_matrix. For multiple correlation functions (a la estimate_multi_cov), one can use treecorr.build_multi_cov_design_matrix.