summary.ELT {tailloss} | R Documentation |
Summary statistics for class ELT.
Description
Summary statistics for class ELT.
Usage
## S3 method for class 'ELT'
summary(object, theta = 0, cap = Inf, t = 1, ...)
Arguments
object |
An object of class |
theta |
Scalar containing information about the variance of the Gamma distribution: |
cap |
Scalar representing the financial cap on losses for a single event, i.e. the maximum possible loss caused by a single event. The default value is |
t |
Scalar representing the time period of interest. The default value is |
... |
additional arguments affecting the summary produced. |
Value
A list containing the data summary, and the means and the standard deviations of N
, Y
, and S
.
Examples
data(UShurricane)
summary(ELT(UShurricane))