
Welcome students to the course, outlining nine sections and an Excel workbook with multiple tabs to practice statistics concepts, and remember to pause, rewind, and ask questions for clarification.
Explore probability concepts through examples, including relative frequency, probability, and distributions; simulate coin tosses in excel, compare discrete and continuous distributions, and compute expected value for carnival and casino games.
Explore how relative frequency converges to probability as trials grow, using a coin toss example and an Excel simulation with rand and countif to show results.
All excel used in this course is available for download. Please refer below link to understand how to download them
https://support.udemy.com/hc/en-us/articles/229604708-Downloading-Supplemental-Resources
Explore how a single die has equal probability for each face. Understand how two dice produce 36 outcomes, sums from two to twelve, with seven being most probable.
Define probability distribution as listing all outcomes with their probabilities, and distinguish discrete from continuous distributions with examples like two dice and call drop percentages.
Explore the concept of expectation and expected value using a dice example, showing how the average of many trials approaches 3.5, even though 3.5 cannot occur in a single roll.
Compute the expected value of a roulette bet on a 38-slot wheel with 18 red, 18 black, 2 green, a $1 stake, and a $2 payout, revealing the house edge.
Examine central tendency, including mean, median, and mode, with arithmetic concepts, plus Excel calculations; and explore dispersion, such as range, variance, standard deviation, coefficient of variation, and z scores.
Learn how to compute the arithmetic mean, the most used measure of central tendency, using ungrouped and grouped data, with step-by-step Excel examples and the average function.
Highlight the advantages and disadvantages of the arithmetic mean as a central measure. It captures information from all observations yet is sensitive to extreme values and open-ended classes.
Learn geometric mean to measure multiplicative growth, shown via a venture capital reinvestment example, calculated as the nth root of the product and applicable to inflation and compound interest.
Calculate the weighted mean by multiplying each labour type's hours by its rate and summing the costs. Divide by the total hours to obtain the average cost per hour.
Identify the median as the middle value in a sorted list. For odd observations, it's the (n+1)/2 item; for even, it's the average of the n/2 and n/2+1 items.
Learn how the median resists extreme values and outliers, its limitations as a central value, and how sorting and comparing with mean help detect outliers.
The range equals maximum minus minimum, offering an easy measure of spread, but it ignores variance among data points and is highly sensitive to outliers, making it an imperfect representation.
Learn to compute variance and standard deviation from data: subtract the mean, square deviations, sum, divide by n or n-1, then take the square root, with Excel stdev.s examples.
The lecture explains that the sum of squared distances from observations is minimized at the mean, and a constant prediction based on the mean minimizes squared error across all observations.
Compute the coefficient of variation by dividing the standard deviation by the mean to compare variability across units, and use z statistics to standardize observations.
Explore two practical exercises to calculate central tendencies and dispersion using Excel, including mean, median, and arithmetic mean from data and ranges, with an answer sheet for verification.
Explore normal distribution and the central limit theorem, their detailed properties, and how data take their shape, using Excel simulations to verify concepts.
Learn how frequency distribution converts decimals into integer categories (0–99) using floor, counts each category, and uses a chart to reveal a uniform distribution.
Understand the normal distribution as a bell-shaped, symmetric curve where mean, median, and mode coincide. Standardize to z-scores to reveal 68.27% within one sd, 95.45% within two, 99.73% within three.
Normal distribution appears in nature as a bell-shaped curve, symmetric around the mean with most data near the center and fewer at the extremes.
Both the files are same. If by chance you are not able to use .xlsm file, please use .xlsx file and save that to .xlsm file as per the instruction given in the worksheet.
Explore sampling statistics through examples of sample mean, median, variance, and standard deviation, and learn how these estimates relate to population parameters and percentiles.
the lecture shows the average of sample means equals the population mean and the standard deviation of sample means is sigma divided by sqrt(n), illustrating the central limit theorem.
Explore how sampling distributions of proportions behave like a normal curve as you take larger samples, using coin toss examples, and learn the standard deviation formula sqrt(p(1-p)/n) for proportion estimates.
Explains the sampling distributions of means and proportions for iid data, showing that the mean of sample means equals the population mean while standard deviations follow sd/sqrt(n) and sqrt(p(1-p)/n).
Learn to use estimation to infer population parameters from sample data, employing point estimates and interval estimates for means and proportions under the central limit theorem.
See how sample proportions follow a normal distribution and lead to a confidence interval. Using two standard deviations around the sample proportion, estimate the population proportion with 95 percent.
Explore confidence intervals with formal definitions and a quick table for large samples, using x-bar and sample proportion to estimate standard deviations and form interval estimates for means and proportions.
Compute a 95% confidence interval for the sample proportion, p-hat = 0.55, from 200 students, as an estimate of the population parameter, using the standard error and 1.96 multiplier.
The lecture explains constructing a confidence interval for the mean using the standard error sigma-hat over sqrt(n), rooted in the central limit theorem, with an Excel-based demonstration.
Compute the standard deviation of the sample mean by dividing the sample standard deviation by the square root of n, then form the confidence interval using z-values.
Demonstrates the t-distribution with an Excel-based simulation, compares it to the normal distribution, and teaches degrees of freedom and reading the t-table for confidence intervals.
Calculate a confidence interval for a small sample using a t-table with 9 degrees of freedom; for mean 11400 and sd 700, n=10, the 95% interval is 10899 to 11901.
Explore the criteria of a good estimator—unbiased, efficient, and consistent—using the sample mean to estimate population parameters and the impact of sample size on standard deviation.
Explore a business hypothesis testing example using copper wire diameter data to illustrate mean, standard deviation, normal distribution, and probability distributions, with Excel demonstrations.
Explain how to use a sample mean and a 99 percent threshold to verify a 4 mm wire claim, and determine when to reject an entire container.
Define null and alternate hypotheses and use sample data to verify population parameters through hypothesis testing, highlighting significance level, critical values, critical and acceptance regions with a diameter example.
Explore the steps of hypothesis testing with a 100-sample example, including null and alternative hypotheses, the sample mean as test statistic, the central limit theorem, and a 0.01 significance level.
Define Type I and II errors and the power of a test, then illustrate with a supplier risk example and central limit theorem using sample means.
Explore Type I and Type II errors, their trade-off, and how increasing sample size boosts test power using the normdist approach and predefined alpha levels.
Learn how to compute p-values for one-tailed and two-tailed tests from a cricket ball example, including Excel calculations and using the null hypothesis for hypothesis testing.
Demonstrates large sample and small sample hypothesis tests for mean and proportion using football diameter and coin bias examples, with an Excel workbook and step-by-step guidance.
Learn to select the correct statistic for hypothesis tests using a practical table, including z-tests, t-tests, one-sample proportion tests, and a medicine example.
Explore simple linear regression with an intuitive example, derive the ordinary least squares equation, and use Excel to estimate slope, correlation coefficient, and coefficient of determination.
Apply the ordinary least squares method to estimate y = a + b x by minimizing squared errors; a = ȳ − b x̄ and b = Σ(X−x̄)(Y−ȳ)/Σ(X−x̄)².
Learn how the ordinary least squares method creates the regression line and uses R-squared, the coefficient of determination, to measure the strength of linear relationships.
Learn Pearson's r, the correlation coefficient that quantifies the strength and direction of a linear relationship, with values from -1 to 1 and stronger relationships near the extremes.
Learn to perform linear regression using the Excel data analysis procedure, then manually calculate and validate the regression coefficient, intercept, slope, R, and R-square with residuals.
Explore categorical data analysis, describe two-way relationships between variables using the chi-square statistic, its formula and degrees of freedom, and apply Excel's chi-square test of independence.
Identify and classify data as categorical, contrasting text-based categories such as state, gender, and country, with coded numeric categories like income group and age group, to learn proper data treatment.
Explore the chi-square statistic for independence, comparing observed and expected counts in contingency tables to assess how gender, region, or education influence exam success rates.
Explore the chi-square statistic by analyzing observed minus expected squared over expected, noting how squaring magnifies deviations and makes them positive, with applications to contingency tables and degrees of freedom.
Explore degree of freedom in contingency tables and its role in chi-square significance. Learn the formula df = (R-1)(C-1) and how to compare chi-square to critical values.
Learn how to perform a chi-square test in Excel, compare p-values across degrees of freedom, compute observed and expected counts, and identify which variable more strongly predicts the outcome.
Explore scenarios for one-way ANOVA across distinct groups, comparing means of scores, mileage, and bacteria counts to determine if group differences are due to treatment rather than chance.
Explore the design of ANOVA for comparing more than two group means with a categorical independent variable and dependent variable, including within and between variance and null and alternative hypotheses.
Explore the assumptions of ANOVA, including zero-mean errors, equal variances, and independence, and learn to check normality with histograms and Q-Q plots, plus a 2:1 variance rule.
Compute between sample variance by weighting each group's mean deviation from the grand mean with its sample size, then divide by the number of groups minus one, as shown in Excel.
Learn to calculate within-sample variance across multiple groups, weighting each variance by n_i−1, and obtain the pooled estimate of population variance with degrees of freedom N−k.
Analyze how samples from different populations affect variance: within-sample variance stays similar while between-sample variance grows when one sample is very different, yielding large f-statistics and supporting the alternate hypothesis.
Learn to run one-way ANOVA in Excel using the data analysis toolpak. The method computes between and within variances, F-statistics, and p-values, with clear interpretation at the 5 percent level.
Explore when to use non-parametric tests with ordinal data, ranks, and distribution-free assumptions, including real-life surveys and rank comparisons in physics and maths.
Understand the difference between monotony and linearity, and how monotonic versus linear relationships affect regression and non-parametric methods, with examples like y = a + b x.
Non-parametric methods offer distribution-free analysis for ordinal and nominal data with simple calculations and robustness, but they trade off lower power and larger sample needs.
Learn the Mann Whitney U test, a non-parametric rank-sum method to compare two independent samples and test if they come from the same population, using rank sums and U statistic.
Learn the Kruskal-Wallis H test for three independent samples, without distribution assumptions, using rank sums and a chi-square comparison, shown with video tutorials, study groups, and classroom training.
Explain Spearman's rank correlation for ordinal data, measuring rank association strength and direction. Demonstrate with aptitude versus final exam ranks to compute rho and identify strong or perfect correlations.
Finish by highlighting mastery of statistics basics, p-values, and type i and type ii errors, while inviting feedback and pointing to related courses like logistic regression and cluster analysis.
Most of the students of MBA (Master of business administration program) / machine learning program / computer science program hate the introductory statistics / business statistics course. The reason is that most of the instructor explain the concept in such a way that students are hardly able to relate to concept with real life situation. Hence the course becomes a nightmare for students and they look forward for just completion of semester to get rid of the same.
That's why this course has been prepared through simulation and real life examples.
This course covers the entire syllabus of most of the business statistics / introductory statistics course of MBA (Master of Business administration) program. The explanations are so simple and intuitive that you will learn statistics for life and will love the subject.
I recommend you to explore the course.
What is the course about?
This course promises that students will
Learn the statistics in a simple and interesting way
Know the business scenarios, where it is applied
See the demonstration of important concepts (simulations) in MS Excel
Practice it in MS Excel to cement the learning
Get confidence to answer questions on statistics
Be ready to do more advance course like logistic regression etc.
Course Material
The course comprises of primarily video lectures.
All Excel file used in the course are available for download.
The complete content of the course is available to download in PDF format.
How long the course should take?
It should take approximately 25 hours for good grasp on the subject.
Why take the course
To understand statistics with ease
Get crystal clear understanding of applicability
Understand the subject with the context
See the simulation before learning the theory