View on GitHub

hackerrank

HackerRank personal solutions

Tutorials

10 Days of Statistics

Name Preview Code Difficulty
Day 0: Mean, Median, and Mode Compute the mean, median, mode, and standard deviation. Python Easy
Day 0: Weighted Mean Compute the weighted mean. Python Easy
Day 1: Quartiles Calculate quartiles for an array of integers Python Easy
Day 1: Interquartile Range Calculate the interquartile range. Python Easy
Day 1: Standard Deviation Compute the standard deviation Python Easy
Day 2: Basic Probability Calculate the probability that two dice will have a maximum sum of 9. Python Easy
Day 2: More Dice Calculate the probability that two dice will roll two unique values having a sum of 6. Python Easy
Day 2: Compound Event Probability   Python Easy
Day 3: Conditional Probability Find the probability that both children are boys, given that one is a boy. text Easy
Day 3: Cards of the Same Suit Find the probability that 2 cards drawn from a deck (without replacement) are of the same suit. text Easy
Day 3: Drawing Marbles Find the probability that the second marble drawn is blue. text Easy
Day 4: Binomial Distribution I Problems based on basic statistical distributions. Python Easy
Day 4: Binomial Distribution II Problems based on basic statistical distributions. Python Easy
Day 4: Geometric Distribution I Problems based on basic statistical distributions. Python Easy
Day 4: Geometric Distribution II Problems based on basic statistical distributions. Python Easy
Day 5: Poisson Distribution I Basic problem on Poisson Distribution. Python Easy
Day 5: Poisson Distribution II Basic problem on Poisson Distribution. Python Easy
Day 5: Normal Distribution I Problems based on basic statistical distributions. Python Easy
Day 5: Normal Distribution II Problems based on basic statistical distributions. Python Easy
Day 6: The Central Limit Theorem I Basic problems on the Central Limit Theorem. Python Easy
Day 6: The Central Limit Theorem II Basic problems on the Central Limit Theorem. Python Easy
Day 6: The Central Limit Theorem III Basic problems on the Central Limit Theorem. Python Easy
Day 7: Pearson Correlation Coefficient I Computing Pearson correlation coefficient. Python Easy
Day 7: Spearman’s Rank Correlation Coefficient Computing Spearman’s rank correlation coefficient. Python Easy
Day 8: Least Square Regression Line Find the line of best fit. Python Easy
Day 8: Pearson Correlation Coefficient II Find the Pearson correlation coefficient text Medium
Day 9: Multiple Linear Regression Learn multiple linear regression Python Medium