Method
NumCosmoMathPLN1Deval_range_sum
Declaration [src]
gdouble
ncm_pln1d_eval_range_sum (
NcmPLN1D* pln,
guint R_min,
guint R_max,
gdouble mu,
gdouble sigma
)
Description [src]
Evaluate the cumulative Poisson–Lognormal probability by summing over a range of R values. This computes: ∑_{R=R_min}^{R_max} P(R|μ,σ)
This is the non-log version of ncm_pln1d_eval_range_sum_lnp.