claiminfo {sdprisk} | R Documentation |
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. |
Details
Typicall usages are:
claiminfo(mgf, mgf.d1, mgf.d2, pdf, cdf, mean)
To be completed.
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.
Note
To be completed.
See Also
Examples
## For hypo-exponentially distribution claim amounts
claiminfo(hypoexp = list(rates = c(1, 10)))
## A more complicated example
## Not run: claiminfo()
[Package sdprisk version 1.1-6 Index]