xlispstat

Interactive statistical computing environment using Lisp dialect

brewmacoslinux
Try with needOr install directly
Source

About

Statistical data science environment based on Lisp

Commands

xlispstat

Examples

start interactive statistical analysis session$ xlispstat
load and run a data analysis script file$ xlispstat -e '(load "analysis.lsp")'
plot data and visualize distributions$ xlispstat -e '(plot-points (list 1 2 3) (list 4 5 6))'
perform statistical regression on datasets$ xlispstat -e '(regression-model x y)'
execute lisp commands for numerical computation$ xlispstat -e '(mean (list 10 20 30 40))'