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

gbdist - Produce cumulative distribution from data

Author

       Written by Giulio Bottazzi

Description

       Compute  the  empirical  probability  distribution function as F(x_k) = k/N where x_k is the k-th ordered
       observation, that is k-1 observations are smaller then x_k and n-k are larger, and N is the sample size.

Name

       gbdist - Produce cumulative distribution from data

Options

-r     print right cumulated distribution function, i.e. 1-F(x)

       -i     print multiple points for identical observations

       -t     print the distribution for each column of input

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

       -v     verbose mode

       -h     this help

Reporting Bugs

Synopsis

gbdist [options]

See Also