home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Science / mathematics / statPerlman.README < prev    next >
Encoding:
Text File  |  1992-09-07  |  5.5 KB  |  111 lines

  1. statPerlman.tar.Z contains the executable files and the documentation for Gary Perlman's |STAT package.  It also contains a description of how to ftp and compile the source code.  Dr. Perlman does not want the source code posted but has allowed me to post the executables.
  2.  
  3. Attached to this file is Dr. Perlman's description of |STAT.
  4.  
  5.                                                       Hal.Varian@umich.edu                 
  6.  
  7. -----------------from FLYER.TXT
  8.                                  |STAT 5.4
  9.  
  10.                    DATA MANIPULATION & ANALYSIS PROGRAMS
  11.                             FOR UNIX and MSDOS
  12.  
  13.      |STAT is a set of over 20  data  manipulation  and  analysis  programs
  14. developed by Gary Perlman at the University of California, San Diego and at
  15. the Wang Institute of Graduate Studies.  The programs are designed with the
  16. UNIX  philosophy  that individual programs should be designed as tools that
  17. do one task well and produce output suitable for input via pipes  to  other
  18. programs.   Interactive  use  is  supported in the command line interpreter
  19. which also provides a programming language for complex analyses.  Functions
  20. built  into  many statistical packages (e.g., graphics and editing) are not
  21. re-invented in |STAT which delegates such responsibility to standard tools.
  22. Typical  usage  involves  a pipeline of transformations of data followed by
  23. input to an analysis program, summarized schematically by:
  24.  
  25.         INPUT DATA | TRANSFORM | ANALYSIS | OUTPUT RESULTS
  26.  
  27. Data Manipulation Programs:
  28.  
  29.      abut      join data files beside each other
  30.      colex     column extraction/formatting
  31.      dm        conditional data extraction/transformation
  32.      dsort     multiple key data sorting filter
  33.      linex     line extraction
  34.      maketrix  create matrix format file from free-format input
  35.      perm      permute line order randomly, numerically, alphabetically
  36.      probdist  probability distribution functions
  37.      ranksort  convert data to ranks
  38.      repeat    repeat strings or lines in files
  39.      reverse   reverse lines, columns, or characters
  40.      series    generate an additive series of numbers
  41.      transpose transpose matrix format input
  42.      validata  verify data file consistency
  43.  
  44. Data Analysis Programs:
  45.  
  46.      anova     multi-factor analysis of variance
  47.      calc      interactive algebraic modeling calculator
  48.      contab    contingency tables and chi-square
  49.      desc      descriptions, histograms, frequency tables
  50.      dprime    signal detection d' and beta calculations
  51.      features  tabulate features of items
  52.      oneway    one-way anova/t-test with error-bar plots
  53.      pair      paired data statistics, regression, scatterplots
  54.      rankind   rank order analysis for independent conditions
  55.      rankrel   rank order analysis for related conditions
  56.      regress   multiple linear regression and correlation
  57.      stats     simple summary statistics
  58.      ts        time series analysis and plots
  59.  
  60. Package Features:
  61.  
  62.      simple input formats (free format field oriented)
  63.      flexible data manipulation
  64.      several simple lineprinter plotting options
  65.      data validation (range and type checking)
  66.      consistent option conventions with online help
  67.      runs on any UNIX System (V6, V7, 2.8BSD, 4BSD, System V, etc.)
  68.      runs on MSDOS 2.0 and 3.0 with 96K (IBM, Wang, AT&T, Epson, etc.)
  69.      usually less than a few seconds per analysis
  70.      liberal copyright (but can't be distributed for gain)
  71.  
  72. Notes:
  73.  
  74.      UNIX is a trademark of AT&T Bell Laboratories.
  75.      MSDOS is a trademark of MicroSoft.
  76.      |STAT is NOT a product of any company or organization.
  77.  
  78. Distribution Conditions:
  79.  
  80.      CAREFULLY READ THE FOLLOWING CONDITIONS.  IF  YOU  DO  NOT  FIND  THEM
  81. ACCEPTABLE, YOU SHOULD NOT USE |STAT.
  82.  
  83. |STAT IS PROVIDED "AS IS" AND WITHOUT ANY WARRANTY EXPRESS OR IMPLIED.  THE
  84. USER  ASSUMES  ALL  RISKS  OF  USING  |STAT.   THERE  IS  NO  CLAIM  OF THE
  85. MERCHANTABILITY OR FITNESS FOR A PARTICULAR  PURPOSE.   |STAT  MAY  NOT  BE
  86. SUITED  TO  YOUR  NEEDS.   |STAT MAY NOT RUN ON YOUR PARTICULAR HARDWARE OR
  87. SOFTWARE CONFIGURATION.  THE AVAILABILITY OF  AND  PROGRAMS  IN  |STAT  MAY
  88. CHANGE   WITHOUT   NOTICE.    NEITHER  MANUFACTURER  NOR  DISTRIBUTOR  BEAR
  89. RESPONSIBILITY FOR ANY MISHAP OR ECONOMIC LOSS RESULTING THEREFROM  OF  THE
  90. USE  OF  |STAT  EVEN  IF  THE PROGRAMS PROVE TO BE DEFECTIVE.  |STAT IS NOT
  91. INTENDED FOR CONSUMER USE.
  92.  
  93. CASUAL USE BY USERS NOT TRAINED IN STATISTICS, OR BY USERS  NOT  SUPERVISED
  94. BY  PERSONS  TRAINED IN STATISTICS, MUST BE AVOIDED.  USERS MUST BE TRAINED
  95. AT THEIR OWN EXPENSE TO LEARN TO USE THE PROGRAMS. DATA  ANALYSIS  PROGRAMS
  96. MAKE  MANY ASSUMPTIONS ABOUT DATA, THESE ASSUMPTIONS AFFECT THE VALIDITY OF
  97. CONCLUSIONS  MADE  BASED  ON  THE  PROGRAMS.   REFERENCES  TO   APPROPRIATE
  98. STATISTICAL  SOURCES  ARE  MADE  IN  THE  |STAT  HANDBOOK AND IN THE MANUAL
  99. ENTRIES FOR SPECIFIC PROGRAMS. THE PROGRAMS  HAVE NOT  BEEN  VALIDATED  FOR
  100. LARGE DATASETS, HIGHLY VARIABLE DATA, NOR VERY LARGE NUMBERS.
  101.  
  102. YOU MAY MAKE COPIES OF ANY TANGIBLE FORMS OF |STAT, PROVIDED THAT THERE  IS
  103. NO MATERIAL GAIN INVOLVED, AND PROVIDED THAT THE INFORMATION IN THIS NOTICE
  104. ACCOMPANIES EVERY COPY.  YOU MAY DISTRIBUTE COPIES OF |STAT, PROVIDED  THAT
  105. MASS  DISTRIBUTION  (SUCH  AS ELECTRONIC BULLETIN BOARDS) IS NOT USED.  YOU
  106. MAY NOT MODIFY THE SOURCE CODE FOR ANY  PURPOSES  OTHER  THAN  GETTING  THE
  107. PROGRAMS  TO  WORK ON YOUR SYSTEM.  ANY COSTS IN COMPILING OR PORTING |STAT
  108. TO YOUR SYSTEM ARE YOUR'S ALONE, AND NOT ANY OTHER PARTIES.   YOU  MAY  NOT
  109. DISTRIBUTE  ANY MODIFIED SOURCE CODE OR DOCUMENTATION TO USERS AT ANY SITES
  110. OTHER THAN YOUR OWN.
  111.