An open API service indexing awesome lists of open source software.

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

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.