rconst: Fictitious rng for the constant random variable used to...

View source: R/setPoisson.R

rconstR 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)

yuima documentation built on Nov. 14, 2022, 3:02 p.m.

Related to rconst in yuima...