Library: | graphic |
See also: | grbar grbox grdot grdotd grhist |
Quantlet: | grash | |
Description: | Generates an averaged shifted histogram. |
Usage: | fh = grash (x, {h, {k, {col}}}) | |
Input: | ||
xr | n x 1 vector | |
h | scalar binwidth | |
k | scalar number of shifts | |
col | color | |
Output: | ||
fh | composed graphical object |
library ("graphic") t = (normal(25)-8)|(normal(25)+8)|normal(100)|(normal(10)+25) bp = grash (t) d = createdisplay (1,1) show (d, 1, 1, bp)
shows the average shifted histogram
Library: | graphic |
See also: | grbar grbox grdot grdotd grhist |