TestFunctions (version 0.2.0)

TF_Gfunction: 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)

Value

Function output evaluated at x.

Arguments

x

Input vector at which to evaluate.

a

Parameter for Gfunction

Examples

Run this code
TF_Gfunction(rep(0,8))
TF_Gfunction(rep(1,8))

Run the code above in your browser using DataLab