Common functions for technical models

StatsAPI.nobsMethod
nbos(model::Abstract DEAModel)

Return number of observations of a DEA model.

Base.namesMethod
names(model::AbstractDEAModel)

Return the names of the decision making units (DMUs)

DataEnvelopmentAnalysis.peersFunction
peers(model::AbstractDEAModel)

Return peers of a DEA model.

Optional Arguments

  • atol=1e-10: tolerance for zero values.
  • namesref: a vector of strings with the names of the decision making units in the reference set.
DataEnvelopmentAnalysis.ispeerFunction
ispeer(P::DEAPeers, i::Int64, j::Int64)

Return true if j is peer of decision making unit i.

ispeer(P::DEAPeers, i::String, j::String)

Return true if j is peer of decision making unit i.

ispeer(P::DEAPeersDMU, j::Int64)

Return true if j is peer.

ispeer(P::DEAPeers, j::String)

Return true if j is peer.

DataEnvelopmentAnalysis.rtsFunction
rts(model::AbstractTechnicalDEAModel)

Return the value measuring the returns to scale of a multiplier DEA model.