Intro to Confidence Intervals for One Mean (Sigma Known) @jbstatistics
Intro to Confidence Intervals for One Mean (Sigma Known)  @jbstatistics
Uploaded April 2013 | Updated September 2026, 1 hour ago
An introduction to confidence intervals for the population mean mu. These methods are appropriate when we are sampling from a normally distributed population, where the population standard deviation sigma is known. When the population standard deviation is not known, as is usually the case, we need to use a slightly different method (a method based on the t distribution).

The 2D:4D ratio data (from the right hand) is simulated data with the same summary statistics as found in:

Stevenson et al. (2007). Attention Deficit/Hyperactivity Disorder (ADHD) Symptoms and Digit Ratios in a College Sample. American Journal of Human Biology. 19:41-50.


For those that use R, here is the R code to find the values given in the video:

To find the value of a standard normal random variable that has an area of 0.025 to the left,
qnorm(.025)
[1] -1.959964

To find the value of a standard normal random variable that has an area of 0.025 to the right,
qnorm(.975)
[1] 1.959964

To find the value of a standard normal random variable that has an area of 0.05 to the left,
qnorm(.05)
[1] -1.644854

To find the value of a standard normal random variable that has an area of 0.05 to the right,
qnorm(.95)
[1] 1.644854
Intro to Confidence Intervals for One Mean (Sigma Known)Introduction to Simple Linear RegressionChi-square Tests of Independence (Chi-square Tests for Two-Way Tables)An Introduction to the Hypergeometric DistributionDe Morgans Laws (in a probability context)Introduction to Simple Linear Regression (Old, fast version)Inference for a Proportion: An Example of a Confidence Interval and a Hypothesis TestInference for Two Proportions: An ExampleConfidence Intervals for One Mean: Interpreting the IntervalMeasures of Central TendencyWhat Factors Affect the Margin of Error? (In a Confidence Interval for One Mean)Pooled-Variance t Tests and Confidence Intervals: Introduction
jbstatistics |

Intro to Confidence Intervals for One Mean (Sigma Known)

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER