-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2cb0bf
commit ce378cf
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
This pdf document contains concepts of statistics. | ||
The concepts includes: | ||
1. Gaussian/Normal Distribution | ||
2. Log Normal Distribution | ||
3. Variance and Covariance | ||
4. Central Limit Theorem | ||
5. Chebyshev's Inequality | ||
6. Pearson correlation coefficient | ||
7. Spearman's rank correlation coefficient | ||
8. InterQuartile Range | ||
9. Standardization vs Normalization | ||
10. Probablity Density Function | ||
11. Probablity Mass Function | ||
12. Cumulative Distributive Function | ||
13. Quantile-Quantile Plots | ||
14. Power law distribution | ||
15. Point Estimate | ||
16. Confidence Intervals | ||
17. Bootstrapping in confidence Intervals | ||
18. Hypothesis Testing | ||
19. Null Hypothesis and Alternate Hypothesis | ||
20. p-value and using bootstrapping to find the p-value. |