Range of Data Values That Includes 95% of my Data
$begingroup$
For a math assignment, I am required to find the range of data values that would include 95% of my data.
My data is the wait time for a specific bus. I have gathered 20 pieces of data for this, where each number represents how late(+)/early(-)/on time(0) the bus is.
This is the organized data in ascending order: 0, 1, -4, 0, -3, 0, -4, -2, 0, 1, -1, 2, 0, -4, 5, -2, 0, 3, -3, 0.
The link attached down below is my normal distribution graph where I have listed the mean (-0.55), standard deviation(2.4), and the graph information.
What I think the range would be is (-5) - 4. I came to this conclusion by looking at the normal distribution graph above. Although I`m concerned about my answer.
normal-distribution standard-deviation means
$endgroup$
add a comment |
$begingroup$
For a math assignment, I am required to find the range of data values that would include 95% of my data.
My data is the wait time for a specific bus. I have gathered 20 pieces of data for this, where each number represents how late(+)/early(-)/on time(0) the bus is.
This is the organized data in ascending order: 0, 1, -4, 0, -3, 0, -4, -2, 0, 1, -1, 2, 0, -4, 5, -2, 0, 3, -3, 0.
The link attached down below is my normal distribution graph where I have listed the mean (-0.55), standard deviation(2.4), and the graph information.
What I think the range would be is (-5) - 4. I came to this conclusion by looking at the normal distribution graph above. Although I`m concerned about my answer.
normal-distribution standard-deviation means
$endgroup$
add a comment |
$begingroup$
For a math assignment, I am required to find the range of data values that would include 95% of my data.
My data is the wait time for a specific bus. I have gathered 20 pieces of data for this, where each number represents how late(+)/early(-)/on time(0) the bus is.
This is the organized data in ascending order: 0, 1, -4, 0, -3, 0, -4, -2, 0, 1, -1, 2, 0, -4, 5, -2, 0, 3, -3, 0.
The link attached down below is my normal distribution graph where I have listed the mean (-0.55), standard deviation(2.4), and the graph information.
What I think the range would be is (-5) - 4. I came to this conclusion by looking at the normal distribution graph above. Although I`m concerned about my answer.
normal-distribution standard-deviation means
$endgroup$
For a math assignment, I am required to find the range of data values that would include 95% of my data.
My data is the wait time for a specific bus. I have gathered 20 pieces of data for this, where each number represents how late(+)/early(-)/on time(0) the bus is.
This is the organized data in ascending order: 0, 1, -4, 0, -3, 0, -4, -2, 0, 1, -1, 2, 0, -4, 5, -2, 0, 3, -3, 0.
The link attached down below is my normal distribution graph where I have listed the mean (-0.55), standard deviation(2.4), and the graph information.
What I think the range would be is (-5) - 4. I came to this conclusion by looking at the normal distribution graph above. Although I`m concerned about my answer.
normal-distribution standard-deviation means
normal-distribution standard-deviation means
asked Jan 4 at 22:36
Yashvi ShahYashvi Shah
166
166
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If this data is normally distributed with $mu=-0.55$ and $sigma=2.4$ we can say that X, the wait time for a specific bus, is distributed as follows: $$Xsim N(-0.55,(2.4)^2)$$
For 95% of the data to be included we want $P(mu-a<X<mu+a)=0.95$. As the normal distribution is symmetrical we can simplify this to finding: $P(X>mu+a)=frac{1-0.95}{2}=0.025$ or similarly $P(X<mu-a)=0.025$. Using the Inverse Normal function (a website can be found here to do this) we find that $mu-a=-5.2539$, such that: $$a=mu+5.2539=-0.55+5.2539=4.7039$$
The range of data required is then $2cdot a =2cdot(4.7039)= 9.407$8 as the data ranges from $mu-a$ to $mu+a$.
$endgroup$
$begingroup$
So, 95% of my data falls between μ−a and μ+a, which is basically in between -5.2539 and 4.1539? Then this just proves that what I said in my question about the range of values being -5 and 4 is partly right...
$endgroup$
– Yashvi Shah
Jan 4 at 23:49
$begingroup$
Yes your initial estimate was quite accurate
$endgroup$
– Peter Foreman
Jan 5 at 0:24
$begingroup$
Wait, how come did you do 1 - 0.95 / 2 and 2(a)? Why the /2/ for both of these?
$endgroup$
– Yashvi Shah
Jan 5 at 1:14
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3062195%2frange-of-data-values-that-includes-95-of-my-data%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
If this data is normally distributed with $mu=-0.55$ and $sigma=2.4$ we can say that X, the wait time for a specific bus, is distributed as follows: $$Xsim N(-0.55,(2.4)^2)$$
For 95% of the data to be included we want $P(mu-a<X<mu+a)=0.95$. As the normal distribution is symmetrical we can simplify this to finding: $P(X>mu+a)=frac{1-0.95}{2}=0.025$ or similarly $P(X<mu-a)=0.025$. Using the Inverse Normal function (a website can be found here to do this) we find that $mu-a=-5.2539$, such that: $$a=mu+5.2539=-0.55+5.2539=4.7039$$
The range of data required is then $2cdot a =2cdot(4.7039)= 9.407$8 as the data ranges from $mu-a$ to $mu+a$.
$endgroup$
$begingroup$
So, 95% of my data falls between μ−a and μ+a, which is basically in between -5.2539 and 4.1539? Then this just proves that what I said in my question about the range of values being -5 and 4 is partly right...
$endgroup$
– Yashvi Shah
Jan 4 at 23:49
$begingroup$
Yes your initial estimate was quite accurate
$endgroup$
– Peter Foreman
Jan 5 at 0:24
$begingroup$
Wait, how come did you do 1 - 0.95 / 2 and 2(a)? Why the /2/ for both of these?
$endgroup$
– Yashvi Shah
Jan 5 at 1:14
add a comment |
$begingroup$
If this data is normally distributed with $mu=-0.55$ and $sigma=2.4$ we can say that X, the wait time for a specific bus, is distributed as follows: $$Xsim N(-0.55,(2.4)^2)$$
For 95% of the data to be included we want $P(mu-a<X<mu+a)=0.95$. As the normal distribution is symmetrical we can simplify this to finding: $P(X>mu+a)=frac{1-0.95}{2}=0.025$ or similarly $P(X<mu-a)=0.025$. Using the Inverse Normal function (a website can be found here to do this) we find that $mu-a=-5.2539$, such that: $$a=mu+5.2539=-0.55+5.2539=4.7039$$
The range of data required is then $2cdot a =2cdot(4.7039)= 9.407$8 as the data ranges from $mu-a$ to $mu+a$.
$endgroup$
$begingroup$
So, 95% of my data falls between μ−a and μ+a, which is basically in between -5.2539 and 4.1539? Then this just proves that what I said in my question about the range of values being -5 and 4 is partly right...
$endgroup$
– Yashvi Shah
Jan 4 at 23:49
$begingroup$
Yes your initial estimate was quite accurate
$endgroup$
– Peter Foreman
Jan 5 at 0:24
$begingroup$
Wait, how come did you do 1 - 0.95 / 2 and 2(a)? Why the /2/ for both of these?
$endgroup$
– Yashvi Shah
Jan 5 at 1:14
add a comment |
$begingroup$
If this data is normally distributed with $mu=-0.55$ and $sigma=2.4$ we can say that X, the wait time for a specific bus, is distributed as follows: $$Xsim N(-0.55,(2.4)^2)$$
For 95% of the data to be included we want $P(mu-a<X<mu+a)=0.95$. As the normal distribution is symmetrical we can simplify this to finding: $P(X>mu+a)=frac{1-0.95}{2}=0.025$ or similarly $P(X<mu-a)=0.025$. Using the Inverse Normal function (a website can be found here to do this) we find that $mu-a=-5.2539$, such that: $$a=mu+5.2539=-0.55+5.2539=4.7039$$
The range of data required is then $2cdot a =2cdot(4.7039)= 9.407$8 as the data ranges from $mu-a$ to $mu+a$.
$endgroup$
If this data is normally distributed with $mu=-0.55$ and $sigma=2.4$ we can say that X, the wait time for a specific bus, is distributed as follows: $$Xsim N(-0.55,(2.4)^2)$$
For 95% of the data to be included we want $P(mu-a<X<mu+a)=0.95$. As the normal distribution is symmetrical we can simplify this to finding: $P(X>mu+a)=frac{1-0.95}{2}=0.025$ or similarly $P(X<mu-a)=0.025$. Using the Inverse Normal function (a website can be found here to do this) we find that $mu-a=-5.2539$, such that: $$a=mu+5.2539=-0.55+5.2539=4.7039$$
The range of data required is then $2cdot a =2cdot(4.7039)= 9.407$8 as the data ranges from $mu-a$ to $mu+a$.
answered Jan 4 at 23:01
Peter ForemanPeter Foreman
3,7721216
3,7721216
$begingroup$
So, 95% of my data falls between μ−a and μ+a, which is basically in between -5.2539 and 4.1539? Then this just proves that what I said in my question about the range of values being -5 and 4 is partly right...
$endgroup$
– Yashvi Shah
Jan 4 at 23:49
$begingroup$
Yes your initial estimate was quite accurate
$endgroup$
– Peter Foreman
Jan 5 at 0:24
$begingroup$
Wait, how come did you do 1 - 0.95 / 2 and 2(a)? Why the /2/ for both of these?
$endgroup$
– Yashvi Shah
Jan 5 at 1:14
add a comment |
$begingroup$
So, 95% of my data falls between μ−a and μ+a, which is basically in between -5.2539 and 4.1539? Then this just proves that what I said in my question about the range of values being -5 and 4 is partly right...
$endgroup$
– Yashvi Shah
Jan 4 at 23:49
$begingroup$
Yes your initial estimate was quite accurate
$endgroup$
– Peter Foreman
Jan 5 at 0:24
$begingroup$
Wait, how come did you do 1 - 0.95 / 2 and 2(a)? Why the /2/ for both of these?
$endgroup$
– Yashvi Shah
Jan 5 at 1:14
$begingroup$
So, 95% of my data falls between μ−a and μ+a, which is basically in between -5.2539 and 4.1539? Then this just proves that what I said in my question about the range of values being -5 and 4 is partly right...
$endgroup$
– Yashvi Shah
Jan 4 at 23:49
$begingroup$
So, 95% of my data falls between μ−a and μ+a, which is basically in between -5.2539 and 4.1539? Then this just proves that what I said in my question about the range of values being -5 and 4 is partly right...
$endgroup$
– Yashvi Shah
Jan 4 at 23:49
$begingroup$
Yes your initial estimate was quite accurate
$endgroup$
– Peter Foreman
Jan 5 at 0:24
$begingroup$
Yes your initial estimate was quite accurate
$endgroup$
– Peter Foreman
Jan 5 at 0:24
$begingroup$
Wait, how come did you do 1 - 0.95 / 2 and 2(a)? Why the /2/ for both of these?
$endgroup$
– Yashvi Shah
Jan 5 at 1:14
$begingroup$
Wait, how come did you do 1 - 0.95 / 2 and 2(a)? Why the /2/ for both of these?
$endgroup$
– Yashvi Shah
Jan 5 at 1:14
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3062195%2frange-of-data-values-that-includes-95-of-my-data%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown