TF_gramacy2Dexp {TestFunctions} | R Documentation |
TF_gramacy2Dexp: gramacy2Dexp function for evaluating a single point.
Description
TF_gramacy2Dexp: gramacy2Dexp function for evaluating a single point.
Usage
TF_gramacy2Dexp(x)
Arguments
x |
Input vector at which to evaluate. |
Value
Function output evaluated at x.
References
Gramacy, Robert B., and Herbert KH Lee. "Adaptive design and analysis of supercomputer experiments." Technometrics 51.2 (2009): 130-145.
Examples
TF_gramacy2Dexp(rep(0,2))
TF_gramacy2Dexp(rep(1,2))
[Package TestFunctions version 0.2.1 Index]