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: gau denxest regxest sker

Quantlet: ngau
Description: computes the rescaled Gaussian kernel ngau(u) = 5.*gau(5.*u), multivariate.

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

Example:

library("kernel") 

x = aseq(-5, 201, 0.1) 

y = ngau(x) 

t=createdisplay(1,1)                                      

show(t,1,1,x~y)                                    

Result:

The kernel is pictured  


Library: kernel
See also: gau denxest regxest sker

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: Marlene Mueller, 990419
(C) MD*TECH Method and Data Technologies, 21.9.2000