IntegrQuantileSD-constructor {quantspec} | R Documentation |
Create an instance of the IntegrQuantileSD
class.
Description
Create an instance of the IntegrQuantileSD
class.
Usage
integrQuantileSD(
object = 2^8,
type = c("copula", "Laplace"),
ts = rnorm,
seed.init = 2581,
levels.1 = 0.5,
levels.2 = levels.1,
R = 1,
quiet = FALSE
)
Arguments
object |
the number |
type |
can be either |
ts |
a function that has one argument |
seed.init |
an integer serving as an initial seed for the simulations. |
levels.1 |
A vector of length |
levels.2 |
A vector of length |
R |
an integer that determines the number of independent simulations; the larger this number the more precise is the result. |
quiet |
Don't report progress to console when computing the |
Value
Returns an instance of IntegrQuantileSD
.
See Also
For an example see IntegrQuantileSD
.