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: epa dcdenest nparmaest npgarchest

Quantlet: epamFT
Description: Auxiliary routine. Computes function values of the Fourier transform of a kernel used for deconvolution estimators.

Reference(s):

Usage: y = epamFT(x)
Input:
x n x 1 vector
Output:
y n x 1 vector

Example:
library("kernel")
x=-0.75|0.2|0.6
y=epamFT(x)
y

Result:
Contents of y
[1,]  0.27734
[2,]     0.96
[3,]  0.62751



Author: M. Mueller, 20020304
(C) MD*TECH Method and Data Technologies, 05.02.2006