blob: 77abbdfdb91ad00a476527151c04e87ed4a5bb06 (
plain) (
blame)
1
2
3
4
5
6
7
|
XLISP-STAT is a statistical environment based on a dialect of the Lisp
language called XLISP. To facilitate statistical computations, standard Lisp
functions for addition, logarithms, etc., have been modified to operate on
lists and arrays of numbers, and a number of basic statistical functions have
been added.
WWW: http://www.stat.uiowa.edu/~luke/xls/xlsinfo/xlsinfo.html
|