- For Rows:
- Suppose in payoff matrix all the entries of row i1 are equal or greater than row i2. In such situations, it is said that row i2 is dominated by row i1 and i2 will be deleted.
For example:
i1 = (2, 2, 1)
i2 = (1, 2, -1)
Here, i2 is dominated by i1. Hence, the value (1, 2, -1) will be deleted.
- Suppose sum of all the entries of any two rows are equal or greater than the very next row (third row). In such situations, it is said that third row is dominated by above rows and it can be deleted.
- For Columns:
- Suppose in payoff matrix all the entries of column j1 are equal or less than column j2. In such situations, it is said that column j2 is dominated by column j1 and j2 will be deleted.
For example:
j1 = (2, 4)
j2 = (1, 2)
Here, j2 is dominated by j1. Hence, the value (2, 4) will be deleted.
- Suppose sum of all the entries of any two columns are equal or less than the very next row (third row). In such situations, it is said that third row is dominated by above rows and it can be deleted.
Links of Previous Main Topic:-
- Introduction to statistics
- Knowledge of central tendency or location
- Definition of dispersion
- Moments
- Bivariate distribution
- Theorem of total probability addition theorem
- Random variable
- Binomial distribution
- What is sampling
- Estimation
- Statistical hypothesis and related terms
- Analysis of variance introduction
- Definition of stochastic process
- Introduction operations research
- Introduction and mathematical formulation in transportation problems
- Introduction and mathematical formulation
- Queuing theory introduction
- Inventory control introduction
- Simulation introduction
- Time calculations in network
Link of Next Statistics Topics:-