Jump to content

XLISP-STAT: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "'''XLISP-STAT''' is a fork of XLISP 2.1 with statistical additions, originally developed for the Apple Macintosh by Luke Tierney in the 1980's but later ported to MS Windows, ..."
 
Ak120 (talk | contribs)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:


==Versions==
==Versions==
* XLISP-STAT v 3.52.23 (2013-03-20) - Last known version
*2.1R2 (Feb 1993)
: Note that XLISP-STAT release numbers are not synchronised with XLISP
*3.52.18 (Mar 2000)
*3.52.23 (2013-03-20)
''Note that XLISP-STAT release numbers are not synchronised with XLISP''


==Licence==
==Licence==
Line 16: Line 18:
*  R. Dennis Cook and Sanford Weisberg: ''An introduction to Regression Graphics'' - Wiley 1994, ISBN 0-471-00839-7
*  R. Dennis Cook and Sanford Weisberg: ''An introduction to Regression Graphics'' - Wiley 1994, ISBN 0-471-00839-7
* Luke Tierney: [http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0471509167.html LISP-STAT: An Object-Oriented Environment for Statistical Computing and Dynamic Graphics] - Wiley 1990, ISBN 978-0-471-50916-5
* Luke Tierney: [http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0471509167.html LISP-STAT: An Object-Oriented Environment for Statistical Computing and Dynamic Graphics] - Wiley 1990, ISBN 978-0-471-50916-5
* Jan de Leeuw: [citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.47.9000.ps Jackknifing in XLISP-STAT]
* Jan de Leeuw: [https://pdfs.semanticscholar.org/63f6/cb60f0f77d9d6d0a93dfb600a8a7de8dbc44.pdf Jackknifing in XLISP-STAT] - 2011
* Jan de Leeuw: [https://www.jstatsoft.org/article/view/v013i07/v13i07.pdf On Abandoning XLISP-STAT] - 2005
* Jan de Leeuw: [https://www.jstatsoft.org/article/view/v013i07/v13i07.pdf On Abandoning XLISP-STAT] - 2005
* Jan de Leeuw: [http://escholarship.org/uc/item/4d37d3v2#page-1 C Wrappers in XLISP-STAT] - 1999
* Jan de Leeuw: [http://escholarship.org/uc/item/4d37d3v2#page-1 C Wrappers in XLISP-STAT] - 1999
Line 27: Line 29:


==Links==
==Links==
* [http://homepage.stat.uiowa.edu/~luke/xls/xlispstat/ Current XLISP-STAT file repository]
* [http://homepage.stat.uiowa.edu/~luke/xls/xlispstat/ XLISP-STAT file repository]
* [ftp://ftp.stat.umn.edu/pub/xlispstat Original XLISP-STAT file repository]
* [http://www.stat.unipg.it/luca/xlisp-stat/ Dr. Luca Scrucca's XLSIP-STAT page] - Outdated but contains a number of small add on packages XS and ARC.
* [http://forrest.psych.unc.edu/research/index.html ViSta - the Visual Statistics System] - Add on for XLISP-STAT
* [http://www.unige.ch/ses/sococ/cl//bib/edasoft/xlispstat.html? XLISP-STAT information]
* [http://www.unige.ch/ses/sococ/cl//bib/edasoft/xlispstat.html? XLISP-STAT information]


[[Category:XLISP]]
[[Category:XLISP]]

Latest revision as of 01:56, 11 October 2020

XLISP-STAT is a fork of XLISP 2.1 with statistical additions, originally developed for the Apple Macintosh by Luke Tierney in the 1980's but later ported to MS Windows, Atari ST, Amiga and most UNIX systems. A number of additional packages that add to the system are available although development of both the package and the add-ons has slowed down considerably in the last few years. There never was a native OS/2 version of XLISP-STAT but there is a currently maintained Win 3.x version that works fine under Win-OS/2.

XLISP-STAT modifies some of the standard Lisp mathematical functions for to allow them to operate on lists and arrays of numbers and add some basic statistical and plot functions, including histograms, scatterplots, 3-dimensional rotatable plots and scatterplot matrices most of which are interactive to a degree.

Versions

  • 2.1R2 (Feb 1993)
  • 3.52.18 (Mar 2000)
  • 3.52.23 (2013-03-20)

Note that XLISP-STAT release numbers are not synchronised with XLISP

Licence

Publications

Note that the homepage also contains a software package that runs on XLISP-STAT called ARC

Links