NAME
t2generate
VERSION
0.23
SYNOPSIS
t1generate [-g how_many] [-s seed] [-. digits] [-a] [-1]
t1generate [--help [ja] ] [--version]
DESCRIPTION
Generates random variables obeying the t distribution with "the degree of freedom" = 2.
OPTION
- -g N
-
The number of variables to be generated.
- -s N
-
Random seed specification.
- -. N
-
Digits after decimal points in the output.
- -a
-
The abstract values of the generated random values obeying the t distribution with DF=2 are output.
- -1
-
No secondary information such as seed and sums in the output.
- --help
-
Print this online help manual of this command "t1generate". Similar to "perldoc `which [-t] t1generate` ".
- --help ja
-
Shows Japanese online help manual.
- --version
-
Shows the version information of this program.
HISTORY
This program has been made since 2016-08-16 (Tue) as a part of TSV hacking toolset for table data.
AUTHOR
"Toshiyuki Shimono", <bin4tsv at gmail.com>