https://github.com/hetbhalani/maths_stats
statistics using python
https://github.com/hetbhalani/maths_stats
Last synced: 29 days ago
JSON representation
statistics using python
- Host: GitHub
- URL: https://github.com/hetbhalani/maths_stats
- Owner: hetbhalani
- Created: 2024-12-07T05:55:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T07:30:04.000Z (over 1 year ago)
- Last Synced: 2025-11-06T20:35:31.593Z (8 months ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maths_Stats
- A Python project for performing statistical analysis and mathematical computations.
## Features
- Statistical analysis using Python.
## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/hetbhalani/Maths_Stats.git
````
2. **Install dependencies**
```bash
pip install -r requirements.txt
```
3. **Run the code**
```bash
python main.py
```