kernelpen {GLAD} | R Documentation |
Krenel function used in the penalty term.
kernelpen(x, type="tricubic", param)
x |
Real Value. |
type |
Type of kernelpen to be used |
param |
a named vector. |
The only kernel available is the "tricubic" kernel which takes
the values (1 - (x/d)^3)^3. The value of d is given by
param=c(d=6)
for example.
Philippe Hupé, Philippe.Hupe@curie.fr