Delila Program: fitgauss

fitgauss program

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

{   version = 1.09; (* of fitgauss.p 2016 Aug 01}

(* begin module describe.fitgauss *)
(*
name
   fitgauss: fit a gaussian distribution to a histogram
PROGRAM DOES NOT DO THIS CORRECTLY - NEEDS TO BE DEBUGGED!

synopsis
   fitgauss(histog: in, fitgaussp: in, gfit: 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.

   gfit:  Same format as histog, but a gaussian distribution that
      is a least squares fit to the histog data.

   fitgaussp:  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 fit over.
      NOT IMPLEMENTED: set the desired range in genhisp!

   output: messages to the user

description

   The fitgauss program fits a gaussian distribution to a histogram.

examples

documentation

see also
   creates the histog: genhis.p
   smooth a histog: smoothis.p
   example parameer file fitgaussp

author
   Thomas Dana Schneider

bugs

technical notes

   memmax is a constant that defines the largest allowed range.

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


{created by htmlink 1.62}