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 epa gau qua tri trian

Quantlet: uni
Description: uni computes the uniform kernel, multivariate

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

Example:
library("kernel")
x = aseq(-2, 41, 0.1)
y = uni(x)
t=createdisplay(1,1)
show(t,1,1,x~y)

Result:
The kernel is pictured



Author: I. Proenca, L. Yang, 19951117
(C) MD*TECH Method and Data Technologies, 05.02.2006