Delila Program: logav

logav program

Documentation for the logav program is below, with links to related programs in the "see also" section.

{   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}