home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / math / ols / readme < prev    next >
Encoding:
Text File  |  1993-07-28  |  1.5 KB  |  63 lines

  1.  
  2.  
  3. EPP:
  4.     Estimation
  5.     Post
  6.     Processor
  7.  
  8.  
  9. WHAT IS IT?
  10. -----------
  11.  
  12. If you have typeset results of statistical estimation in LaTeX,
  13. you know how painful it is.  This program makes it easier.
  14.  
  15. This is a LaTeX-generator for neatly typeset (tabular) results of 
  16. statistical estimations.  It takes a easy-to-create file
  17. describing the estimation results, and generates LaTeX.
  18.  
  19. Some limited facilities for customising the table are given.
  20. Obviously, you can always take the generated LaTeX as a starting
  21. point for your own editing.
  22.  
  23.  
  24. The file epp-doc.tex is it's documentation.
  25.  
  26. The documentation contains examples of EPP at work.
  27.  
  28.  
  29. DOES IT WORK ON YOUR MACHINE?
  30. -----------------------------
  31.  
  32. Open Makefile and set the NEWAWK variable to point to your copy
  33. of a new awk.  Set the CINIT variable too.
  34.  
  35. Say "make test".  It goes through some tests, and diffs the 
  36. results against what is expected.  If the diffs fail, you know 
  37. something is amiss.
  38.  
  39.  
  40. MINIMAL FILES
  41. -------------
  42.  
  43. The only file you need, after convincing yourself it works,
  44. is epp2tex.nawk.
  45.  
  46.  
  47. FILE LIST
  48. ---------
  49.  
  50. Makefile     Use for testing and for killing superfluous files
  51. README       This file
  52. demo.epp     Demonstration file, and used for testing
  53. epp2tex.nawk The program itself
  54. ols.epp      Demo of typesetting OLS results
  55. result*      Files used in testing; these are the correct results.
  56. *doc         documentation
  57.  
  58.  
  59. Ajay Shah
  60. Ajay_Shah@rand.org
  61. The Rand Corporation,
  62. Tue Aug 27 03:44:39 PDT 1991
  63.