rconst {yuima} | R Documentation |
Fictitious rng for the constant random variable used to generate and describe Poisson jumps.
Description
Fictitious rng for the constant random variable used to generate and describe Poisson jumps.
Usage
rconst(n, k = 1)
dconst(x, k = 1)
Arguments
n |
number of replications |
k |
the size of the jump |
x |
the fictitious argument |
Value
returns a numeric vector
Author(s)
The YUIMA Project Team
Examples
dconst(1,1)
dconst(2,1)
dconst(2,2)
rconst(10,3)
[Package yuima version 1.15.27 Index]