yuima law-class
: A mathematical description for the noise.A yuima class that contains all information on the noise. This class is a bridge between a yuima.model-class
and a noise constructed by users.
A user defined function that generates the noise sample.
A user defined function that is the density of the noise at time t
.
A user defined function that is the cumulative distribution function of the noise at time t
.
A user defined function that is the quantile of the noise at time t
.
A user defined function that is the characteristic function of the noise at time t
.
A character
object that contains the parameters of the noise.
the label of the time variable.
Dimension of the noise
signature(object = "yuima.law", n = "numeric",
param = "list", ...)
: This method returns a sample of the noise, n
is the sample size.
signature(object = "yuima.law", x = "numeric",
param = "list", log = FALSE, ...)
: This method returns the density of the noise, x
is the vector of the support.
signature(object = "yuima.law", q = "numeric",
param = "list", ...)
: This method returns the cdf of the noise, q
is the vector of the support.
signature(object = "yuima.law", p = "numeric",
param = "list", ...)
: This method returns the quantile of the noise, p
is the vector of the support.
signature(object = "yuima.law", u = "numeric",
param = "list", ...)
: This method returns the characteristic function of the noise, u
is the vector of the support.
The YUIMA Project Team
Contacts: Lorenzo Mercuri lorenzo.mercuri@unimi.it