Method

NumCosmoMathDataPoissoninit_from_vector

Declaration [src]

void
ncm_data_poisson_init_from_vector (
  NcmDataPoisson* poisson,
  NcmVector* nodes,
  NcmVector* N
)

Description [src]

Initializes a NcmDataPoisson from a vector of bin edges and a vector of counts.

Parameters

nodes

Type: NcmVector

Bins edges.

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

Type: NcmVector

Counts in each bin.

The data is owned by the caller of the method.