Method

NumCosmoMathBootstrapremix

Declaration [src]

void
ncm_bootstrap_remix (
  NcmBootstrap* bstrap,
  NcmRNG* rng
)

Description [src]

Sample without replacement NcmBootstrap:bootstrap-size from the NcmBootstrap:full-size indexes. Note that in this case NcmBootstrap:bootstrap-size must be equal or smaller than NcmBootstrap:full-size.

Parameters

rng

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.