Man page - gbboot(1)
Packages contas this manual
- gbtest(1)
- gbfilternear(1)
- gbconvtable(1)
- gbinterp(1)
- gblafit(1)
- gbker(1)
- gbdist(1)
- gbalafit(1)
- gbenv(1)
- gbgrid(1)
- gblreg(1)
- gbbin(1)
- gbacorr(1)
- gbrand(1)
- gbnlprobit(1)
- gbglreg(1)
- gbgcorr(1)
- gbnlmult(1)
- gbget(1)
- gbmave(1)
- gbkreg(1)
- gbxcorr(1)
- gbplot(1)
- gbnlqreg(1)
- gbquant(1)
- gbfun(1)
- gbhisto2d(1)
- gbnlpanel(1)
- gbmodes(1)
- gbhill(1)
- gbboot(1)
- gbstat(1)
- gbdummyfy(1)
- gbaepfit(1)
- gbhisto(1)
- gbepfit(1)
- gbker2d(1)
- gbmstat(1)
- gbkreg2d(1)
- gbnlpolyit(1)
- gbnlreg(1)
- gblaepfit(1)
- gbnear(1)
apt-get install gbutils
Manual
| GBBOOT(1) | User Commands | GBBOOT(1) |
NAME
gbboot - Bootstrap user provided data
SYNOPSIS
gbboot [options]
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
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
AUTHOR
Written by Giulio Bottazzi
REPORTING BUGS
Report bugs to <gbutils@googlegroups.com>
Package home page <http://cafim.sssup.it/~giulio/software/gbutils/index.html>
COPYRIGHT
Copyright © 2001-2018 Giulio Bottazzi This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (version 2) as published by the Free Software Foundation;
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
| June 2021 | gbboot 6.2 |