I'm a complete newbie to Lisp-Stat, and I started working through the tutorial at https://lisp-stat.dev/docs/tutorials/basics, but when I type
(standard-deviation purchases)
(with purchases defined as a list of integers as in the tutorial), I get the error:
#<STANDARD-GENERIC-FUNCTION DISTRIBUTIONS:STANDARD-DEVIATION (1)> when called with the arguments ...
after which it repeats the list referenced by purchases. It gives me the same thing if I use some floating-point numbers as well.
I'm using SBCL in SLIME on Ubuntu 22.04.
Any help would be greatly appreciated! Many thanks!