interpRBF: Apply the trained cubic, MQ or Gaussian RBF interpolation to...

Description Usage Arguments Value Author(s) See Also

View source: R/RbfInter.R

Description

Apply the trained cubic, MQ or Gaussian RBF interpolation to new data for d>1.

Usage

1
interpRBF(x, rbf.model)

Arguments

x

vector holding a point of dimension d

rbf.model

trained RBF model (or set of models), see trainCubicRBF or trainGaussRBF

Value

value s(\vec{x}) of the trained model at \vec{x}
- or -
vector s_j( \vec{x}) with values for all trained models j=1,...,m at \vec{x}

Author(s)

Wolfgang Konen (wolfgang.konen@th-koeln.de)

See Also

trainCubicRBF, trainMQRBF, trainGaussRBF, predict.RBFinter


SACOBRA documentation built on March 26, 2020, 7:15 p.m.