Method

NumCosmoMathDataPoissoninit_from_binning

Declaration [src]

void
ncm_data_poisson_init_from_binning (
  NcmDataPoisson* poisson,
  NcmVector* nodes,
  NcmVector* x
)

Description [src]

Initializes a NcmDataPoisson from a vector of bin edges and a vector of data to be binned.

Parameters

nodes

Type: NcmVector

Bins edges.

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

Type: NcmVector

Data to be binned.

The data is owned by the caller of the method.