Learn R Programming

yuima (version 1.15.27)

setLaw: 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)

Value

object of class yuima.law

Arguments

rng

function

density

function

cdf

function

characteristic

function

quant

function

time.var

label

dim

label

Author

YUIMA TEAM

Details

Insert additional info