Skip to content

hello-data-science/hds_stats_foundations

Repository files navigation

Statistics Foundations

Welcome to the Statistics Foundations project! This repository contains resources, code, and documentation for understanding fundamental concepts in statistics.

Table of Contents

Installation

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:

  1. Install Docker on your machine.
  2. Install Visual Studio Code and the Remote - Containers extension.
  3. Open the project in Visual Studio Code.
  4. When prompted, reopen the project in the container.

This will set up the development environment with all the necessary dependencies.

Usage

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.

Deployment

The site automatically deploys to GitHub Pages when changes are pushed to the main branch.

Contributing

We welcome contributions to this project! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.