setLaw function

Random variable constructor

Random variable constructor

Constructor of a random variable

setLaw(rng = function(n, ...) { NULL }, density = function(x, ...) { NULL }, cdf = function(q, ...) { NULL }, quant = function(p, ...) { NULL }, characteristic = function(u, ...) { NULL }, time.var = "t", dim = NA)

Arguments

  • rng: function
  • density: function
  • cdf: function
  • characteristic: function
  • quant: function
  • time.var: label
  • dim: label

Details

Insert additional info

Returns

object of class yuima.law

Author(s)

YUIMA TEAM

Note

Insert additional info

  • Maintainer: Stefano M. Iacus
  • License: GPL-2
  • Last published: 2024-02-29