| Library: | kernel |
| See also: | repa rqua rtrian rtri genvub |
| Macro: | runi | |
| Description: |
runi computes the multivariate radial symmetric
uniform kernel
|
| Usage: | y = runi(x) | |
| Input: | ||
| x | n x p matrix | |
| Output: | ||
| y | n x 1 matrix | |
library("kernel")
x = aseq(-2, 41, 0.1)
y = runi(x)
t=createdisplay(1,1)
show(t,1,1,x~y)
The kernel is pictured
| Library: | kernel |
| See also: | repa rqua rtrian rtri genvub |