https://github.com/josericodata/statisticsapp
Interactive statistics analysis app using Python and Streamlit. Perform key statistical tests, visualise distributions, and explore data with ease.
https://github.com/josericodata/statisticsapp
alpha-value chi-square-test confidence-intervals data-analysis dublin dublin-ireland europe hyphotesis-tests ireland normal-distribution null-hypothesis p-value portfolio python statistics streamlit t-test tech ubuntu z-test
Last synced: 3 months ago
JSON representation
Interactive statistics analysis app using Python and Streamlit. Perform key statistical tests, visualise distributions, and explore data with ease.
- Host: GitHub
- URL: https://github.com/josericodata/statisticsapp
- Owner: josericodata
- License: mit
- Created: 2024-12-31T13:43:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T21:52:35.000Z (over 1 year ago)
- Last Synced: 2025-04-22T23:50:32.602Z (about 1 year ago)
- Topics: alpha-value, chi-square-test, confidence-intervals, data-analysis, dublin, dublin-ireland, europe, hyphotesis-tests, ireland, normal-distribution, null-hypothesis, p-value, portfolio, python, statistics, streamlit, t-test, tech, ubuntu, z-test
- Language: Python
- Homepage: https://statisticsapp.streamlit.app/
- Size: 6.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐งฎ **Statistics Calculator**
### **Analyse Data and Perform Key Statistical Tests**
**The Statistics Calculator app is designed to help users analyse numerical data and conduct essential statistical tests with ease. Built using Python and Streamlit, this app provides intuitive tools for statistical exploration and analysis.**
---
## ๐งฌ **Project Structure**
```bash
StatisticsApp
โโโ assets/
โ โโโ gifs/
โ โโโ ConfidenceIntervalCalculator.gif
โ โโโ NormalDistributionChecker.gif
โ โโโ NormalDistributionGenerator.gif
โ โโโ SignificanceLevelCalculator.gif
โโโ streamlit_app/
โ โโโ pages/
โ โ โโโ 01_1๏ธโฃ_NormalDistributionGenerator.py
โ โ โโโ 02_2๏ธโฃ_NormalDistributionChecker.py
โ โ โโโ 03_3๏ธโฃ_SignificanceLevelCalculator.py
โ โ โโโ 04_4๏ธโฃ_ConfidenceIntervalCalculator.py
โ โโโ 00_0๏ธโฃ_Info.py
โโโ LICENSE
โโโ README.md
โโโ requirements.txt
```
---
## ๐ ๏ธ **How It's Built**
The Statistics Calculator leverages the following technologies:
- **Streamlit** - For creating an intuitive and interactive web interface.
- **NumPy** - For efficient numerical calculations.
- **SciPy** - For performing statistical tests.
- **Matplotlib** - For visualising data and test results.
- **Pandas** - For handling and processing datasets.
---
## ๐งโ๐ป **Key Features**
1. **Normal Distribution Generator**:
- Generate datasets based on the Normal Distribution.
- Specify parameters such as mean, standard deviation, and sample size.
- Download the generated data or copy it directly from the app.
2. **Normal Distribution Checker**:
- Analyse your dataset to determine if it follows a Normal Distribution.
- Perform statistical tests like the Shapiro-Wilk test.
- Visualise your data against a theoretical normal curve.
3. **Significance Level Calculator**:
- Calculate p-values for Z-tests, T-tests, and more.
- Visualise acceptance and rejection regions.
- Determine if the null hypothesis (Hโ) can be rejected at a given significance level.
4. **Confidence Interval Calculator**:
- Compute confidence intervals for means and proportions.
- Visualise confidence intervals with shaded regions.
- Determine whether specific values fall within the confidence interval.
---
## ๐ **Getting Started**
### **Local Installation**
1. Clone the repository:
```bash
git clone https://github.com/user/StatisticsApp.git
```
**Hint:** Replace `user` with `josericodata` in the URL above. I am deliberately asking you to pause here so you can support my work. If you appreciate it, please consider giving the repository a star or forking it. Your support means a lotโthank you! ๐
2. Navigate to the project directory:
```bash
cd StatisticsApp
```
3. Create a virtual environment:
```bash
python3 -m venv venvStats
```
4. Activate the virtual environment:
```bash
source venvStats/bin/activate
```
5. Install requirements:
```bash
pip install -r requirements.txt
```
6. Navigate to the app directory:
```bash
cd streamlit_app
```
7. Run the app:
```bash
streamlit run 00_0๏ธโฃ_Info.py
```
The app will be live at ```http://localhost:8501```
---
## ๐ฌ **Demo**
### 01_1๏ธโฃ_NormalDistributionGenerator:

### 02_2๏ธโฃ_NormalDistributionChecker:

### 03_3๏ธโฃ_SignificanceLevelCalculator:

### 04_4๏ธโฃ_ConfidenceIntervalCalculator:

---
### โถ๏ธ Watch the YouTube Tutorial
[](https://www.youtube.com/watch?v=wNk-TJSiR1w "Click to play")
Click the image above or [here](https://www.youtube.com/watch?v=wNk-TJSiR1w) to watch the video on YouTube.
---
## ๐ฎ **Future Enhancements**
Planned features include:
- Additional statistical tests, including Chi-square and ANOVA.
- Support for uploading and analysing larger datasets.
- Advanced visualisations for data exploration.
---
## ๐ **Motivation**
This project comes after graduating from CCT College in Dublin, Ireland. The goal of this app is to help users understand how statistics work by making abstract concepts more tangible through visualisations. I hope this tool empowers you to explore and learn statistics with ease.
---
## ๐ง **Environment Setup**
This app has been built and tested in the following environment:
- **Operating System**: Ubuntu 22.04.5 LTS (Jammy)
- **Python Version**: Python 3.10.12
---
## ๐ **Important Notes**
- **Statistical Knowledge**: While the app simplifies statistical analysis, a basic understanding of statistics will enhance the user experience.
- **Input Data**: Ensure your input data is clean and formatted correctly to avoid errors.
---
### ๐ค **Open Pull Requests**
If you need a specific statistical tool, feel free to contact me by opening a pull request on GitHub or via email at **maninastre@gmail.com**.
---
## โ ๏ธ **Disclaimer**
This app is intended for educational and demonstration purposes only. The results are not guaranteed to be error-free and should not be used for critical decision-making.