LawMethods | R Documentation |
yuima.law
Methods for an object of class yuima.law
.
rand(object, n, param, ...)
dens(object, x, param, log = FALSE, ...)
cdf(object, q, param, ...)
quant(object, p, param, ...)
object |
an object of class |
n |
sample size of random number to be generated by means of the method |
param |
vector containing model parameters |
... |
additional arguments. |
x |
vector containing values for the evaluation of the density using the method |
log |
logical variable. If TRUE the method |
q |
a vector for the evaluation of the cdf. |
p |
a set of probabilities for the evaluation of the quantile function. |
rand |
returns a vector of random numbers. |
dens |
returns the density at |
cdf |
returns the cumulative distribution function at |
quant |
returns the quantile function at |
There may be missing information in the description. Please contribute with suggestions and fixings.
Contacts: Lorenzo Mercuri lorenzo.mercuri@unimi.it
YUIMA TEAM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.