- Notifications
You must be signed in to change notification settings - Fork2
License
mariaguilleng/boostingDEA
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This R package, besides implementing the most popular DEA and FDH models, includes two different boosting algorithms for estimating production frontiers: an adaptation of the Gradient Tree Boosting known as EATBoosting and the adaptation of the LS-Boosting algorithm using adapted Multivariate Adaptive Regression Splines (MARS) models as base learners (from now on referred as MARSBoosting). EATBoosting shares similarities with FDH since graphically both generate a step function, while MARSBoosting resembles DEA. However, both algorithms overcome the overfitting problems that characterize standard techniques. Furthermore, in this package, different technical efficiency measures can be calculated. In particular, the input and output-oriented radial measures \citep{banker1984}, the input and output-oriented Russell measures, the Directional Distance Function (DDF), the Weighted Additive Measure (WAM) and the Slacks-Based Measure (SBM) are included.
Please, check the vignette for more details.
You can install the released version of the package fromCRAN with:
install.packages("boostingDEA")And the development version fromGitHub with:
devtools::install_github("itsmeryguillen/boostingDEA")
About
Resources
License
Uh oh!
There was an error while loading.Please reload this page.