The Sampling Distribution of the Sample Mean

preview_player
Показать описание
I discuss the sampling distribution of the sample mean, and work through an example of a probability calculation. (I only briefly mention the central limit theorem here, but discuss it in more detail in another video).

The mean and standard deviation of the amount of protein in a quarter pound patty of lean beef was found in the USDA nutrient database at:

For those using R, here is the R code to find the values in the examples:

The probability a randomly selected patty has at least 23.0 grams of protein (mu = 21.4, sigma = 1.9):
1-pnorm(23.0,21.4,1.9)
[1] 0.1998645
or, if we standardize:
1-pnorm((23.0-21.4)/1.9)
[1] 0.1998645

The probability that the mean of 4 randomly selected patties is at least 23.0 grams of protein (sampling from a normal distribution with mu = 21.4, sigma = 1.9):
1-pnorm(23.0,21.4,1.9/sqrt(4))
[1] 0.04607049
or, if we standardize:
1-pnorm((23.0-21.4)/(1.9/sqrt(4)))
[1] 0.04607049
Рекомендации по теме
Комментарии
Автор

thank god for these videos. I learned in 12 min what I didnt understand in 2 days worth of class

emem
Автор

best stats tutor on the internet . Well done !

Explorer
Автор

Thanks, I'm glad you like my videos.

Thanks for the suggestions. Gamma, Weibull, and lognormal are definitely somewhere on the horizon, but it will be a little while before I can get to them. (I've got a number of other videos lined up right now.) Cheers.

jbstatistics
Автор

My friend, I want to thank you a lot! for posting this videos. You are an excellent professor and communicator!
My statistics profesor is the worse... I can't understand anything at all in class.. I don't even know why it is so expensive to pay for her class 4, 500 a semester when all she does is talking and drawing numbers and we are all like 0_o ...
Anyway, I really just wanted to thank you a lot for your help. This is my last semester as an undergrad and without these videos I don't think I could pass this subject and graduate.
Thank you Thank you Thank you!

dasgomezkanal
Автор

CAN I JUST SAY THAT YOUR TUTORIALS ARE THE BEST AND EASIEST TO UNDERSTAND OUT THERE

rien
Автор

your videos are really useful, easy to understand rather than reading my lecture notes.
especially the sampling distribution series, it helps me a lot. moreover, you have a clear voice, unlike the others. THANK YOU VERY

hugocpl
Автор

These are by far the best statistics videos on youtube! Thanks to you i now feel that i should be able to pass my stats exam. Thank you so much! Please keep up the good work!

os
Автор

Those are simply the best explanations!
I'll watch all your videos.

alexandra-stefaniamoloiu
Автор

Thank you thank you thank you. My online university provides a link to your videos and I have been using them since the beginning of my stats course. I would be lost without them!

catgarcia
Автор

Very informative, crisp and clear.. Watched other videos but understood very well from your videos the concepts well. Thank you.

radhikamamidi
Автор

I love your videos! They're so informative and direct to the point! Plus, your voice is very clear and understandable! Thank you! +1 subscribe! :)

WRONGTURN
Автор

I really like your way in explaining its very simple and understandable.

I hope that you create a video tutorial for Gamma, Weibull and Lognormal distributions because I didn't find any good video tutorials for these concepts.

Thanks in advance =)

hessaa
Автор

Awesome video. This provided great help for my upcoming stats exam!

physiciansmind
Автор

Hey man what if thre are 2 given sample mean like between 445 and 485?

chumpapii
Автор

this is the video that made everything make sense in my head

leahhall
Автор

My teacher never teaches in class so i'm forced to scour the internet and search for problems similar to the work he gives out to help me understand it better. After watching this video, I still am at a lost for what to do

superkamiguru
Автор

how did he get from 0.8 to 0.2 in the first example

ItsASoccerTing
Автор

I have one doubt, x' mean is equal to population mean when we take mean of the sampling means otherwise not ? but your told that only one sample mean is equal to the population mean how tell me ?

jeeruajay
Автор

Thanks for the videos! Like another commenter, I can't seem to figure out how you got 0.200 at the time mark of 7:20 in your video.

katieandrews
Автор

@8:39 why do we choose the middle data? We have to draw a sample of size 4 so we can take four values from the left or right as well? And will the mean will be the same as 21.4 for all samples we draw from this distribution?

letseconomics
join shbcf.ru