rconst function

Fictitious rng for the constant random variable used to generate and describe Poisson jumps.

Fictitious rng for the constant random variable used to generate and describe Poisson jumps.

rconst(n, k = 1) dconst(x, k = 1)

Arguments

  • n: number of replications
  • k: the size of the jump
  • x: the fictitious argument

Returns

returns a numeric vector

Author(s)

The YUIMA Project Team

Examples

dconst(1,1) dconst(2,1) dconst(2,2) rconst(10,3)
  • Maintainer: Stefano M. Iacus
  • License: GPL-2
  • Last published: 2024-02-29