Method

NumCosmoGalaxyShapeFactorinteg

Declaration [src]

NcGalaxyShapeFactorIntegrand*
nc_galaxy_shape_factor_integ (
  NcGalaxyShapeFactor* gsf,
  NcmMSet* mset,
  gboolean use_lnp
)

Description [src]

Creates a new shape integrand P(epsilon_obs | z, data). The marginalization hook (eval_marginal or eval_ln_marginal) is resolved once here, out of the per-evaluation path.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: gboolean

If TRUE the integrand returns the natural logarithm of the probability density.

Return value

Type: NcGalaxyShapeFactorIntegrand

A new NcGalaxyShapeFactorIntegrand object.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.