lisp-stat
lisp-stat copied to clipboard
Lisp-Stat main system
I'm learning CL and I was trying to play with the Titanic dataset to generate predictions using CL. I'm writing a tutorial as it helps me with the learning process....
I am following the "Getting Started" tutorial [1]. Using SBCL version 2.2.6, the `(ql:quickload :lisp-stat)` and `(in-package :ls-user)` behave as expected. [Comment: SBCL version 2.1.9 and lower gave the error...
The lowest-supported versions should also go in the website docs, but I do not know where those files are.
This issue also appears in lisp-stat/data-frame#4, repeated and expanded here because the lisp-stat repo is the 'landing point' for most people. Lisp-Stat version 1.0 had a `summary` function that did...
I use roswell, so I found a way to make lisp-stat work using the asdf-aware directories automatically created with ros install.
Hi I was trying to work through the getting started plotting example and ran into the following error: ## My setup * SBCL: 2.4.1 installed via roswell * Quicklisp Distribution:...
I don't know if this is a bug per se but I was confused to find `(lisp-stat:mean #(1.0 2.0) :weights #(1.0 100.0))` returns 1.5. As I understand it, `lisp-stat:mean` falls...
I'm trying to install `lisp-stat` on my machine using quicklisp. I'm running Ubuntu 22.04. The install fails shortly after getting started with error: `No package named "ALEXANDRIA-2" ` Prior to...