Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (almost 6 years ago)
- Last Synced: 2024-11-02T14:42:36.748Z (about 2 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
![856771_668224053197841_1943699009_o](https://user-images.githubusercontent.com/40190772/45338368-1ad54200-b58d-11e8-8d7c-ff4f08548564.png)
![hackerrank rank](https://user-images.githubusercontent.com/40190772/51068174-02506380-1623-11e9-8155-c318fb9c8f31.PNG)| 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|