Method

NumCosmoMathDatasetbootstrap_resample

Declaration [src]

void
ncm_dataset_bootstrap_resample (
  NcmDataset* dset,
  NcmRNG* rng
)

Description [src]

Perform one bootstrap as in ncm_data_bootstrap_resample() in every NcmData in dset.

Parameters

rng

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.