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

Macro: symweigh
Description: symweigh computes the symmetrical weights

Usage: y = symweigh (x, h, n, f)
Input:
x n x 1 vector
h n x 1 vector or number
n n x 1 vector or number
f 1 x 1 address of function
Output:
y k x 1 matrix

Example:
library("kernel") 
x=(0.1)*(1:4)                                             
h=x                                                      
n=10*x+1                                             
y = symweigh(x, h, n, "qua")                                
Result:

Library: kernel

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: Sigbert Klinke, Stefan Sperlich, Wolfgang Stockmeyer, 951124 Lijian Yang, 960321
(C) MD*TECH Method and Data Technologies, 28.6.1999