QUOTE(UserU @ Dec 10 2013, 03:19 PM)
Hi mumeichan, thank you for the explanation, but I still have some doubts.
I'm not a CFA candidate, just a student taking up Introduction to Statistics so go easy on me.
First, you mentioned that the probability of 0 doesn't mean its impossible. Are you implying that values such as 0.0001 or <0.001 are still rounded off as zero?
An example here interprets the probability of zero as an impossible event; not studying maths in school.
Second, based on your reply to Blofeld's question:
Say, I've used SAS for lab exercises but if I'm answering questions in an exam, I would still have to double the p-value for two-tailed tests? From the attachment below, I can also use either
p-value*2 against 0.05 or
p-value against 0.025?
[attachmentid=3762208]
1. For a continuous distribution, there are an infinite number of possible-event/values within a range. Hence a probability is defined as the integral of f(x) from a to b, with f(x) being your probability density function.
So you might ask what is the probability of one point, say 'a'? a could be 3.35246 for example.
We apply the definition, which in integral from a to a of f(x). What is that? It is F(a)+C -F(a) +C = 0. If you look at it, as b approaches a from the right, the integral from a to b gets closer and closer to 0.
Another way is to use another definition of probability which is (number of outcomes of interest)/(total number of possible outcomes)
You will get 1/infinity, which you can analyze by doing 1/b as b->inf. You will see that it approaches 0.
Now while the probability is 0, it is not that 3.35246 is not a possible event, it's just very unlikely you will pick that exact number in a random selection.
An impossible event will have a probability of 0, but a probability of 0 does not imply an impossible event.
Same goes with a probability of 1. It doesn't mean it will happen definitely. Let's prove it.
What is the probability of NOT selecting 3.35246? It will be 1-Pr(selecting 3.35246). Which is 1-0=1
But we do know it is possible to select 3.35246, thus even though the probability is 1, it's not guaranteed.
Like all statistical construct, the meaning and value of any 'statistic' merely rest upon it's definition and intended usage.2. I hope you really read my long explanation.
p-value is NOT the probability of an event. p-value is what what you use to compare against the alpha value.
When you look up your normal/z-score table, please read everything on the page and see that it is defined as P(Z<z). Same goes with the question, see if they are giving you the p-value or the probability in the form of P(X<some number)
This post has been edited by mumeichan: Dec 10 2013, 11:15 PM