Method

NumCosmoMathStatsDistVKDEset_local_frac

Declaration [src]

void
ncm_stats_dist_vkde_set_local_frac (
  NcmStatsDistVKDE* sdvkde,
  const gdouble local_frac
)

Description [src]

Sets local kernel fraction to local_frac. This fraction defines the amount of closest points from each sample point that will be used to compute the covariance matrix of each point.

Parameters

local_frac

Type: const gdouble

The over-smooth factor.