setLaw {yuima} | R 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
[Package yuima version 1.15.27 Index]