Factors that Impact a Weighted Average the Most
I am trying to determine how to calculate the factors that have the most significant impact on a weighted average. For example, let's say I am reviewing the number of patients that responded to a survey saying that they had a positive experience. The overall percentage of patients that had this response was 80%. When reviewing the data by doctor, it is broken down as follows:
- Doctor 1: 30 / 40 = 75%
- Doctor 2: 20 / 25 = 80%
- Doctor 3: 5 / 5 = 100%
- Doctor 4: 5 / 8 = 62.5%
- Doctor 5: 20 / 22 = 91%
How could I rank the 5 doctors in terms of having the most significant positive impact on the overall percentage? Since this is a weighted average, there are 2 factors at play: each doctor's percentage, and the size of their denominator ("weight"). For example, Doctor 3 has the highest percentage, but Doctor 5 probably had the most significant positive impact on the overall percentage because he has a weight that is over 4x larger than doctor 3. Is there a formula to calculate overall impact while taking both factors into account?
I found the following post on this site that has a (somewhat) similar problem: Contribution (weighted average) of change in rate over time
but I don't see a solution. And, this post is wanting to calculate the impact to a change in rate/percentage over time; I'm taking that complexity out and just want to know the impact on a rate/percentage at one point in time. As a side note, to solve this other post's problem, I think you could use a price index approximation technique, such as the Marshall Edgeworth price index. However, I don't think that is a solution to my problem.
Thanks for any help/insight you can provide!
fractions average ratio
add a comment |
I am trying to determine how to calculate the factors that have the most significant impact on a weighted average. For example, let's say I am reviewing the number of patients that responded to a survey saying that they had a positive experience. The overall percentage of patients that had this response was 80%. When reviewing the data by doctor, it is broken down as follows:
- Doctor 1: 30 / 40 = 75%
- Doctor 2: 20 / 25 = 80%
- Doctor 3: 5 / 5 = 100%
- Doctor 4: 5 / 8 = 62.5%
- Doctor 5: 20 / 22 = 91%
How could I rank the 5 doctors in terms of having the most significant positive impact on the overall percentage? Since this is a weighted average, there are 2 factors at play: each doctor's percentage, and the size of their denominator ("weight"). For example, Doctor 3 has the highest percentage, but Doctor 5 probably had the most significant positive impact on the overall percentage because he has a weight that is over 4x larger than doctor 3. Is there a formula to calculate overall impact while taking both factors into account?
I found the following post on this site that has a (somewhat) similar problem: Contribution (weighted average) of change in rate over time
but I don't see a solution. And, this post is wanting to calculate the impact to a change in rate/percentage over time; I'm taking that complexity out and just want to know the impact on a rate/percentage at one point in time. As a side note, to solve this other post's problem, I think you could use a price index approximation technique, such as the Marshall Edgeworth price index. However, I don't think that is a solution to my problem.
Thanks for any help/insight you can provide!
fractions average ratio
add a comment |
I am trying to determine how to calculate the factors that have the most significant impact on a weighted average. For example, let's say I am reviewing the number of patients that responded to a survey saying that they had a positive experience. The overall percentage of patients that had this response was 80%. When reviewing the data by doctor, it is broken down as follows:
- Doctor 1: 30 / 40 = 75%
- Doctor 2: 20 / 25 = 80%
- Doctor 3: 5 / 5 = 100%
- Doctor 4: 5 / 8 = 62.5%
- Doctor 5: 20 / 22 = 91%
How could I rank the 5 doctors in terms of having the most significant positive impact on the overall percentage? Since this is a weighted average, there are 2 factors at play: each doctor's percentage, and the size of their denominator ("weight"). For example, Doctor 3 has the highest percentage, but Doctor 5 probably had the most significant positive impact on the overall percentage because he has a weight that is over 4x larger than doctor 3. Is there a formula to calculate overall impact while taking both factors into account?
I found the following post on this site that has a (somewhat) similar problem: Contribution (weighted average) of change in rate over time
but I don't see a solution. And, this post is wanting to calculate the impact to a change in rate/percentage over time; I'm taking that complexity out and just want to know the impact on a rate/percentage at one point in time. As a side note, to solve this other post's problem, I think you could use a price index approximation technique, such as the Marshall Edgeworth price index. However, I don't think that is a solution to my problem.
Thanks for any help/insight you can provide!
fractions average ratio
I am trying to determine how to calculate the factors that have the most significant impact on a weighted average. For example, let's say I am reviewing the number of patients that responded to a survey saying that they had a positive experience. The overall percentage of patients that had this response was 80%. When reviewing the data by doctor, it is broken down as follows:
- Doctor 1: 30 / 40 = 75%
- Doctor 2: 20 / 25 = 80%
- Doctor 3: 5 / 5 = 100%
- Doctor 4: 5 / 8 = 62.5%
- Doctor 5: 20 / 22 = 91%
How could I rank the 5 doctors in terms of having the most significant positive impact on the overall percentage? Since this is a weighted average, there are 2 factors at play: each doctor's percentage, and the size of their denominator ("weight"). For example, Doctor 3 has the highest percentage, but Doctor 5 probably had the most significant positive impact on the overall percentage because he has a weight that is over 4x larger than doctor 3. Is there a formula to calculate overall impact while taking both factors into account?
I found the following post on this site that has a (somewhat) similar problem: Contribution (weighted average) of change in rate over time
but I don't see a solution. And, this post is wanting to calculate the impact to a change in rate/percentage over time; I'm taking that complexity out and just want to know the impact on a rate/percentage at one point in time. As a side note, to solve this other post's problem, I think you could use a price index approximation technique, such as the Marshall Edgeworth price index. However, I don't think that is a solution to my problem.
Thanks for any help/insight you can provide!
fractions average ratio
fractions average ratio
edited Apr 13 '17 at 12:20
Community♦
1
1
asked Nov 15 '15 at 17:17
Chris
12
12
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The best way I have found is to find the percentage impact to the weighted average.
Find the difference from the individual rate to the total average rate, then multiply it by the individual denominator over the total denominator, then divide by the total average rate. They should sum to 0 and show the % above / below the weighted average relative to individual weight.
It would look like this for you example:
- Doctor 1: (75% - 80%)*(40/100)/80% = -2.5%
- Doctor 2: (80% - 80%)*(25/100)/80% = 0.0%
- Doctor 3: (100% - 80%)*(5/100)/80% = 1.1%
- Doctor 4: (63% - 80%)*(8/100)/80% = -1.8%
- Doctor 5: (91% - 80%)*(22/100)/80% = 3.0%
You could then conclude that the order of impact (from highest to lowest) is Doctor 5, Doctor 3, Doctor 2 (no net impact), Doctor 4 (negative impact), and Doctor 1 (most negative impact).
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%2f1530445%2ffactors-that-impact-a-weighted-average-the-most%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
The best way I have found is to find the percentage impact to the weighted average.
Find the difference from the individual rate to the total average rate, then multiply it by the individual denominator over the total denominator, then divide by the total average rate. They should sum to 0 and show the % above / below the weighted average relative to individual weight.
It would look like this for you example:
- Doctor 1: (75% - 80%)*(40/100)/80% = -2.5%
- Doctor 2: (80% - 80%)*(25/100)/80% = 0.0%
- Doctor 3: (100% - 80%)*(5/100)/80% = 1.1%
- Doctor 4: (63% - 80%)*(8/100)/80% = -1.8%
- Doctor 5: (91% - 80%)*(22/100)/80% = 3.0%
You could then conclude that the order of impact (from highest to lowest) is Doctor 5, Doctor 3, Doctor 2 (no net impact), Doctor 4 (negative impact), and Doctor 1 (most negative impact).
add a comment |
The best way I have found is to find the percentage impact to the weighted average.
Find the difference from the individual rate to the total average rate, then multiply it by the individual denominator over the total denominator, then divide by the total average rate. They should sum to 0 and show the % above / below the weighted average relative to individual weight.
It would look like this for you example:
- Doctor 1: (75% - 80%)*(40/100)/80% = -2.5%
- Doctor 2: (80% - 80%)*(25/100)/80% = 0.0%
- Doctor 3: (100% - 80%)*(5/100)/80% = 1.1%
- Doctor 4: (63% - 80%)*(8/100)/80% = -1.8%
- Doctor 5: (91% - 80%)*(22/100)/80% = 3.0%
You could then conclude that the order of impact (from highest to lowest) is Doctor 5, Doctor 3, Doctor 2 (no net impact), Doctor 4 (negative impact), and Doctor 1 (most negative impact).
add a comment |
The best way I have found is to find the percentage impact to the weighted average.
Find the difference from the individual rate to the total average rate, then multiply it by the individual denominator over the total denominator, then divide by the total average rate. They should sum to 0 and show the % above / below the weighted average relative to individual weight.
It would look like this for you example:
- Doctor 1: (75% - 80%)*(40/100)/80% = -2.5%
- Doctor 2: (80% - 80%)*(25/100)/80% = 0.0%
- Doctor 3: (100% - 80%)*(5/100)/80% = 1.1%
- Doctor 4: (63% - 80%)*(8/100)/80% = -1.8%
- Doctor 5: (91% - 80%)*(22/100)/80% = 3.0%
You could then conclude that the order of impact (from highest to lowest) is Doctor 5, Doctor 3, Doctor 2 (no net impact), Doctor 4 (negative impact), and Doctor 1 (most negative impact).
The best way I have found is to find the percentage impact to the weighted average.
Find the difference from the individual rate to the total average rate, then multiply it by the individual denominator over the total denominator, then divide by the total average rate. They should sum to 0 and show the % above / below the weighted average relative to individual weight.
It would look like this for you example:
- Doctor 1: (75% - 80%)*(40/100)/80% = -2.5%
- Doctor 2: (80% - 80%)*(25/100)/80% = 0.0%
- Doctor 3: (100% - 80%)*(5/100)/80% = 1.1%
- Doctor 4: (63% - 80%)*(8/100)/80% = -1.8%
- Doctor 5: (91% - 80%)*(22/100)/80% = 3.0%
You could then conclude that the order of impact (from highest to lowest) is Doctor 5, Doctor 3, Doctor 2 (no net impact), Doctor 4 (negative impact), and Doctor 1 (most negative impact).
answered Dec 15 '15 at 18:32
Brandon
111
111
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f1530445%2ffactors-that-impact-a-weighted-average-the-most%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