50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

OpVaR (version 1.2)

lossdat: Example loss data set

Description

A minimal loss data set comprising 4 cells (referring to a 2x2 business line/event type operational risk setting).

Usage

data("lossdat")

Arguments

Format

The format is: List of 4 $ :'data.frame': 1965 obs. of 3 variables: ..$ Loss : num [1:1965] 1877 1807 918 1480 1218 ... ..$ Period: num [1:1965] 1 1 1 1 1 1 1 1 1 1 ... ..$ Date : Date[1:1965], format: "2016-12-30" "2016-12-25" "2016-12-22" ... $ :'data.frame': 2025 obs. of 3 variables: ..$ Loss : num [1:2025] 181 610 961 1312 259 ... ..$ Period: num [1:2025] 1 1 1 1 1 1 1 1 1 1 ... ..$ Date : Date[1:2025], format: "2016-12-30" "2016-12-30" "2016-12-28" ... $ :'data.frame': 1995 obs. of 3 variables: ..$ Loss : num [1:1995] 1334 1067 1068 714 1590 ... ..$ Period: num [1:1995] 1 1 1 1 1 1 1 1 1 1 ... ..$ Date : Date[1:1995], format: "2016-12-31" "2016-12-28" "2016-12-26" ... $ :'data.frame': 1941 obs. of 3 variables: ..$ Loss : num [1:1941] 650 847 242 513 264 ... ..$ Period: num [1:1941] 1 1 1 1 1 1 1 1 1 1 ... ..$ Date : Date[1:1941], format: "2016-12-31" "2016-12-28" "2016-12-22" ...

Details

4 cells with Losses, Time Stamp and Discrete-Time Period (referring to e.g., a quarterly or annual basis).

Examples

Run this code
# NOT RUN {
data(lossdat)
summary(lossdat)
# }

Run the code above in your browser using DataLab