make_table_stress_state: make_table_stress_state

Description Usage Arguments Value Examples

View source: R/make_table_stress_state.R

Description

This function takes the list of state values and generates a B times 4 dataframe with the Bank_name, a_1, e_1, and lambda_1

Usage

1

Arguments

dat

a list of state matrices. The output of make_state_variables

Value

a B times 4 dataframe with the variables Bank_name, a_1, e_1, and lambda_1

Examples

1
2
3
stress_data <- make_stress_data(eba_exposures_2016, eba_impairments_2016, 1, 2015)
state_variables <- make_state_variables(stress_data)
make_table_stress_state(state_variables)

Martin-Summer-1090/syslosseval documentation built on Dec. 17, 2021, 3:14 a.m.