View source: R/present_value_of_future_risk.R
present_value_future_risk | R Documentation |
This function calculates the present value of future risk. See section 5.5 on page 32 in CNAIM (2021).
present_value_future_risk(pof, cof, r = 0.035)
pof |
A vector of the probability of failure of the asset over years |
cof |
The consequence of failure of the asset |
r |
discount rate |
DNO Common Network Asset Indices Methodology (CNAIM), Health & Criticality - Version 2.1, 2021: https://www.ofgem.gov.uk/sites/default/files/docs/2021/04/dno_common_network_asset_indices_methodology_v2.1_final_01-04-2021.pdf
present_value_future_risk(c(0.1, 0.2, 0.5), 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.