By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.01; (* of logav.p 2009 Apr 15}
(* begin module describe.logav *)
(*
name
logav: log average
synopsis
logav(data: in, logavp: in, logavreport: out, output: out)
files
data: numbers, one per line
logavreport: report
logavp: parameters to control the program. The file must contain the
following parameters, one per line:
parameterversion: The version number of the program. This
allows the user to be warned if an old parameter file is used.
shift(integer): This number is subtracted from each input value
before computing the log.
output: messages to the user
description
Compute the average of the log of a set of numbers.
examples
documentation
see also
author
Thomas Dana Schneider
bugs
technical notes
*)
(* end module describe.logav *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}