TF_moon_high {TestFunctions} | R Documentation |
TF_moon_high: Moon (2010) high-dimensional function for evaluating a single point.
Description
TF_moon_high: Moon (2010) high-dimensional function for evaluating a single point.
Usage
TF_moon_high(x)
Arguments
x |
Input vector at which to evaluate. |
Value
Function output evaluated at x.
Examples
TF_moon_high(rep(0,20))
TF_moon_high(rep(1,20))
[Package TestFunctions version 0.2.1 Index]