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