1. Difference between Statistical and Probabilistic Domain
2. DIfference between Sample and Population
3. Deterministic and Stochastic variable
4. Random Variable: Qualitative and Quantitative
5. Statistical Domain
5.1 Understanding beauty of Statistics
5.2 Different Statistics of sample data of Quantitative Random Variable
5.3 Frequency and Relative Frequency
5.4 Frequency and Relative Frequency Distribution of Random Variables
5.5 First,Second and Third Quartile of a sample of data
5.6 Percentile
5.7 Coded all above for better Understanding in Python #links
6. Probabilistic Domain
6.1 Mathematical meaning of Probability (Limiting case of relative frequency)
6.2 Conditional Probability
6.3 Events (dependent, independent, mutually exclusive)
6.4 Types of Quantitative Random Variables: Continuous and Discrete
6.5 Univariate Probability Distributions
6.6 Individual Univariate PDF
6.7 Some Continuous Random Variable Probability Distributions:Normal,Standard Normal,Rayleigh
6.8 Cumulative Probability and the Distribution Functions
6.9 Z-score in Standard Normal Probability Distribution
6.10 Multivariate Probability Distributions
6.11 Different Multivariate Joint Probability Distributions
6.12 Joint Multivariate Normal Probability Distribution
6.13 Joint Multivariate Normal Probability Distribution Function
6.14 Coded all above for better Understanding in Python #links
7. Frequentist Inferential Statistics
7.1 Sampling Distribution and CLT
7.2 Python code for Sampling Distribution and CLT #links
7.3 First, Second, Third and Fourth order moments, Skewness and Kurtosis of Distributions.
7.4 Likelihood Functions
7.5 Point Estimation Of Population Parameters.
7.6 Confidence Interval Estimation of Population Parameters
7.7 Large Sample Hypothesis Testing for means of one and two populations
7.8 Student-t Distribution
7.9 Small Sample Hypothesis Testing for means of one and two populations
7.10 Chi-Square Distribution
7.11 Small Sample Hypothesis Testing for variance of one population
7.12 F Distribution
7.13 Small Sample Hypothesis Testing for variance of two populations
7.14 ANOVA : Small Sample Hypothesis Testing for variance of multiple populations
7.15 Code of above tests #links
7.16 Pearson Correlation Analysis
7.17 Pearson's Chi-Square statistic for analysis of categorical data
7.18 Non-Parametric Inferential statistics
7.18.1 Frequentist Inferential Statistics for Qualitative Data
7.18.2 Converting Qualitative data into rank
7.18.3 Wilcoxon Rank Sum Test
7.18.4 Wilcoxon Rank Sum Test for a paired experiment
7.18.5 Kruskal Wallis H-test for completely Randomized Design
7.18.6 Friedman Rank Test for Randomized Block Design
7.18.7 Rank Correlation Coefficient
7.18.8 Codes for above #links
8. Bayesian Inferential Statistics
8.1 Bayes Theorem
8.2 Prior and Posterior Probability
8.3 Different interpretations of Bayes Theorem
8.4 Application of Bayes Theorem