astropy / halotools

Python package for studying large scale structure, cosmology, and galaxy evolution using N-body simulations and halo models
http://halotools.rtfd.org
100 stars 63 forks source link

jackknife pair counting weights #816

Open duncandc opened 6 years ago

duncandc commented 6 years ago

I cannot find the citation to justify our jackknife pair counting weighting scheme.

Currently we count pairs as:

  1. both within the removed sample as 0.0
  2. one within and one outside as 0.5
  3. both outside as 1.0

The straight forward thing to do would be to count (2) as 0.0. Thoughts @aphearin @manodeep ?

aphearin commented 6 years ago

@andrew-zentner - do you know of a reference for this?

@duncandc - have you tested how much of a difference this choice makes for a standard HOD mock, or just a halo sample at fixed mass?

manodeep commented 6 years ago

I can see the reasoning behind using 0.5. May be we can design some test cases to figure out the correct form.