frontiles-package {frontiles} | R Documentation |
alpha-quantile efficiency score and 2d/3d representation of frontier
Description
It calculates the alpha-quantile efficiency score and order-m score in multi-dimension and gives representation of alpha-quantile efficiency frontier. This work was supported by the agence nationale de la recherche through the EPI project (ANR-08-BLAN-0106-01)
Details
Package: | frontiles |
Type: | Package |
Version: | 1.2 |
Date: | 2023-04-01 |
License: | GPL Vesion 2 or later |
LazyLoad: | yes |
Author(s)
Abdelaati Daouia and Thibault Laurent
Maintainer: <thibault.laurent@univ-tlse1.fr>
References
Daouia, A. and L. Simar (2007), Nonparametric efficiency analysis: A multivariate conditional quantile approach, Journal of Econometrics 140, 375-400.
Examples
data(spain)
xobs=as.matrix(spain[,3:4])
yobs=as.matrix(spain[,1])
score.ref.1<-alphascore(xobs,yobs)
[Package frontiles version 1.3.1 Index]