Method

NumCosmoMathDatabootstrap_resample

Declaration [src]

void
ncm_data_bootstrap_resample (
  NcmData* data,
  NcmRNG* rng
)

Description [src]

Perform one bootstrap, i.e., resample the data with replacement.

Parameters

rng

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.