TF_Gfunction {TestFunctions} | R Documentation |
TF_Gfunction: G-function for evaluating a single point.
Description
TF_Gfunction: G-function for evaluating a single point.
Usage
TF_Gfunction(x, a = (1:length(x) - 1)/2)
Arguments
x |
Input vector at which to evaluate. |
a |
Parameter for Gfunction |
Value
Function output evaluated at x.
Examples
TF_Gfunction(rep(0,8))
TF_Gfunction(rep(1,8))
[Package TestFunctions version 0.2.1 Index]