Function
NumCosmoClusterMassPlCLpeak_new_variables
Declaration [src]
void
nc_cluster_mass_plcl_peak_new_variables (
gdouble N,
gdouble* lb,
gdouble* ub,
NcClusterMassPlCL* mszl,
gdouble lnM,
const gdouble* Mobs,
const gdouble* Mobs_params
)
Description [src]
Compute search bounds for the transformed variables (w1, w2) used when
finding the integrand peak. When N == 0 the function returns the exact
peak (lb == ub). For N > 0 the bounds are widened by N times the observational uncertainties.
Parameters
N-
Type:
gdoubleNumber of standard deviations used to set search bounds around the peak; if
N== 0 the function computes the analytic peak and sets the lower and upper bounds equal to that value. lb-
Type:
gdouble*Lower bounds.
The data is owned by the caller of the function. ub-
Type:
gdouble*Upper bounds.
The data is owned by the caller of the function. mszl-
Type:
NcClusterMassPlCLA
NcClusterMassPlCL.The data is owned by the caller of the function. lnM-
Type:
gdoubleLogarithm base e of the mass.
Mobs-
Type: An array of
doubleObserved mass.
The data is owned by the caller of the function. Mobs_params-
Type: An array of
doubleObserved mass paramaters.
The data is owned by the caller of the function.