File: gbboot.1

package info (click to toggle)
gbutils 6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,436 kB
  • sloc: ansic: 24,029; sh: 4,512; makefile: 153
file content (71 lines) | stat: -rw-r--r-- 1,860 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.6.
.TH GBBOOT "1" "October 2018" "gbboot 6.0.beta2" "User Commands"
.SH NAME
gbboot \- Bootstrap user provided data
.SH SYNOPSIS
.B gbboot
[\fI\,options\/\fR]
.SH DESCRIPTION
Data bootstrap. Random sampling with replacement or addition
of noise. In the last case the option \fB\-n\fR 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
.SH OPTIONS
.TP
\fB\-n\fR
set the number of deviates (default =sample size)
.TP
\fB\-O\fR
type of output (default 0):
.TP
0
flatten input in one distribution
.TP
1
multivariate output: rows with independent columns
.TP
2
multivariate output: rows with fixed columns
.TP
3
flatten and smoothed (EDF linear interpolation)
.TP
4
add noise to data
.TP
5
multivariate output: rows with fixed blocks
.TP
\fB\-e\fR
noise term ( default .5)
.TP
\fB\-R\fR
set the rng seed  (default 0)
.TP
\fB\-F\fR
specify the input fields separators (default " \et")
.TP
\fB\-h\fR
print this help
.TP
\fB\-v\fR
verbose mode
.SH AUTHOR
Written by Giulio Bottazzi
.SH "REPORTING BUGS"
Report bugs to <gbutils@googlegroups.com>
.PP
.br
Package home page <http://cafim.sssup.it/~giulio/software/gbutils/index.html>
.SH COPYRIGHT
Copyright \(co 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;
.PP
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.