setLaw: Random variable constructor

View source: R/yuima.law.r

setLawR Documentation

Random variable constructor

Description

Constructor of a random variable

Usage

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

Value

object of class yuima.law

Note

Insert additional info

Author(s)

YUIMA TEAM


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

Related to setLaw in yuima...