claiminfo: Distribution Information about Individual Claim Amounts
Description
Creates or tests for claim information objects.
Usage
claiminfo(…)
is.claiminfo(x)
is.hypoexp(x)
Arguments
x
An R object
…
various objects determining the individual claim amount
distribution. Refer to the details section.
Value
claiminfo returns an object of the class "claiminfo" (see
details section).
is.claiminfo returns TRUE if x is a "claiminfo"
object, and FALSE otherwise.
is.hypoexp returns TRUE if x is a "claiminfo"
object describing hypo-exponentially distributed individual claim amounts
(see dhypoexp), and FALSE otherwise. If x is a
riskproc object, the function is applied to the
"claiminfo" object contained within it.
# NOT RUN {## For hypo-exponentially distribution claim amountsclaiminfo(hypoexp = list(rates = c(1, 10)))
## A more complicated example# }# NOT RUN {claiminfo()
# }