rconst | R Documentation |
Fictitious rng for the constant random variable used to generate and describe Poisson jumps.
rconst(n, k = 1) dconst(x, k = 1)
n |
number of replications |
k |
the size of the jump |
x |
the fictitious argument |
returns a numeric vector
The YUIMA Project Team
dconst(1,1) dconst(2,1) dconst(2,2) rconst(10,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.