powered by
Represent symmetric smoothing kernels:: normal, cosine, triweight, quartic and uniform.
Kernel(u,type.Ker="Ker.norm") Ker.norm(u) Ker.cos(u) Ker.epa(u) Ker.tri(u) Ker.quar(u) Ker.unif(u)
Type of Kernel. By default normal kernel.
Data.
Returns symmetric kernel.
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.
# NOT RUN { 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