
Explore how statistics use population and sample to infer data, compare mean estimates, and apply probability and non-probability sampling, including simple random, systematic, stratified, and cluster methods.
Explore descriptive statistics and measures of central tendency, including mean, median, and mode, and learn how outliers affect the mean and why median is more robust in biostatistics.
Explore how measures of variability, including variance, standard deviation, and interquartile range, reveal data spread through quartiles and box plots, and identify outliers.
Explore distributions from normal to skewed, learn central tendency measures, kurtosis, and correlation concepts, and apply them to data science with practical examples.
Practice descriptive statistics with hands-on questions, calculating mean, median, mode, min, max, range, standard deviation, and variance by hand and in Python, including histograms, frequency, and class-interval analyses.
Explore inferential statistics that generalize from samples to populations. Learn point and interval estimation, hypothesis testing, and the limits of drawing causal conclusions from data.
Explore qualitative and quantitative variable types, including discrete and continuous values, plus nominal, ordinal, interval, and ratio scales, with key concepts like sample size, x-bar, mu, and standard deviations.
Understand the central limit theorem: sample means form a near-normal distribution, with mean near the population mean and standard error equal to the population standard deviation divided by sqrt(n).
Master z-score concepts, including the standard score, mean and standard deviation, and using the z-table to find probabilities in a normal distribution; standardize data with (x−μ)/σ.
Learn how confidence intervals quantify the probability that a population parameter lies between two values, with symmetry about the mean and margins of error that depend on sample size.
derive 95% confidence intervals for the mean from the sample mean, s, and n; margin of error is z s over sqrt(n); higher level widens, larger n tightens.
Hypothesis testing introduces null and alternate hypotheses, significance levels, and test statistics, using samples to infer population parameters and prepare to learn about z-test and t-test.
Explore how z and t tests use p values to determine if sample means differ significantly from a population mean, guided by alpha and critical regions.
Explore hypothesis testing by distinguishing type I and type II errors, and learn how p-values and alpha define statistical significance for rejecting or accepting the null hypothesis.
Learn the one-sample, independent, and paired t tests, when to use t tests over z tests, their assumptions, and how to interpret t values with the t table.
Learn chi-square tests of goodness of fit and independence using data to compare observed and expected counts, with p-values and examples like m&m colors, dice outcomes, and zodiac signs.
Learn the chi square test for independence, assessing whether two categorical variables relate, with steps for hypothesis, degrees of freedom, expected counts, and interpretation using gender and voting preferences.
ANOVA tests multiple populations at once, using the F statistic to determine if any mean differs, and explains null and alternative hypotheses and related sum of squared error and treatment.
Explore how to interpret correlation coefficients and select the right inferential tests for categorical and continuous data, using examples of income, age, exercise, and health.
Explore graphpad's calculators for categorical and continuous data, performing chi-square tests, t tests, and ANOVA post test, with descriptive statistics, outlier detection, and p value calculations and a confidence interval.
Learn to apply z-score methods in Python to solve inferential and descriptive statistics problems, using mean and standard deviation, CDF and PPF to find areas and thresholds in normal distributions.
Explore t-tests in data science by applying one-sample, independent, and paired t-tests, along with confidence intervals and the central limit theorem, using Python examples.
Apply chi square goodness-of-fit and chi square tests of independence to compare observed and expected counts and interpret p-values; also cover one-way ANOVA and covariance and correlation.
Explore a house prices dataset with numpy, pandas, and matplotlib; inspect shape and columns, describe statistics, and compare neighborhoods using z-tests, t-tests, chi-square, and anova.
Explores the city payroll dataset case study, cleaning dollar-formatted figures, describing numeric columns, and applying t-tests and one-way ANOVA to compare salaries across years and job titles.
Data Science and Analytics is a highly rewarding career that allows you to solve some of the world’s most interesting problems and Statistics the base for all the analysis and Machine Learning models. This makes statistics a necessary part of the learning curve. Analytics without Statistics is baseless and can anytime go in the wrong direction.
For a majority of Analytics professionals and Beginners, Statistics comes as the most intimidating, doubtful topic, which is the reason why we have created this course for those looking forward to learn Statistics and apply various statistical methods for analysis with the most elaborate explanations and examples!
This course is made to give you all the required knowledge at the beginning of your journey, so that you don’t have to go back and look at the topics again at any other place. This course is the ultimate destination with all the knowledge, tips and trick you would require to start your career.
This course provides Full-fledged knowledge of Statistics, we cover it all.
Our exotic journey will include the concepts of:
1. What’s and Why’s of Statistics – Understanding the need for Statistics, difference between Population and Samples, various Sampling Techniques.
2. Descriptive Statistics will include the Measures Of central tendency - Mean, Median, Mode and the Measures of Variability - Variance, SD, IQR, Bessel’s Correction
3. Further you will learn about the Shapes Of distribution - Bell Curve, Kurtosis, Skewness.
4. You will learn about various types of variables, their interactions like Correlation, Covariance, Collinearity, Multicollinearity, feature creation and selection.
5. As part of Inferential statistics, you will learn various Estimation Techniques, Properties of Normal Curve, Central Limit Theorem calculation and representation of Z Score and Confidence Intervals.
6. In Hypothesis Testing you will learn how to formulate a Null Hypothesis and the corresponding Alternate Hypothesis.
7. You will learn how to choose and perform various hypothesis tests like Z – test, One Sample T Test, Independent T Test, Paired T Test, Chi Square – Goodness Of Fit, Chi-Square Test for Independence, ANOVA
8. In regression Analysis you will learn about end-to-end variable creation selection data transformation, model building and Evaluation process for both Linear and Logistic Regression.
9. In-depth explanation for Statistical Methods with all the real-life tips and tricks to give you an edge from someone who has just the introductory knowledge which is usually not provided in a beginner course.
10. All explanations provided in a simple language to make it easy to understand and work on in future.
11. Hands-on practice on more than 15 different Datasets to give you a quick start and learning advantage of working on different datasets and problems.