varu(process, method = c("saddlepoint", "hypoexp"), ...)
hypoexpVaru(process)
saddlepointVaru(process, type = 2)
"riskproc"
object.saddlepointVaru
,
depending on the value of method
. If method = "saddlepoint"
or if saddlepointVaru
is used, the
returned function has an additional second argument giving the number of
iterations.
varu
is a wrapper function for hypoexpVaru
and
saddlepointVaru
. hypoexpVaru
calculates the value at ruin in the case of
hypo-exponentially distributed claim amounts by numerical inversion of the
probability of ruin, which can be computed exactly.
saddlepointVaru
uses saddlepoint techniques for the approximation of
the value at ruin, more specifically, the inversion algorithms provided by
Wang (1995). The first one (type = 1
) is only given for
completeness (or comparison purposes), because, due to repeatedly switching
back and forth between the monetary domain the frequency (saddlepoint)
domain, it is much slower than the second one (type = 2
), which is
performed entirely in the frequency domain. Refer to the references given
below for more details.