I'm trying to make the best decision for assignment of books (some of the books have multiple authors that belong to different organizations). Only one author can be represented by a single book. I have two variables that I'm calculating, namely the Personal Significance Index (PSI) and Organization Significance Index (OSI). I would like to base my decision on those two factors but with varying significance of each factor.
I would like to assess the "quality of the distribution of books" by changing the impact of PSI and OSI in the decision process.
As an example lets say that I have an Author and I want to represent him by his book, taking into consideration that the book has multiple authors, and that the other authors would like to be represented by the same book. I have calculated the PSI of the book for the given author, and a OSI for the given book, and I would like to make the decision.
As an example:
Let's consider that the PSI is 0.9 and the OSI is 0.4:
In the decision process I cross-check the PSI of each author and I would like to assign a book to the author with the highest PSI, but also taking into consideration that I would represent an institution (OSI).
Is it possible to fuzzy model the decision so that I can base my decision more on one index and less on other one? For example:
PSI (0.9) 30% of impact on the decision OSI (0.4) 70% of impact on the decision
Perhaps making multiple passes with changing the "impact" percentage and assess the quality of distribution?