Constructor

NumCosmoMathBootstrapfull_new

Declaration [src]

NcmBootstrap*
ncm_bootstrap_full_new (
  guint fsize,
  guint bsize
)

Description [src]

Creates a new NcmBootstrap object for a sample of size fsize. This object will sample with replacement all indexes bsize times.

Parameters

fsize

Type: guint

Sample size.

bsize

Type: guint

Bootstrap size.

Return value

Type: NcmBootstrap

A NcmBootstrap.

The caller of the function takes ownership of the data, and is responsible for freeing it.