home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / CDROM / READMEs / Peanuts-2 / X11 / clients / programs / xlisp_stat.README < prev   
Encoding:
Text File  |  1996-11-09  |  1.1 KB  |  19 lines

  1.  
  2. XLISP-STAT is a statistical environment based on a dialect of the Lisp
  3. language called XLISP. Originally developed for the Apple Macintosh,
  4. XLISP-STAT is now also available for UNIX workstations using the X11
  5. window system and for use on SUn workstations running suntools. To
  6. facilitate statistical computations standard Lisp functions for
  7. addition, logarithms, etc., have been modified to operate on lists and
  8. arrays of numbers, and a number of basic statistical functions have
  9. been added.  Many of these functions have been written in Lisp, and
  10. additional functions can be added easily by a user.  Several basic
  11. forms of plots, including histograms, scatterplots, rotatable plots
  12. and scatterplot matrices are provided.  These plots support various
  13. forms of interactive highlighting operations and can be linked so
  14. points highlighted in one plot will be highlighted in all linked
  15. plots. Interactions with the plots are controlled by the mouse, menus
  16. and dialog boxes. An object-oriented programming system is used to
  17. allow menus, dialogs, and the response to mouse actions to be
  18. customized.
  19.