Can anyone help me with this question using MATLAB? I'm not sure which function to use.

1 回表示 (過去 30 日間)
Wright et al. (A-2) used the 1999-2000 National Health and Nutrition Examination Survey (NHANES) to estimate dietary intake of 10 key nutrients. One of these nutrients was calcium (mg). They found in all 60 years or older a mean daily calcium intake of 721 mg with a standard deviation of 454 mg. Using these values for the mean and standard deviation for the U.S. population, find the probability that a random sample of size 50 will have a mean:
1) Greater that 900 mg.
2) Between 650mg and 850 mg
3) If the sample size is 20, does it affect your assumption on the sampling distribution of the sample mean?

採用された回答

James Tursa
James Tursa 2016 年 10 月 11 日
Assuming the data is normally distributed, you could use the normcdf() function. You have to know how to calculate the mean and sd of a linear combination of variables (I assume you covered this in class?).
  2 件のコメント
Omar Abedalrahman
Omar Abedalrahman 2016 年 10 月 11 日
the mean and standard deviation is already given
James Tursa
James Tursa 2016 年 10 月 12 日
編集済み: Walter Roberson 2016 年 10 月 12 日
The mean and standard deviation of one random variable is given. You need to ask yourself the question: What is the mean and standard deviation of the average of 50 such variables? Of 20 such variables? Once you know that, then you can start to figure out the answers to the questions. Again, assuming the original distribution is normal, look at this link to get you started:
Or maybe this is an exercise in the Central Limit Theorem? Not clear from your post. In any event, you will be headed toward using normcdf(). Central Limit Theorem link:

サインインしてコメントする。

その他の回答 (1 件)

Star Strider
Star Strider 2016 年 10 月 11 日
You need to calculate the probability of the normal distribution exceeding those limtis. (For a population above about 30. the t-distributon approaches the normal distribution.)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by