Virtual Method

NumCosmoClusterMassP_vec_z_lnMobs

Declaration [src]

void
P_vec_z_lnMobs (
  NcClusterMass* clusterm,
  NcHICosmo* cosmo,
  const gdouble lnM,
  const NcmVector* z,
  const NcmMatrix* lnM_obs,
  const NcmMatrix* lnM_obs_params,
  NcmVector* res
)

Description [src]

This method computes the probability distribution of lnM for each redshift in z given the true mass lnM and the observed mass proxies lnM_obs and their parameters lnM_obs_params.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

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

Type: const gdouble

Logarithm base e of the true mass.

z

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.
lnM_obs

Type: NcmMatrix

A NcmMatrix.

The data is owned by the caller of the method.
lnM_obs_params

Type: NcmMatrix

A NcmMatrix.

The argument can be NULL.
The data is owned by the caller of the method.
res

Type: NcmVector

A NcmVector to store the result.

The data is owned by the caller of the method.