What fraction of the standard deviation should the error bars be?
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
I am certainly new to statistics. I did some simulations and got a lot of data. From the data I ran a AWK script to calculate the average $bar x$; minimum, $x_0$ and standard deviation, $sigma$ (the one where you divide by $N$, not $N-1$).
Now I want to plot the data. I guess, I can draw the histogram $bar x$ high but I am confused how long my error bar should be, like should it be,
- one standard deviation long (68% confidence)
- or $2sigma$ (95% confidence) or $3sigma$ (99.7% confidence) long.
- or should I draw it from min-value to max-value
statistics standard-deviation
add a comment |Â
up vote
2
down vote
favorite
I am certainly new to statistics. I did some simulations and got a lot of data. From the data I ran a AWK script to calculate the average $bar x$; minimum, $x_0$ and standard deviation, $sigma$ (the one where you divide by $N$, not $N-1$).
Now I want to plot the data. I guess, I can draw the histogram $bar x$ high but I am confused how long my error bar should be, like should it be,
- one standard deviation long (68% confidence)
- or $2sigma$ (95% confidence) or $3sigma$ (99.7% confidence) long.
- or should I draw it from min-value to max-value
statistics standard-deviation
I have see one, two and three standard errors (standard deviation of $bar X$) used. Two seems most logical to me, but with so many conventions in use, I am almost surely in the minority. I suggest you look to see what the most common practice in your field is. // If this is a paper for publication, save whatever programs you use to make the figures. Whatever choice you make, there is a chance referees or editors will want you to change it. // A different kind of idea is to use boxplots at each point; that will show skewness, if any.
– BruceET
Jul 15 at 6:49
I think your title would be clearer with the word “multiple†rather than the word “fractionâ€Â, because as you say the only sensible options are $1 sigma,2 sigma$ or $3sigma$
– Martin Roberts
Jul 15 at 14:47
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I am certainly new to statistics. I did some simulations and got a lot of data. From the data I ran a AWK script to calculate the average $bar x$; minimum, $x_0$ and standard deviation, $sigma$ (the one where you divide by $N$, not $N-1$).
Now I want to plot the data. I guess, I can draw the histogram $bar x$ high but I am confused how long my error bar should be, like should it be,
- one standard deviation long (68% confidence)
- or $2sigma$ (95% confidence) or $3sigma$ (99.7% confidence) long.
- or should I draw it from min-value to max-value
statistics standard-deviation
I am certainly new to statistics. I did some simulations and got a lot of data. From the data I ran a AWK script to calculate the average $bar x$; minimum, $x_0$ and standard deviation, $sigma$ (the one where you divide by $N$, not $N-1$).
Now I want to plot the data. I guess, I can draw the histogram $bar x$ high but I am confused how long my error bar should be, like should it be,
- one standard deviation long (68% confidence)
- or $2sigma$ (95% confidence) or $3sigma$ (99.7% confidence) long.
- or should I draw it from min-value to max-value
statistics standard-deviation
asked Jul 15 at 6:34
Ayatana
1016
1016
I have see one, two and three standard errors (standard deviation of $bar X$) used. Two seems most logical to me, but with so many conventions in use, I am almost surely in the minority. I suggest you look to see what the most common practice in your field is. // If this is a paper for publication, save whatever programs you use to make the figures. Whatever choice you make, there is a chance referees or editors will want you to change it. // A different kind of idea is to use boxplots at each point; that will show skewness, if any.
– BruceET
Jul 15 at 6:49
I think your title would be clearer with the word “multiple†rather than the word “fractionâ€Â, because as you say the only sensible options are $1 sigma,2 sigma$ or $3sigma$
– Martin Roberts
Jul 15 at 14:47
add a comment |Â
I have see one, two and three standard errors (standard deviation of $bar X$) used. Two seems most logical to me, but with so many conventions in use, I am almost surely in the minority. I suggest you look to see what the most common practice in your field is. // If this is a paper for publication, save whatever programs you use to make the figures. Whatever choice you make, there is a chance referees or editors will want you to change it. // A different kind of idea is to use boxplots at each point; that will show skewness, if any.
– BruceET
Jul 15 at 6:49
I think your title would be clearer with the word “multiple†rather than the word “fractionâ€Â, because as you say the only sensible options are $1 sigma,2 sigma$ or $3sigma$
– Martin Roberts
Jul 15 at 14:47
I have see one, two and three standard errors (standard deviation of $bar X$) used. Two seems most logical to me, but with so many conventions in use, I am almost surely in the minority. I suggest you look to see what the most common practice in your field is. // If this is a paper for publication, save whatever programs you use to make the figures. Whatever choice you make, there is a chance referees or editors will want you to change it. // A different kind of idea is to use boxplots at each point; that will show skewness, if any.
– BruceET
Jul 15 at 6:49
I have see one, two and three standard errors (standard deviation of $bar X$) used. Two seems most logical to me, but with so many conventions in use, I am almost surely in the minority. I suggest you look to see what the most common practice in your field is. // If this is a paper for publication, save whatever programs you use to make the figures. Whatever choice you make, there is a chance referees or editors will want you to change it. // A different kind of idea is to use boxplots at each point; that will show skewness, if any.
– BruceET
Jul 15 at 6:49
I think your title would be clearer with the word “multiple†rather than the word “fractionâ€Â, because as you say the only sensible options are $1 sigma,2 sigma$ or $3sigma$
– Martin Roberts
Jul 15 at 14:47
I think your title would be clearer with the word “multiple†rather than the word “fractionâ€Â, because as you say the only sensible options are $1 sigma,2 sigma$ or $3sigma$
– Martin Roberts
Jul 15 at 14:47
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
Error bars often represent one standard deviation of uncertainty, one standard error, or a particular confidence interval (e.g., a 95% interval). -Wikipedia
When you are talking about plotting standard deviation, are you sure that the data being plotted is not skewed? If it is, be careful enough to calculate true standard deviations before plotting them.
How to tell if my data is skewed?
– Ayatana
Jul 15 at 6:48
You need to know what actually you are measuring. If your measured quantity is inherently squared (you are calculated the RMS of the quantity) then you are certain that your error will be skewed. Generally, you calculate the moments of your measured data. The higher moments tend to follow certain characteristics for standard normal distribution. In conclusion you need to know what you are measuring, how you are measuring and how the community in your specific field tackle such problems.
– Eval
Jul 15 at 7:17
add a comment |Â
up vote
0
down vote
Consistent with the other comments, there is no universally agreed practice across all fields and disciplines.
Thus, the length of your error bars should be:
- the standard as typically used in your industry / field;
- what you believe your audience ( or reviewers for journal publications!) most likely expect; and
- whatever you explicitly describe in the caption of your chart.
This last point means that the best way to avoid misinterpretation is to explicitly say in your chart what the length of the error bars represent!
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Error bars often represent one standard deviation of uncertainty, one standard error, or a particular confidence interval (e.g., a 95% interval). -Wikipedia
When you are talking about plotting standard deviation, are you sure that the data being plotted is not skewed? If it is, be careful enough to calculate true standard deviations before plotting them.
How to tell if my data is skewed?
– Ayatana
Jul 15 at 6:48
You need to know what actually you are measuring. If your measured quantity is inherently squared (you are calculated the RMS of the quantity) then you are certain that your error will be skewed. Generally, you calculate the moments of your measured data. The higher moments tend to follow certain characteristics for standard normal distribution. In conclusion you need to know what you are measuring, how you are measuring and how the community in your specific field tackle such problems.
– Eval
Jul 15 at 7:17
add a comment |Â
up vote
1
down vote
Error bars often represent one standard deviation of uncertainty, one standard error, or a particular confidence interval (e.g., a 95% interval). -Wikipedia
When you are talking about plotting standard deviation, are you sure that the data being plotted is not skewed? If it is, be careful enough to calculate true standard deviations before plotting them.
How to tell if my data is skewed?
– Ayatana
Jul 15 at 6:48
You need to know what actually you are measuring. If your measured quantity is inherently squared (you are calculated the RMS of the quantity) then you are certain that your error will be skewed. Generally, you calculate the moments of your measured data. The higher moments tend to follow certain characteristics for standard normal distribution. In conclusion you need to know what you are measuring, how you are measuring and how the community in your specific field tackle such problems.
– Eval
Jul 15 at 7:17
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Error bars often represent one standard deviation of uncertainty, one standard error, or a particular confidence interval (e.g., a 95% interval). -Wikipedia
When you are talking about plotting standard deviation, are you sure that the data being plotted is not skewed? If it is, be careful enough to calculate true standard deviations before plotting them.
Error bars often represent one standard deviation of uncertainty, one standard error, or a particular confidence interval (e.g., a 95% interval). -Wikipedia
When you are talking about plotting standard deviation, are you sure that the data being plotted is not skewed? If it is, be careful enough to calculate true standard deviations before plotting them.
answered Jul 15 at 6:43
Eval
17810
17810
How to tell if my data is skewed?
– Ayatana
Jul 15 at 6:48
You need to know what actually you are measuring. If your measured quantity is inherently squared (you are calculated the RMS of the quantity) then you are certain that your error will be skewed. Generally, you calculate the moments of your measured data. The higher moments tend to follow certain characteristics for standard normal distribution. In conclusion you need to know what you are measuring, how you are measuring and how the community in your specific field tackle such problems.
– Eval
Jul 15 at 7:17
add a comment |Â
How to tell if my data is skewed?
– Ayatana
Jul 15 at 6:48
You need to know what actually you are measuring. If your measured quantity is inherently squared (you are calculated the RMS of the quantity) then you are certain that your error will be skewed. Generally, you calculate the moments of your measured data. The higher moments tend to follow certain characteristics for standard normal distribution. In conclusion you need to know what you are measuring, how you are measuring and how the community in your specific field tackle such problems.
– Eval
Jul 15 at 7:17
How to tell if my data is skewed?
– Ayatana
Jul 15 at 6:48
How to tell if my data is skewed?
– Ayatana
Jul 15 at 6:48
You need to know what actually you are measuring. If your measured quantity is inherently squared (you are calculated the RMS of the quantity) then you are certain that your error will be skewed. Generally, you calculate the moments of your measured data. The higher moments tend to follow certain characteristics for standard normal distribution. In conclusion you need to know what you are measuring, how you are measuring and how the community in your specific field tackle such problems.
– Eval
Jul 15 at 7:17
You need to know what actually you are measuring. If your measured quantity is inherently squared (you are calculated the RMS of the quantity) then you are certain that your error will be skewed. Generally, you calculate the moments of your measured data. The higher moments tend to follow certain characteristics for standard normal distribution. In conclusion you need to know what you are measuring, how you are measuring and how the community in your specific field tackle such problems.
– Eval
Jul 15 at 7:17
add a comment |Â
up vote
0
down vote
Consistent with the other comments, there is no universally agreed practice across all fields and disciplines.
Thus, the length of your error bars should be:
- the standard as typically used in your industry / field;
- what you believe your audience ( or reviewers for journal publications!) most likely expect; and
- whatever you explicitly describe in the caption of your chart.
This last point means that the best way to avoid misinterpretation is to explicitly say in your chart what the length of the error bars represent!
add a comment |Â
up vote
0
down vote
Consistent with the other comments, there is no universally agreed practice across all fields and disciplines.
Thus, the length of your error bars should be:
- the standard as typically used in your industry / field;
- what you believe your audience ( or reviewers for journal publications!) most likely expect; and
- whatever you explicitly describe in the caption of your chart.
This last point means that the best way to avoid misinterpretation is to explicitly say in your chart what the length of the error bars represent!
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Consistent with the other comments, there is no universally agreed practice across all fields and disciplines.
Thus, the length of your error bars should be:
- the standard as typically used in your industry / field;
- what you believe your audience ( or reviewers for journal publications!) most likely expect; and
- whatever you explicitly describe in the caption of your chart.
This last point means that the best way to avoid misinterpretation is to explicitly say in your chart what the length of the error bars represent!
Consistent with the other comments, there is no universally agreed practice across all fields and disciplines.
Thus, the length of your error bars should be:
- the standard as typically used in your industry / field;
- what you believe your audience ( or reviewers for journal publications!) most likely expect; and
- whatever you explicitly describe in the caption of your chart.
This last point means that the best way to avoid misinterpretation is to explicitly say in your chart what the length of the error bars represent!
answered Jul 15 at 14:43


Martin Roberts
1,189318
1,189318
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2852234%2fwhat-fraction-of-the-standard-deviation-should-the-error-bars-be%23new-answer', 'question_page');
);
Post as a guest
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
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
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
I have see one, two and three standard errors (standard deviation of $bar X$) used. Two seems most logical to me, but with so many conventions in use, I am almost surely in the minority. I suggest you look to see what the most common practice in your field is. // If this is a paper for publication, save whatever programs you use to make the figures. Whatever choice you make, there is a chance referees or editors will want you to change it. // A different kind of idea is to use boxplots at each point; that will show skewness, if any.
– BruceET
Jul 15 at 6:49
I think your title would be clearer with the word “multiple†rather than the word “fractionâ€Â, because as you say the only sensible options are $1 sigma,2 sigma$ or $3sigma$
– Martin Roberts
Jul 15 at 14:47