https://github.com/abdallahhemdan/10-days-of-statistics-solutions
HackerRank 10 Days of Statistics Solutions
https://github.com/abdallahhemdan/10-days-of-statistics-solutions
hackerrank hackerrank-solutions probability statistics
Last synced: about 2 months ago
JSON representation
HackerRank 10 Days of Statistics Solutions
- Host: GitHub
- URL: https://github.com/abdallahhemdan/10-days-of-statistics-solutions
- Owner: AbdallahHemdan
- License: mit
- Created: 2018-09-11T00:02:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T02:35:36.000Z (over 6 years ago)
- Last Synced: 2025-02-13T11:55:21.756Z (3 months ago)
- Topics: hackerrank, hackerrank-solutions, probability, statistics
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HackerRank 10 Days of Statistics

| Day | Challenge | Level |
| :------------ |:--------------------------------------- |:-----:|
| 0 | Mean, Median, and Mode | easy |
| 0 | Weighted Mean | easy |
| 1 | Quartiles | easy |
| 1 | Interquartile Range | easy |
| 1 | Standard Deviation | easy |
| 2 | Basic Probability | easy |
| 2 | More Dice | easy |
| 3 | Compound Event Probability | easy |
| 3 | Cards of the Same Suit | easy |
| 3 | Drawing Marbles | easy |
| 4 | Binomial Distribution I | easy |
| 4 | Binomial Distribution II | easy |
| 4 | Geometric Distribution I | easy |
| 4 | Geometric Distribution II | easy |
| 5 | Poisson Distribution I | easy |
| 5 | Poisson Distribution II | easy |
| 5 | Normal Distribution I | easy |
| 5 | Normal Distribution II | easy |
| 6 | The Central Limit Theorem I | easy |
| 6 | The Central Limit Theorem II | easy |
| 6 | The Central Limit Theorem III | easy |
| 7 | Pearson Correlation Coefficient I | easy |
| 7 | Spearman's Rank Correlation Coefficient | easy |
| 8 | Least Square Regression Line | easy |
| 8 | Pearson Correlation Coefficient II | medium|
| 9 | Multiple Linear Regression | medium|