Can I average percentage differences?
$begingroup$
I know I can't average percentages, but can I average percentage differences. For example, I've calculated the Mean Absolute Error (MAE) of two forecasts (same sample sizes) and the percentage difference between the MAEs. This is done for each month in the year.
Can I now calculate the average of the 12 percentage differences?
Here's an example of the results:
MAE (OSM) 0.59 0.30 0.47
MAE (DRP) 0.79 0.77 0.80
Perc. Difference -30% -88% -53%
Would the average percentage difference of three results be -57%?
statistics average
$endgroup$
add a comment |
$begingroup$
I know I can't average percentages, but can I average percentage differences. For example, I've calculated the Mean Absolute Error (MAE) of two forecasts (same sample sizes) and the percentage difference between the MAEs. This is done for each month in the year.
Can I now calculate the average of the 12 percentage differences?
Here's an example of the results:
MAE (OSM) 0.59 0.30 0.47
MAE (DRP) 0.79 0.77 0.80
Perc. Difference -30% -88% -53%
Would the average percentage difference of three results be -57%?
statistics average
$endgroup$
$begingroup$
You can average percentages. As Dilbert says, you can multiply them, too. Whether the results are useful is the question. Depending on what you are doing, averaging percentages can make sense. I don't think you have described the computation or objective well enough to answer.
$endgroup$
– Ross Millikan
Dec 21 '18 at 15:47
add a comment |
$begingroup$
I know I can't average percentages, but can I average percentage differences. For example, I've calculated the Mean Absolute Error (MAE) of two forecasts (same sample sizes) and the percentage difference between the MAEs. This is done for each month in the year.
Can I now calculate the average of the 12 percentage differences?
Here's an example of the results:
MAE (OSM) 0.59 0.30 0.47
MAE (DRP) 0.79 0.77 0.80
Perc. Difference -30% -88% -53%
Would the average percentage difference of three results be -57%?
statistics average
$endgroup$
I know I can't average percentages, but can I average percentage differences. For example, I've calculated the Mean Absolute Error (MAE) of two forecasts (same sample sizes) and the percentage difference between the MAEs. This is done for each month in the year.
Can I now calculate the average of the 12 percentage differences?
Here's an example of the results:
MAE (OSM) 0.59 0.30 0.47
MAE (DRP) 0.79 0.77 0.80
Perc. Difference -30% -88% -53%
Would the average percentage difference of three results be -57%?
statistics average
statistics average
edited Dec 21 '18 at 16:52
Angus the Cat
asked Dec 21 '18 at 14:10
Angus the CatAngus the Cat
32
32
$begingroup$
You can average percentages. As Dilbert says, you can multiply them, too. Whether the results are useful is the question. Depending on what you are doing, averaging percentages can make sense. I don't think you have described the computation or objective well enough to answer.
$endgroup$
– Ross Millikan
Dec 21 '18 at 15:47
add a comment |
$begingroup$
You can average percentages. As Dilbert says, you can multiply them, too. Whether the results are useful is the question. Depending on what you are doing, averaging percentages can make sense. I don't think you have described the computation or objective well enough to answer.
$endgroup$
– Ross Millikan
Dec 21 '18 at 15:47
$begingroup$
You can average percentages. As Dilbert says, you can multiply them, too. Whether the results are useful is the question. Depending on what you are doing, averaging percentages can make sense. I don't think you have described the computation or objective well enough to answer.
$endgroup$
– Ross Millikan
Dec 21 '18 at 15:47
$begingroup$
You can average percentages. As Dilbert says, you can multiply them, too. Whether the results are useful is the question. Depending on what you are doing, averaging percentages can make sense. I don't think you have described the computation or objective well enough to answer.
$endgroup$
– Ross Millikan
Dec 21 '18 at 15:47
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
In your case, yes due to the sample sizes being the same, however I don't know how to interpret your percentages.
The reason you cannot use a straight average of percentages is because you are assuming an even weight on each percentage when in most cases the sample/population size in each percentage is not the same.
Let's say you're flipping a coin. Your first trial run is 10 flips and all heads. Your second trial run is 90 flips and 40 heads.
Averaging the percentages give (100%+44.44%)/2 = 72.22% when it is clearly 50% overall.
With the exact same logic, taking the average of difference of percentages makes no difference.
However if the sample/population size is the same then taking a straight average will give an accurate overall percentage.
Alternatively using a weighted average will give an accurate overall percentage no matter what.
$endgroup$
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%2f3048525%2fcan-i-average-percentage-differences%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$
In your case, yes due to the sample sizes being the same, however I don't know how to interpret your percentages.
The reason you cannot use a straight average of percentages is because you are assuming an even weight on each percentage when in most cases the sample/population size in each percentage is not the same.
Let's say you're flipping a coin. Your first trial run is 10 flips and all heads. Your second trial run is 90 flips and 40 heads.
Averaging the percentages give (100%+44.44%)/2 = 72.22% when it is clearly 50% overall.
With the exact same logic, taking the average of difference of percentages makes no difference.
However if the sample/population size is the same then taking a straight average will give an accurate overall percentage.
Alternatively using a weighted average will give an accurate overall percentage no matter what.
$endgroup$
add a comment |
$begingroup$
In your case, yes due to the sample sizes being the same, however I don't know how to interpret your percentages.
The reason you cannot use a straight average of percentages is because you are assuming an even weight on each percentage when in most cases the sample/population size in each percentage is not the same.
Let's say you're flipping a coin. Your first trial run is 10 flips and all heads. Your second trial run is 90 flips and 40 heads.
Averaging the percentages give (100%+44.44%)/2 = 72.22% when it is clearly 50% overall.
With the exact same logic, taking the average of difference of percentages makes no difference.
However if the sample/population size is the same then taking a straight average will give an accurate overall percentage.
Alternatively using a weighted average will give an accurate overall percentage no matter what.
$endgroup$
add a comment |
$begingroup$
In your case, yes due to the sample sizes being the same, however I don't know how to interpret your percentages.
The reason you cannot use a straight average of percentages is because you are assuming an even weight on each percentage when in most cases the sample/population size in each percentage is not the same.
Let's say you're flipping a coin. Your first trial run is 10 flips and all heads. Your second trial run is 90 flips and 40 heads.
Averaging the percentages give (100%+44.44%)/2 = 72.22% when it is clearly 50% overall.
With the exact same logic, taking the average of difference of percentages makes no difference.
However if the sample/population size is the same then taking a straight average will give an accurate overall percentage.
Alternatively using a weighted average will give an accurate overall percentage no matter what.
$endgroup$
In your case, yes due to the sample sizes being the same, however I don't know how to interpret your percentages.
The reason you cannot use a straight average of percentages is because you are assuming an even weight on each percentage when in most cases the sample/population size in each percentage is not the same.
Let's say you're flipping a coin. Your first trial run is 10 flips and all heads. Your second trial run is 90 flips and 40 heads.
Averaging the percentages give (100%+44.44%)/2 = 72.22% when it is clearly 50% overall.
With the exact same logic, taking the average of difference of percentages makes no difference.
However if the sample/population size is the same then taking a straight average will give an accurate overall percentage.
Alternatively using a weighted average will give an accurate overall percentage no matter what.
answered Dec 21 '18 at 17:06
Matthew LiuMatthew Liu
1616
1616
add a comment |
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%2f3048525%2fcan-i-average-percentage-differences%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
$begingroup$
You can average percentages. As Dilbert says, you can multiply them, too. Whether the results are useful is the question. Depending on what you are doing, averaging percentages can make sense. I don't think you have described the computation or objective well enough to answer.
$endgroup$
– Ross Millikan
Dec 21 '18 at 15:47