Library: | times |
See also: | spec |
Quantlet: | parzen | |
Description: | calculates the parzen window |
Usage: | w=parzen(x,t) | |
Input: | ||
x | grid on which the function is calculated | |
t | truncation point | |
Output: | ||
w | Parzen window |
library("times") parzen(0,9)
Contents of w [1,] 6.75
Library: | times |
See also: | spec |