Method

NumCosmoMathStatsDistset_split_frac

Declaration [src]

void
ncm_stats_dist_set_split_frac (
  NcmStatsDist* sd,
  const gdouble split_frac
)

Description [src]

Sets cross-correlation split fraction to split_frac. This method shall be used when the cv_type is the cv_split. The split fraction determines the fraction of sample points that will be left out to use the cross validation method.

Parameters

split_frac

Type: const gdouble

The over-smooth factor.