gw_f0 | R Documentation |
Gu and Wabha test functions
gw_f0(x, ...)
gw_f1(x, ...)
gw_f2(x, ...)
gw_f3(x, ...)
x |
numeric; vector of points to evaluate the function at, on interval (0,1) |
... |
arguments passed to other methods, ignored. |
x <- seq(0, 1, length = 6)
gw_f0(x)
gw_f1(x)
gw_f2(x)
gw_f3(x) # should be constant 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.