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: gdouble

Number 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: NcClusterMassPlCL

A NcClusterMassPlCL.

The data is owned by the caller of the function.
lnM

Type: gdouble

Logarithm base e of the mass.

Mobs

Type: An array of double

Observed mass.

The data is owned by the caller of the function.
Mobs_params

Type: An array of double

Observed mass paramaters.

The data is owned by the caller of the function.