TF_Gfunction: TF_Gfunction: G-function for evaluating a single point.

View source: R/functions1.R

TF_GfunctionR 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))

TestFunctions documentation built on May 29, 2024, 11 a.m.