| yuima.law-class {yuima} | R Documentation |
yuima law-class: A mathematical description for the noise.
Description
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.
Slots
- rng
-
A user defined function that generates the noise sample.
- density
-
A user defined function that is the density of the noise at time
t. - cdf
-
A user defined function that is the cumulative distribution function of the noise at time
t. - quantile
A user defined function that is the quantile of the noise at time
t.- characteristic
-
A user defined function that is the characteristic function of the noise at time
t. - param.measure
A
characterobject that contains the parameters of the noise.- time.var
-
the label of the time variable.
- dim
-
Dimension of the noise
Methods
- rand
signature(object = "yuima.law", n = "numeric", param = "list", ...): This method returns a sample of the noise,nis the sample size.- dens
signature(object = "yuima.law", x = "numeric", param = "list", log = FALSE, ...): This method returns the density of the noise,xis the vector of the support.- cdf
signature(object = "yuima.law", q = "numeric", param = "list", ...): This method returns the cdf of the noise,qis the vector of the support.- quant
signature(object = "yuima.law", p = "numeric", param = "list", ...): This method returns the quantile of the noise,pis the vector of the support.- char
signature(object = "yuima.law", u = "numeric", param = "list", ...): This method returns the characteristic function of the noise,uis the vector of the support.
Author(s)
The YUIMA Project Team
Contacts: Lorenzo Mercuri lorenzo.mercuri@unimi.it