VoseSample | Vose Software

VoseSample

See also: The Bootstrap, VoseNBoot

VoseSample({data})

 

 

Example model

This array function takes a random sample with replacement from a set of data. This is useful when bootstrapping for example. The size of the output array determines the size of the sample taken. For directly calculating a bootstrap estimate of a population parameter, use the VoseNBoot functions.

  • {data} - an array with data to sample from

The output array must be smaller or equal to the size of the data array.

 

Navigation