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: metrics
See also: adeind adeslp

Macro: wtsder
Description: computes the weights for derivative estimation for the use with the quatric kernel in the context of binning

Usage: wts = wtsder(d,m,d1)
Input:
d scalar , the dimension of the variable
m d x 1 vector or scalar , discretization parameter
d1 scalar , the coordinate in which the derivative is calculated
Output:
wts k x 1 matrix ,

Example:
library("sim")
d = 3
d1= 2
m = 5
wts = wtsder(d,m,d1)
wts 
Result:
the computed weights for derivative estimation that is
using the quatric kernel

Library: metrics
See also: adeind adeslp

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: Sperlich & Stockmeyer 960730
(C) MD*TECH Method and Data Technologies, 28.6.1999