Lisp-Stat / IPS9

Examples from the book Introduction to the Practice of Statistics

Home Page:https://lisp-stat.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MS-PL License LinkedIn


Logo

Lisp-Stat Examples

From the book Introduction to the Practice of Statistics
Explore the docs »

Report Bug · Request Feature

Table of Contents

  1. About the Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Resources
  6. Contributing
  7. License
  8. 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

  1. Install common-lisp-jupyter
  2. Clone the repository
    cd ~/quicklisp/local-projects &&
    git clone https://github.com/Lisp-Stat/IPS.git
  3. Reset the ASDF source-registry to find the new system (from the REPL)
    (asdf:clear-source-registry)
  4. 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

About

Examples from the book Introduction to the Practice of Statistics

https://lisp-stat.dev

License:Microsoft Public License


Languages

Language:Jupyter Notebook 99.6%Language:Common Lisp 0.4%