You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lisp-Stat is functional today and in daily use on several projects. It has an [archive of libraries](https://github.com/Lisp-Stat/xls-archive) from XLISP-STAT that can be used with the aid of a compatibility package ([XLS-compat](https://github.com/Lisp-Stat/XLS-compat)). The archive includes packages for linear models, KNN, advanced statistics, temporal/spatial reasoning and a Lisp version of the [NSWC Library of Mathematics Subroutines](https://ntrl.ntis.gov/NTRL/dashboard/searchResults/titleDetail/ADA261511.xhtml). It also includes the [Cephes mathmatical library](https://github.com/Lisp-Stat/cephes.cl) for accurate statistical distribution calculations.
54
61
55
-
### Data-Frame
56
-
57
-
Lisp-Stat includes a column-oriented data-frame. Data may be
58
-
loaded from the network, local disk or a relational database.
are used to provide notebook style environments for reproducible
65
-
research.
66
-
67
-
### Visualization
68
-
69
-
Interactive graphics and plotting use [Vega-Lite](https://vega.github.io/vega-lite/) as a backend. See [getting started](/docs/getting-started/) or the [plotting examples](/docs/examples/plotting/) for a quick introduction.
70
-
62
+
For more on what Lisp-Stat can do, see [getting started](/docs/getting-started/) and the [overview](/docs/overview).
0 commit comments