EstimCoeffsForward {boostingDEA} | R Documentation |
Estimate Coefficients in Multivariate Adaptive Frontier Splines during Forward Procedure.
Description
This function solves a Quadratic Programming Problem to obtain a set of coefficients.
Usage
EstimCoeffsForward(B, y)
Arguments
B |
|
y |
Output |
Value
vector
with the coefficients estimated.
[Package boostingDEA version 0.1.0 Index]