Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ideal Mode AHP Option #12

Open
mestinso opened this issue Feb 27, 2017 · 5 comments
Open

Add Ideal Mode AHP Option #12

mestinso opened this issue Feb 27, 2017 · 5 comments

Comments

@mestinso
Copy link
Contributor

mestinso commented Feb 27, 2017

Currently, the distributive mode AHP is used for priority calculations. I would suggest adding the ideal mode AHP as an additional option. It's a strong alternative approach that has many worthwhile advantages, such as preventing rank reversal. This way, the user had the option of allowing/preventing rank reversal as desired.

@gluc
Copy link
Owner

gluc commented Feb 27, 2017

Very open for pull requests!

@mestinso
Copy link
Contributor Author

mestinso commented Feb 27, 2017

I wouldn't mind implementing this one, but I am unsure where in the code this change would be exactly. I can make the calculations by hand. For example, if this is the result from the standard distributive mode:
image
Then the only thing that would change in ideal mode is the final suitable leader result: (48.1, 38.5, 13.5) --> (48.3, 36.2, 15.5).

I would note that this is a potentially awkward scenario since the column sums no longer equal the value in the suitable leader row, but I don't have a suggested solution for that at this time

@mestinso
Copy link
Contributor Author

mestinso commented Mar 2, 2017

Ok, I did a little brainstorming on how I think things should look. Here is my proposal:
My thinking is there is another setting would be added called "AHP Mode" with two settings: "Distributive" and "Ideal". Then the "Variable" setting should be revised. Instead of "Variable", I would call it "Priority Display" with "Global" and "Local" as the options. Global is basically the same as your "Total Contribution" option and local is nearly like your "Priority" option. In total there would be 4 main display options: Distributive-Global, Distributive-Local, Ideal-Global, Ideal-Local. Then the analysis and results would look like the following for the suitable leader example:

image

Unsure of where the "Normalized priorities" for the ideal mode should be placed. Arguably, the non-normalized priorities are more fundamental for ideal mode, so I would prioritize the placement of the non-normalized priorities if anything.

Thoughts?

@gluc
Copy link
Owner

gluc commented Mar 2, 2017

Sorry for the slow response, I'm currently on vacation.
Regarding the options, that's certainly fine.
Not so sure about where to put the Normalized. I can see the following options:
a.) put them in parenthesis after each value, e.g. for Dick: 76.9% (48.3%)
b.) add an additional row, e.g. "Choose the Most Suitable Leader (normalized)"
c.) add an additional mode, namely "Distributive", "Ideal", "Ideal-Normalized"

Maybe you'll find even another option. I have no strong preferences, I tend to form preferences by using actual examples, so I trust you on this. Thx!

@sbmack
Copy link

sbmack commented Dec 17, 2018

Currently, the distributive mode AHP is used for priority calculations. I would suggest adding the ideal mode AHP as an additional option. It's a strong alternative approach that has many worthwhile advantages, such as preventing rank reversal. This way, the user had the option of allowing/preventing rank reversal as desired.

Has this been implemented? The original AHP (distributive mode) that permits rank reversal is flawed in 98% of the applications in which it is used. Even if rank is not actually reversed, similarities among alternatives will improperly skew their relative attractiveness using the distributive pairwise calculations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants