records {evir}R Documentation

Calculate Record Development

Description

Creates a data frame showing the development of records in a dataset and calculating the expected behaviour for iid data.

Usage

records(data, do.plot = TRUE, conf.level = 0.95, ...)

Arguments

data data vector
do.plot whether a plot of record development should be created
conf.level confidence level for record development plot
... graphics parameters

Details

Records are counted and the observations at which they occur recorded. This is compared with the expected behaviour for iid data.

Value

A data frame.

Examples

## Not run: data(danish)
## Not run: records(danish) 
# Record fire insurance losses in Denmark 

[Package evir version 1.6 Index]