EstimCoeffsForward: Estimate Coefficients in Multivariate Adaptive Frontier...

View source: R/ForwardAlgorithm.R

EstimCoeffsForwardR 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

matrix of basis functions.

y

Output vector in data.

Value

vector with the coefficients estimated.


boostingDEA documentation built on May 31, 2023, 6:33 p.m.