Method

NumCosmoGalaxyShapeFactoreval_at_nodes

Declaration [src]

void
nc_galaxy_shape_factor_eval_at_nodes (
  NcGalaxyShapeFactor* gsf,
  NcmMSet* mset,
  NcGalaxyShapeFactorData* data,
  const NcmVector* z_nodes,
  NcmVector* out
)

Description [src]

Evaluates the shape likelihood P(epsilon_obs | z_j, data) at every node, writing the result into out. Requires a prior call to nc_galaxy_shape_factor_prepare_data_array_at_nodes().

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: NcGalaxyShapeFactorData

A NcGalaxyShapeFactorData.

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

Type: NcmVector

The z values at each quadrature node.

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

Type: NcmVector

A NcmVector receiving the shape likelihood at each node.

The data is owned by the caller of the method.