yuima.lawMethods 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, ...)returns a vector of random numbers.
returns the density at x.
returns the cumulative distribution function at q.
returns the quantile function at p.
an object of class yuima.law
sample size of random number to be generated by means of the method rand.
vector containing model parameters
additional arguments.
vector containing values for the evaluation of the density using the method dens.
logical variable. If TRUE the method dens returns the log density at x
a vector for the evaluation of the cdf.
a set of probabilities for the evaluation of the quantile function.
YUIMA TEAM