funGauss: funGauss (No. 15, More No. 9)

funGaussR Documentation

funGauss (No. 15, More No. 9)

Description

3-dim Gaussian Test Function

Usage

funGauss(x)

Arguments

x

matrix of points to evaluate with the function. Rows for points and columns for dimension.

Value

1-column matrix with resulting function values

References

Unpublished

Examples

x1 <- matrix(c(1,1,1),1,)
funGauss(x1)

res1 <- spot(,funGauss,
  c(-0.001,-0.007,-0.003),
  c(0.5,1.0,1.1),
  control=list(funEvals=15))
  plotModel(res1$model, which = 1:2)


SPOT documentation built on June 26, 2022, 1:06 a.m.