comparePareto {boostingDEA}R Documentation

Pareto-dominance relationships

Description

This function denotes if a node dominates another one or if there is no Pareto-dominance relationship.

Usage

comparePareto(t1, t2)

Arguments

t1

A first node.

t2

A second node.

Value

-1 if t1 dominates t2, 1 if t2 dominates t1 and 0 if there are no Pareto-dominance relationships.


[Package boostingDEA version 0.1.0 Index]