Hypothesis Test for the Mean57. Let’s do a hypothesis test on a single population. Either we either know the population variance or […] April 15, 2024 in Statistics tagged MEAN / test / statistics / hypothesis / Statistics Hypothesis by Mike
StandardizationEvery distribution can be standardized. How we can obtain a standard normal distribution from any normally distributed data […] April 15, 2024 in Statistics tagged standard / standardization / Inferential Statistics by Mike
CI FormulasThere are two formulas we use when we are computing the confidence interval. One is used when we […] April 15, 2024 in Statistics tagged formula / interval / confidence / Statistics Confidence Intervals by Mike
Standard ErrorSeries of Posts This series of post is called inferential statistics and is meant as a brief introduction […] April 14, 2024 in Statistics tagged MEAN / sample / standard / variance / deviation / error / Inferential Statistics by Mike
Visualizing DataVisualizing data is the most intuitive way to interpret it, so it’s an invaluable skill. It is much […] April 13, 2024 in Statistics tagged data / visualization / variable / chart / bar / graph / Statistics by Mike
The Classification of DataAre you starting out in your exploration of what it is like to be a data professional? This […] April 13, 2024 in Statistics tagged qualitative / data / Quantitative / categorical / Statistics by Mike
Interquartile Range (IQR)The middle 50% of your data is called the interquartile range, or IQR. The interquartile range is the […] March 27, 2024 in Statistics tagged range / quartile / median / irq / Statistics by Mike
Bayes’ Theorem IntroductionBayes’ Theorem is an important concept in Data Science. It is widely used in Machine Learning as a […] October 18, 2023 in Statistics tagged spam / formula / theorem / probability / Bayes / Probability by Mike
Measures of PositionMeasures of position let you determine the position of a value in relation to other values in a […] October 12, 2023 in Statistics tagged percentile / quartile / position / median / statistics / Statistics by Mike
Multiple Linear Regression for PenguinsIn this post I will use Python to perform a multiple linear regression (MLR) analysis. The data will […] October 11, 2023 in Statistics tagged multiple / linear / regression / ols / penguins / Multiple Linear Regression by Mike
Simple Linear RegressionWhat is regression? A very common statistics question is whether or not one variable is associated with another […] October 11, 2023 in Statistics tagged simple / linear / regression / Linear Regression by Mike
Multiple Linear Regression IntroductionMultiple linear regression allows us to have many independent variables that are associated with one continuous dependent variable […] October 10, 2023 in Statistics tagged multiple / linear / regression / Multiple Linear Regression by Mike