records: Calculate Record Development

Description Usage Arguments Details Value Examples

Description

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

Usage

1
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

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

evir documentation built on May 2, 2019, 12:21 p.m.

Related to records in evir...