Method

NumCosmoMathDatamean_vector

Declaration [src]

void
ncm_data_mean_vector (
  NcmData* data,
  NcmMSet* mset,
  NcmVector* mu
)

Description [src]

Calculates the Gaussian mean vector (for non-Gaussian distribution it should calculate the Gaussian approximated mean of the actual distribution).

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: NcmVector

The mean output NcmVector.

The data is owned by the caller of the method.