Learn R Programming

yuima (version 1.15.2)

rconst: 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

Examples

Run this code
# NOT RUN {
dconst(1,1)
dconst(2,1)
dconst(2,2)

rconst(10,3)
# }

Run the code above in your browser using DataLab