Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmdartus/rule-of-five
Putting Hubbard's "Rule of Five" in practice with various examples.
https://github.com/pmdartus/rule-of-five
Last synced: 8 days ago
JSON representation
Putting Hubbard's "Rule of Five" in practice with various examples.
- Host: GitHub
- URL: https://github.com/pmdartus/rule-of-five
- Owner: pmdartus
- Created: 2024-02-21T07:06:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T07:04:39.000Z (9 months ago)
- Last Synced: 2024-10-18T19:01:14.974Z (28 days ago)
- Language: Jupyter Notebook
- Size: 790 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rule of Five
> Putting Hubbard's "Rule of Five" in practice with various examples.
In [How to Measure Anything: Finding the Value of Intangibles in Business](https://hubbardresearch.com/publications/how-to-measure-anything-book/), Doug Hubbard presents this technique as a way to get insights from small sample size usually considered statistically insignificant.
**Rule of Five:** _There is a 93.75% chance that the median of a population is between the smallest and largest values in any random sample of five from that population._
### Datasets:
* Avocado Prices: [link](https://www.kaggle.com/datasets/neuromusic/avocado-prices)
* Hourly Energy Consumption: [link](https://www.kaggle.com/datasets/robikscube/hourly-energy-consumption)
* FitBit Fitness Tracker Data: [link](https://www.kaggle.com/datasets/arashnic/fitbit)