Description Usage Arguments Details Value See Also Examples
Used the Normal Distribution function to generate random monthly time series datasets that end on the current date.
1 |
n |
number of observations. If length(n) > 1, the length is taken to be the number required. |
mean |
vector of means. |
sd |
vector of standard deviations. |
initial |
numeric; provides the initial value for the time series variable. |
allownegatives |
logical; if TRUE (default), negative values remain otherwise, negative values are replaced with |
If mean or sd are not specified they assume the default values of 0 and 1, respectively.
ts.rnorm generates random deviates.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.