Method

NumCosmoMathDataPoissonget_hist_means

Declaration [src]

NcmVector*
ncm_data_poisson_get_hist_means (
  NcmDataPoisson* poisson,
  NcmMSet* mset
)

Description [src]

Gets the vector containing the bins values.

Parameters

mset

Type: NcmMSet

A NcmMSet.

The data is owned by the caller of the method.

Return value

Type: NcmVector

Vector containing the bins values.

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