Method

NumCosmoMathDatasetmean_vector

Declaration [src]

void
ncm_dataset_mean_vector (
  NcmDataset* dset,
  NcmMSet* mset,
  NcmVector* mu
)

Description [src]

Calculates the mean vector f concatenating the individual ones from each NcmData in dset.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.