powered by
Represent symmetric smoothing kernels:: normal, cosine, triweight, quartic and uniform.
Kernel(u, type.Ker = "Ker.norm")
Returns symmetric kernel.
Data.
Type of Kernel. By default normal kernel.
Manuel Febrero-Bande, Manuel Oviedo de la Fuente manuel.oviedo@udc.es
Type of kernel:
Ker.norm
Ker.cos
Ker.epa
Ker.tri
Ker.quar
Ker.unif
Ferraty, F. and Vieu, P. (2006). Nonparametric functional data analysis. Springer Series in Statistics, New York.
Hardle, W. Applied Nonparametric Regression. Cambridge University Press, 1994.
y=qnorm(seq(.1,.9,len=100)) a<-Kernel(u=y) b<-Kernel(type.Ker="Ker.tri",u=y) c=Ker.cos(y)
Run the code above in your browser using DataLab