Learn R Programming

gratia (version 0.9.0)

gw_f0: Gu and Wabha test functions

Description

Gu and Wabha test functions

Usage

gw_f0(x, ...)

gw_f1(x, ...)

gw_f2(x, ...)

gw_f3(x, ...)

Arguments

x

numeric; vector of points to evaluate the function at, on interval (0,1)

...

arguments passed to other methods, ignored.

Examples

Run this code
# \dontshow{
op <- options(digits = 4)
# }
x <- seq(0, 1, length = 6)
gw_f0(x)
gw_f1(x)
gw_f2(x)
gw_f3(x) # should be constant 0
# \dontshow{
options(op)
# }

Run the code above in your browser using DataLab