CreateBF {boostingDEA} | R Documentation |
Generate a new pair of Basis Functions
Description
This function generates two new basis functions from a variable and a knot.
Usage
CreateBF(data, xi, knt, B, p)
Arguments
data |
|
xi |
|
knt |
Knot for creating the new basis function(s). |
B |
|
p |
|
Value
Matrix of basis function (B
) updated with the new basis
functions.
[Package boostingDEA version 0.1.0 Index]