Dear colleagues,
I would like to use an Entropy method for calculation the weights of my criteria.
My problem:
1. matrix R, in which criteria are written in columns (j=1,2,3,..k) and variants in rows (i=1,2,3,..n)
2. one or more cases: rij = 0
One step of calculations is to calculate ln(rij), but in case that rij = 0, it cannot be calculated. How to solve it?
... I am thinking about replacing the zero with something else, e.g. 0.0000000001 (0=>0.0000000001). Can I do it? (I doubt that)
Thanks in advance for any help.
Roman