IPS9
IPS9 copied to clipboard
Examples from the book Introduction to the Practice of Statistics
Lisp-Stat Examples
From the book Introduction to the Practice of Statistics
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
-
About the Project
- Built With
-
Getting Started
- Prerequisites
- Installation
- Usage
- Roadmap
- Resources
- Contributing
- License
- Contact
About the Project
This repository contains worked Jupyter notebook examples from the book, Introduction to the Practice of Statistics, ninth edition.
Built With
Getting Started
To get a local copy up and running follow these steps:
Prerequisites
An ANSI Common Lisp implementation. Developed and tested with SBCL and CCL.
Installation
- 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)
Usage
Run Jupyter-Lab in the IPS directory above. You should see the example notebooks.
Roadmap
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
Resources
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.
Contributing
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.
License
Distributed under the MS-PL License. See LICENSE for more information.
Contact
Project Link: https://github.com/lisp-stat/IPS