-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Halo model covariances #806
Comments
Progress report on this @damonge ? I'm a bit lost with all the different PRs on this :) |
Okay great. What about the derivatives of the power spectrum mentioned? |
Those are needed for the SSC (and they've been implemented in that branch) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussing with @anicola on what we need to have non-Gaussian covariances within the halo model:
I_0_4
method in theHMCalculator
to compute the 1-halo trispectrum. It will be a function of 2 wavenumbers and the scale factor.I_1_2
method which is part of the power spectrum response. In principle this depends on 2 wavenumbers but the SSC only needs the case where both wavenumbers are the same. Still, because we need this quantity also for the n-halo terms, we will implement it in general, and allow it to calculate it more efficiently in the SSC case.P_linear
wrt wavenumber. This may be easy sinceP_lin
is stored as a GSL spline, so we just need to write a function that uses https://www.gnu.org/software/gsl/doc/html/interp.html#c.gsl_spline2d_eval_deriv_x.The n-halo terms should be included in a different PR.
The text was updated successfully, but these errors were encountered: