http://mathworld.wolfram.c
?
I'm not completely clear..
could you elaborate on your example? N*d....
Main Topics
Browse All TopicsHello,
I want to know what the value is for N, where N = the Normal distribution function.
Basically, in an example I have, when calculating a value in the formula N * d, I calculate d which is a long formula and I derive the value, the example in the book doesn't show me how it got N to give N * d, it just gives me the answer of the product. I can simply divide to derive the value of N but I just want to be able to see its value on its own or in a different context.
Can somebody tell me what the value of N is and if possible the formula for it.
Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
http://mathworld.wolfram.c
?
I'm not completely clear..
could you elaborate on your example? N*d....
If I remember correctly, the width of the normal distribution curve is basically controlled by the standard deviation d. In other words: Doubling d will double the width of the curve. Note that this does NOT imply that the value of N (the probability) would be doubled.
Assume
N(m = 0, x = 0, d=1) = 0.5
/* average m = 0, std dev. d = 1, value x = 0, probability that a value is smaller than x=0 is N=0.5 */
N(m = 0, x = 1, d=1) = 0.84
/* probability that any value is smaller than x=1 is N=0.84 */
Some results:
N(m = 0, x = 2, d = 1) = 0.98
N(m = 0, x = 1, d = 0,5) = 0.98
/* if the std. dev. is divided by 2 then x also must be divided by 2 in order for the probabilities to stay the same */
N(m = 0, x = 1, d = 2) = 0.69
N(m = 0, x = 0.5, d = 1) = 0.69
/* if x is divided by 2 then the std. dev. also must be divided by 2 in order for the probabilities to stay the same */
HTH, J
Business Accounts
Answer for Membership
by: InteractiveMindPosted on 2006-09-08 at 11:11:12ID: 17481844
You mean N, as in X~N(mu, s²) ?
om/images/ equations/ NormalDist ribution/e quation3.g if
That's just a notation, saying that the set X is normally distributed (with those parameters).
I imagine that you're thinking of the Normal distribution function, 'capital phi':
http://mathworld.wolfram.c
(which cannot be solved)