common-lisp-stat
common-lisp-stat copied to clipboard
Common Lisp Statistics -- based on LispStat (Tierney) but updated for Common Lisp and incorporating lessons from R (http://www.r-project.org/). See the google group for lisp stat / common lisp statis...
Hello, the simple fact of loading `common-lisp-stat` changes `*read-default-float-format*` from `single-float` to `double-float` globally in the repl. This is bad, please consider ways to quarantine this within the use of...
``` Using # in # would cause name conflicts with symbols already present in that package: METABANG.UTILITIES:NEXT-ELEMENT CL-VARIATES:NEXT-ELEMENT [Condition of type CCL::USE-PACKAGE-CONFLICT-ERROR] Restarts: 0: [CONTINUE] Try again to use #...