From the book Introduction to the Practice of Statistics
Explore the docs »
Report Bug
·
Request Feature
This repository contains worked Jupyter notebook examples from the book, Introduction to the Practice of Statistics, ninth edition.
To get a local copy up and running follow these steps:
An ANSI Common Lisp implementation. Developed and tested with SBCL and CCL.
- Install common-lisp-jupyter
- Clone the repository
cd ~/quicklisp/local-projects && git clone https://github.com/Lisp-Stat/IPS.git
- Reset the ASDF source-registry to find the new system (from the REPL)
(asdf:clear-source-registry)
- Load the system
(ql:quickload :ips)
Run Jupyter-Lab in the IPS directory above. You should see the example notebooks.
See the open issues for a list of proposed features (and known issues). We will include additional examples in the chapter order of the book
This system is part of the Lisp-Stat project; that should be your first stop for information. Also see the
community page for more information.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. Please see CONTRIBUTING for details on the code of conduct, and the process for submitting pull requests.
Distributed under the MS-PL License. See LICENSE for more information.
Project Link: https://github.com/lisp-stat/IPS