Interactive statistical computing environment using Lisp dialect
Statistical data science environment based on Lisp
xlispstat$ xlispstat$ xlispstat -e '(load "analysis.lsp")'$ xlispstat -e '(plot-points (list 1 2 3) (list 4 5 6))'$ xlispstat -e '(regression-model x y)'$ xlispstat -e '(mean (list 10 20 30 40))'