Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: kernel
See also: cosi gau qua tri trian uni

Macro: epa
Description: epa computes the epanechnikov kernel, multivariate

Usage: y = epa(x)
Input:
x n x p matrix
Output:
y n x 1 matrix

Example:
library("kernel") 
x = aseq(-1, 21, 0.1) 
y = epa(x) 
t=createdisplay(1,1)                                      
show(t,1,1,x~y)                                    
Result:
The kernel is pictured  

Library: kernel
See also: cosi gau qua tri trian uni

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Author: Isabel Proenca & Lijian Yang, 951117
(C) MD*TECH Method and Data Technologies, 17.8.2000