logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gbboot - Bootstrap user provided data

Author

       Written by Giulio Bottazzi

Description

       Data bootstrap. Random sampling with replacement or addition of noise. In the last case the option -n set
       the  number  of  times  the  entire  sample is printed with a random noise added.  The noise is uniformly
       distributed around zero with semi-width equal to  the  minimal  positive  distance  between  consecutives
       observations times a fraction set with option

Name

       gbboot - Bootstrap user provided data

Options

-n     set the number of deviates (default =sample size)

       -O     type of output (default 0):

       0      flatten input in one distribution

       1      multivariate output: rows with independent columns

       2      multivariate output: rows with fixed columns

       3      flatten and smoothed (EDF linear interpolation)

       4      add noise to data

       5      multivariate output: rows with fixed blocks

       -e     noise term ( default .5)

       -R     set the rng seed  (default 0)

       -F     specify the input fields separators (default " \t")

       -h     print this help

       -v     verbose mode

Reporting Bugs

Synopsis

gbboot [options]

See Also