The big idea¶
The two-point correlation function and the power spectrum are a Fourier-transform pair (Wiener–Khinchin), yet in practice they are measured by different, complementary methods — pair counting on small scales, FFT band-powers on large scales — with different edge-correction problems. Szapudi, Pan, Prunet & Budavári present a unified, fast pair: an FFT algorithm that produces an edge-corrected matching a direct pair-count, plus a numerical Hankel transform (with a Gauss–Bessel quadrature) that turns the measured into an edge-corrected , both at cost. The key practical point is that and are equivalent — one can use whichever is convenient and convert between them robustly.
Use in progenax¶
The measurement oracle. progenax’s
measure.pyuses exactly this Wiener–Khinchin route:autocovariance_3dcomputes as the inverse FFT of the squared field transform, and the inference covariance layer measures power-spectrum band-powers from the same field. These are the ground-truth measurements against which the analyticgaussianized_xiprediction and the Limber-projected two-point are validated.The duality is what lets the Differentiable inference — natal cloud parameters from cluster substructure 2-point block be expressed either as the configuration-space (Gaussianization series) or as Fourier band-powers (the likelihood data vector), interchangeably.
Notes¶
Same lead author and CIC lineage as Szapudi & Pan (2004); here the focus is the estimator rather than the density model.
Edge correction matters for real, bounded survey footprints; the FDF works on periodic simulation boxes, where the estimator is exact and the edge term is absent — but the same duality and FFT machinery apply.
- Szapudi, I., Pan, J., Prunet, S., & Budavári, T. (2005). Fast Edge-corrected Measurement of the Two-Point Correlation Function and the Power Spectrum. The Astrophysical Journal Letters, 631, L1–L4. 10.1086/496971