Normal Distrib Probability: P(X>130)

In summary: In that case, the answer is actually P(X>130) = 1 − Φ( (130 − µ)/σ ), where Φ is the normal distribution.
  • #1
gummz
32
2

Homework Statement


Find P(X>130) where
P(X > 130) = 1 − Φ( (130 − µ)/σ )

Homework Equations


Φ is the normal distribution density function:
http://en.wikipedia.org/wiki/Normal_distribution

The Attempt at a Solution


This is pretty simple to use in R if one knew how to. I get a ghastly incorrect answer. Dividing the number of items above 130 by the total number of items yields 0.022, and the above yields something like 0.4e-5 if I use the mean and stdev from the data set. So, what µ and σ are they? They can't be the ones from the data set.
 
Last edited:
Physics news on Phys.org
  • #2
Your Phi should be the cumulative (CDF) function for the normal. What is your mean and stdev for this set?
 
  • #3
Mean: 54.51222
Stddev: 19.16929
 
  • #4
You wrote that 22% of your data points were above 130. That does not jive with the mean and stdev you posted.
130 is is 4 standard deviations above your stated mean. There is a very low statistical probability that those data came from a set with the mean and stdev you gave.
Where did those numbers come from? You clearly could not have calculated the mean and stdev from the same data set that has 22% above 130.
 
  • #5
Oh, sorry I meant 0.022
 
  • #6
,022 of data points above implies that should be about 2 stdevs above the mean. My question is, did you calculate the mean and stdev from this data set or were they given to you? If you calculated them, double check your work. If they were given, then go with your initial answer since observed data have nothing to do with probability based on a given mean and stdev.
 
  • #7
I was not given the values, I calculated them in R with the data set I was given.
 
  • #8
It feels like your stdev is about 1/2 of what it should be based on what you are saying. Can you verify the calculation in R?
 
  • #9
To the best of my ability yes, I just call the sd(x) and mean(x) functions in R
 
  • #10
Is there anything odd about your settings for the functions? mean can be set to trim off extreme values, both functions may have other settings available.

It seems odd to me. The numbers you have for the probability given that mean and stdev are right, and don't match with the observed data, unless there is some skewness in the data that would break the normal assumption in the tails.
In that case, sometimes a lognormal distribution clears it up.
 
  • #11
I think I've figured it out, much like what you suggested. The sample was intentionally very inaccurate in one place (where it mattered for this exact question, but didn't matter that much as for the correlation to the normal distribution) to emphasize the effect of chance on random selection. Both the logarithmic and "regular" forms of the normal distribution gave the exact same value for P(X>130), which is very different from the answer given by calculating the ratio of X>130 within the data set because of the small sample size which skewed things quite a bit.

I think this is it at least.
 
  • #12
That makes sense. Normally, if you are making inferences about a data set, it is best to rely on empirical data, like the ratio you did. However, this question seems to be asking you what the normal probability of a set of observations is -- after assuming that your mean and stdev are correct.
 

Related to Normal Distrib Probability: P(X>130)

1. What is a normal distribution?

A normal distribution is a type of probability distribution that is commonly used in statistics to describe and analyze data. It is characterized by a bell-shaped curve, with the majority of data points falling near the mean and fewer points further away from the mean.

2. What does P(X>130) mean in a normal distribution?

P(X>130) refers to the probability that a randomly selected data point from a normal distribution will have a value greater than 130. This can also be interpreted as the area under the curve to the right of the value 130.

3. How is P(X>130) calculated?

To calculate P(X>130) in a normal distribution, you would first find the z-score for 130 by subtracting the mean from 130 and dividing the result by the standard deviation. Then, you can use a z-score table or a calculator to find the corresponding probability. Alternatively, you can use a statistical software such as Excel or R to calculate this probability.

4. Can the probability be greater than 1 in a normal distribution?

No, the probability cannot be greater than 1 in a normal distribution. The total area under the curve represents the total probability, and it cannot exceed 1. If the calculated probability is greater than 1, it indicates an error in the calculation.

5. How can normal distribution be used in real life?

Normal distribution is commonly used in various fields, including finance, psychology, and natural sciences. It can be used to model and analyze data such as test scores, stock prices, and physical measurements. It can also be used to make predictions and estimate probabilities in real-life scenarios.

Similar threads

  • Calculus and Beyond Homework Help
Replies
4
Views
896
  • Calculus and Beyond Homework Help
Replies
8
Views
3K
  • Calculus and Beyond Homework Help
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
781
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
  • Calculus and Beyond Homework Help
Replies
8
Views
3K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
Back
Top