the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: xlispstat
Version: 3-52-20
Revision: 2
Description: Lisp-based environment for statistics
License: BSD
Maintainer: None
Depends: x11, x11-shlibs
BuildDepends: x11-dev
Source: ftp://ftp.stat.umn.edu/pub/%n/3-52/%n-%v.tar.gz
Source-MD5: 93ec54218aaa450f0909e4a3ba22e08f
UseMaxBuildJobs: false
PatchScript: <<
mv doc/README doc/README.docs
perl -pi -e 's/#ifdef MACINTOSH/#if 1/' lowess.c
<<
DocFiles: COPYING README README.2.1R2 RELEASE doc/*
Homepage: http://www.stat.uiowa.edu/~luke/xls/xlsinfo/xlsinfo.html
DescDetail: <<
XLisp-Stat is an extensible environment for statistics and dynamic
graphics written by Luke Tierney of the University of Iowa. It
provides a variety of functions for element-wise arithmetic on lists
and vectors, linear algebra, basic statistics, and model building. It
also provides tools for constructing dynamic plots. The environment
uses a prototype-based object system for extension and can be
customized by writing code in XLisp, a lisp dialect similar to Common
Lisp.
<<
DescUsage: <<
For more information, see the companion book by the author:
Tierney, Luke. 1990. LISP-STAT : An Object-Oriented Environment for
Statistical Computing and Dynamic Graphics (Wiley Series in
Probability and Statistics). New York: Wiley-Interscience.
A tutorial is also available here:
http://samizdat.mines.edu/surfers/
<<
DescPackaging: <<
Previous version by Lars Rosengreen.
<<