Welcome to the Statistics Foundations project! This repository contains resources, code, and documentation for understanding fundamental concepts in statistics.
To get started with this project, you need to have Python installed. You can install the required dependencies using the following command:
pip install -r requirements.txt
Alternatively, you can use Visual Studio Code with a devcontainer for a more integrated development environment. Follow these steps:
- Install Docker on your machine.
- Install Visual Studio Code and the Remote - Containers extension.
- Open the project in Visual Studio Code.
- When prompted, reopen the project in the container.
This will set up the development environment with all the necessary dependencies.
You can explore the interactive visualizations and examples by running the Quarto project. To do this, use the following command:
quarto preview
This will start a local server where you can interact with the content.
The site automatically deploys to GitHub Pages when changes are pushed to the main branch.
We welcome contributions to this project! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.