Constructor

NumCosmoMathBootstrapsized_new

Declaration [src]

NcmBootstrap*
ncm_bootstrap_sized_new (
  guint fsize
)

Description [src]

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

Parameters

fsize

Type: guint

Sample size.

Return value

Type: NcmBootstrap

A NcmBootstrap.

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