https://github.com/lajuman/proportion-of-probability
https://github.com/lajuman/proportion-of-probability
calculator probability python statistics
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lajuman/proportion-of-probability
- Owner: lajuman
- Created: 2024-03-23T00:49:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T00:51:52.000Z (over 2 years ago)
- Last Synced: 2025-02-23T20:44:57.485Z (over 1 year ago)
- Topics: calculator, probability, python, statistics
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Calculates the proportion of probability within a given range based on the empirical rule.
Library:
scipy
Parameters:
mean (float): Mean of the distribution.
std_dev (float): Standard deviation of the distribution.
bottom (float): Lower bound of the range.
top (float): Upper bound of the range.
Returns:
proportion (float): Proportion of probability within the given range.