Delila Program: smoothis

smoothis program

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

{version = 1.06; (* of smoothis.p 1999 December 4}

(* begin module describe.smoothis *)
(*
name
   smoothis: smooth a histogram

synopsis
   smoothis(histog: in, smoothisp: in, smooth: out, output: out)

files
   histog:  the output of the genhis program, consisting of comment lines
      that begin with "*" and data lines that have pairs of bin position and
      number of items at that bin position.

   smooth:  Same format as histog, but smoothed according to the parameters.

   smoothisp:  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.

      range (integer): The range to smooth over.

   output: messages to the user

description

   The smoothis program smooths a histogram.  If the smoothing range is 1,
   then no smoothing is done.  If smooting is 2 then every bin is added to
   the previous bin and averaged.  The result is in the second bin position
   so that bin locations are on the high end.

examples

documentation

see also
   genhis.p,
   smoothisp

author
   Thomas Dana Schneider

bugs

technical notes

   memmax is a constant that defines the largest allowed smoothing range.

*)
(* end module describe.smoothis *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}