Learn R Programming

yuima (version 1.15.27)

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)

Value

returns a numeric vector

Arguments

n

number of replications

k

the size of the jump

x

the fictitious argument

Author

The YUIMA Project Team

Examples

Run this code
dconst(1,1)
dconst(2,1)
dconst(2,2)

rconst(10,3)

Run the code above in your browser using DataLab