FDH {boostingDEA}R Documentation

Free Disposal Hull model

Description

This function estimates a production frontier satisfying Free Disposal HUll axioms using the radial output measure.

This function saves information about the FDH model.

Usage

FDH(data, x, y)

FDH_object(data, x, y, pred, score)

Arguments

data

data.frame or matrix containing the variables in the model.

x

Column input indexes in data.

y

Column output indexes in data.

pred

Output predictions using the BBC radial output measure

score

Efficiency score using the BBC radial output measure

Value

A FDH object.

A FDH object.


[Package boostingDEA version 0.1.0 Index]