MARSAdaptedSmooth {boostingDEA}R Documentation

Smoothing (Forward) Multivariate Adaptive Frontier Splines

Description

This function smoothes the Forward MARS predictor.

Usage

MARSAdaptedSmooth(data, nX, knots, y)

Arguments

data

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

nX

number of inputs in data.

knots

data.frame containing knots from Forward MARS.

y

output indexes in data.

Value

List containing the set of knots from backward (knots), the new cubic knots (cubic_knots) and the set of coefficients (alpha).


[Package boostingDEA version 0.1.0 Index]