TF_gramacy6D {TestFunctions} | R Documentation |
TF_gramacy6D: gramacy6D function for evaluating a single point.
Description
From Gramacy and Lee (2009).
Usage
TF_gramacy6D(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_gramacy6D(rep(0,6))
TF_gramacy6D(rep(1,6))
[Package TestFunctions version 0.2.1 Index]