wn(timeslab) | R Documentation |
Simulate White Noise Data
wn(seed,n,dist=1)
seed |
Real scalar containing the seed for the random number generator. |
n |
Integer containing the length of the desired realization. |
dist |
Integer containing the number of the distribution to use based on the following values: |
|
1 ~~ N(0,1) |
|
2 ~~ U(0,1) |
|
3 ~~ Unit exponential |
|
4 ~~ Logistic |
|
5 ~~ Standard Cauchy |
|
6 ~~ Extreme value |
|
7 ~~ Lognormal |
|
8 ~~ Double exponential |
wn |
returns a realization of white noise from the specified distribution. |