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