Questions tagged [xlispstat]

an open-source statistical scientific package based on the XLISP language. It includes a variety of statistical functions and methods, including routines for nonlinear curve fit.

XLispStat an open-source statistical scientific package based on the XLISP language. It includes a variety of statistical functions and methods, including routines for nonlinear curve fit.

http://en.wikipedia.org/wiki/XLispStat

6 questions
5
votes
1 answer

standard-deviation function returns error in Lisp-Stat

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…
APR
  • 373
  • 1
  • 2
  • 7
3
votes
1 answer

Is there a simple equivalent to R's rbind in lisp-stat?

Basically the title. I need to parse a lot of CSVs into a dataframe, then shove them into a sql database. I've already written the relevant parsing code for a single data frame, and there's plenty of documentation on the site regarding how to handle…
johnabs
  • 41
  • 4
3
votes
2 answers

how to overwrite (defun eval (expr)) function in LISP

I am new to LISP programming and it is the end of semester and our teacher asked us to do this project and I have been trying to make it but I am stuck so any help would be appreciated. the Project is to write an eval (expr) function in Lisp to…
Arianna Newman
  • 75
  • 1
  • 11
3
votes
2 answers

Install and use LISP on Mac

I've read many topics regarding this issue, but couldn't get it to an end. I want to be able to code in LISP on Mac, using Emacs and XLispStat. So far, I've installed Emacs with HomeBrew but I got stuck when installing XLispStat. Can someone detail…
linkyndy
  • 17,038
  • 20
  • 114
  • 194
2
votes
1 answer

Circularity detected when running (vega:load-vega-examples)

When I load the vega-lite data sets using (vega:load-vega-examples) I get the following error: Could not REQUIRE CL-DATE-TIME-PARSER: circularity detected. Please check your configuration However, the examples appear to have loaded. Also, before I…
APR
  • 373
  • 1
  • 2
  • 7
2
votes
1 answer

Why doesn't Lisp-Stat load with quicklisp under MacOS?

I'm relatively new to Common Lisp and Lisp-Stat. But I wanted to try it out and play around with it in my empirical social research. Unfortunately installing LISP-Stat fails at building. My Setup SBCL 2.2.8 / Emacs 28.1 (Doom Emacs Config) / SLIME…