Method

NumCosmoMathStatsDistprepare_kernel

Declaration [src]

void
ncm_stats_dist_prepare_kernel (
  NcmStatsDist* sd,
  GPtrArray* sample_array
)

Description [src]

Prepares the object for computations of the individuals kernels and is usually part of ncm_stats_dist_prepare() and is should not be called directly.

This virtual method does not have a default implementation and must be defined by the descendants.

Parameters

sample_array

Type: An array of NcmVector*

An array of NcmVector.

The data is owned by the caller of the method.