setLaw | R Documentation |
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)
rng |
function |
density |
function |
cdf |
function |
characteristic |
function |
quant |
function |
time.var |
label |
dim |
label |
Insert additional info
object of class yuima.law
Insert additional info
YUIMA TEAM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.