By downloading this code you agree to the
Source Code Use License (PDF). |
{version = 1.08; (* of cumulative.p 1991 September 16}
(* begin module describe.cumulative *)
(*
name
cumulative: cumulative probability distribution
synopsis
cumulative(input: in, output: out)
files
input: input file
output: input file with line numbers and cumulative probability
at the start
description
Add line numbers to the input file along with cumulative probability.
The input file should be sorted numerically first, for example with:
cat myfile | sort -n -r | cumulative
examples
documentation
see also
number.p
author
Thomas Dana Schneider
bugs
technical notes
The technical problem of number.p was solved here by first copying
to an internal file.
*)
(* end module describe.cumulative *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}