woef program

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

{version = 1.21; (* of woef.p 1998 January 4}

(* begin module describe.woef *)
(*
name
   woef: word efficiency

synopsis
   woef(words: in, woefp: in, list: out, output: out)

files
   words:  multiple line detailed description of file 1, etc

   list:  multiple line detailed description of file 2, etc

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

      cutoff (integer):  Many words appear only once.  This can reflect
	 misspellings.  It may reflect uncertainty in the computation.  If
	 this parameter is set to 1, the single words will be eliminated.

   output: messages to the user

description

   This program:

   1. parses out words from text (eg a list of amino acids).
   2. It then counts up the number of each kind of word.
   3. From this it computes the frequencies.
   4. Then it computes the uncertainty.
   5. Then it computes the coding efficiency as the uncertainty divided by
      the log of the number of words.

examples

documentation

see also

author
   Thomas Dana Schneider

bugs

technical notes

   Constant wordmax is the longest word allowed.

*)
(* end module describe.woef *)
{This manual page was created by makman 1.44}
{created by htmlink 1.52}