Man page - gbboot(1)
Packages contains this manual
- gbnear(1)
- gbnlmult(1)
- gbquant(1)
- gblaepfit(1)
- gbmave(1)
- gbkreg(1)
- gbtest(1)
- gbmstat(1)
- gbgcorr(1)
- gbepfit(1)
- gbnlprobit(1)
- gbnlpanel(1)
- gbbin(1)
- gbdummyfy(1)
- gbgrid(1)
- gbnlreg(1)
- gbconvtable(1)
- gbinterp(1)
- gbrand(1)
- gbfun(1)
- gbstat(1)
- gbglreg(1)
- gbhisto(1)
- gbfilternear(1)
- gbplot(1)
- gbker2d(1)
- gbhisto2d(1)
- gbget(1)
- gbxcorr(1)
- gbenv(1)
- gbacorr(1)
- gbboot(1)
- gbmodes(1)
- gbhill(1)
- gbkreg2d(1)
- gbker(1)
- gblreg(1)
- gbalafit(1)
- gbnlqreg(1)
- gbdist(1)
- gbnlpolyit(1)
- gblafit(1)
- gbaepfit(1)
apt-get install gbutils
Manual
GBBOOT
NAMESYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR
REPORTING BUGS
COPYRIGHT
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.