You are not logged in.
Pages: 1
I was looking at these examples here:
Example 1:
Given a normal distribution of values for which the mean is 70 and the standard deviation is 4.5. Find:
a) the probability that a value is between 65 and 80, inclusive.
b) the probability that a value is less than 62.
1a:
-> The probability is 85.361%.1b:
-> The probability is 3.772%.
I'm kind of confused if nornamlcdf() is inclusive or exclusive. It seems to be inclusive in 1a. because the upperbound and lowerbound include 65 and 80. In 1b. it asks for values less than 62, so if the upper and lower bound are not inclusive than why is the upperbound 62 instead of 61?
Offline
hi jesjesjesjes
If a distribution is genuinely continuous then it doesn't matter whether you include the endpoints, since the probability of taking a single value is zero.
In a real life example we would generally know the accuracy to which a measurement has been taken. For example, if the numbers have been rounded to the nearest whole number then between 65 and 80 would be from 64.5 to 80.5. So context is everything here.
Sorry that doesn't really clear up your question.
What software are you using? Maybe this will help:
http://tibasicdev.wikidot.com/normalcdf
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Hi;
1a) and 1b) look like Ti-83 commands.
I am getting the same answer as you for 1a) and 1b).
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Pages: 1