Learn R Programming

TestFunctions (version 0.2.2)

TF_chengsandu: TF_chengsandu: chengsandu function for evaluating a single point.

Description

TF_chengsandu: chengsandu function for evaluating a single point.

Usage

TF_chengsandu(x)

Value

Function output evaluated at x.

Arguments

x

Input vector at which to evaluate.

References

Cheng, Haiyan, and Adrian Sandu. "Collocation least-squares polynomial chaos method." In Proceedings of the 2010 Spring Simulation Multiconference, p. 80. Society for Computer Simulation International, 2010.

Examples

Run this code
TF_chengsandu(rep(0,2))
TF_chengsandu(rep(1,2))

Run the code above in your browser using DataLab