waved.example | R Documentation |
Generate data sets and figures to illustrate the WaveD function.
waved.example(pr = TRUE, gr=TRUE)
pr |
If pr=TRUE (default) uses the same parameters as in the reference paper below. If pr=FALSE user level parameter specifications. |
gr |
If gr=TRUE (default) text and graphical displays are provided. |
lidar.noisy |
Noisy blurred LIDAR signal (Gaussian noise) |
lidar.noisyT |
Noisy blurred LIDAR signal (Student $t_2$ noise) |
doppler.noisy |
Noisy blurred Doppler signal (Gaussian noise) |
doppler.noisyT |
Noisy blurred Doppler signal (Student $t_2$ noise) |
lidar.blur |
Blurred LIDAR signal |
doppler.blur |
Blurred Doppler signal |
t |
Rime vector scaled to [0,1] |
n |
Sample size |
g |
Convolution kernel |
lidar |
LIDAR signal |
doppler |
Doppler signal. |
seed |
Used in set.seed |
sigma |
Noise standard deviation. |
g.noisy |
Convolution kernel plus Gaussian noise. |
g.noisyT |
Convolution kernel plus Student $t_2$ noise. |
dip |
Degree of Ill-posedness. |
k.scale |
Scale of the convolution kernel |
Marc Raimondo
Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.
WaveD
data=waved.example(TRUE,FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.