powered by
Represent Asymmetric Smoothing Kernels: normal, cosine, triweight, quartic and uniform.
Kernel.asymmetric(u,type.Ker="AKer.norm") AKer.norm(u) AKer.cos(u) AKer.epa(u) AKer.tri(u) AKer.quar(u) AKer.unif(u)
Type of asymmetric metric kernel, by default asymmetric normal kernel.
Data.
Returns asymmetric kernel.
Type of Asymmetric kernel:
AKer.norm
AKer.cos
AKer.epa
AKer.tri
AKer.quar
AKer.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.asymmetric(u=y) b<-Kernel.asymmetric(type.Ker="AKer.tri",u=y) c=AKer.cos(y) # }
Run the code above in your browser using DataLab