An open API service indexing awesome lists of open source software.

https://github.com/joshua-m-connors/r-fair-risk-pert

Simple code written in R to calculate risk using the factor analysis of information risk (FAIR) methodology. Uses PERT distributions for the monte carlo simulations.
https://github.com/joshua-m-connors/r-fair-risk-pert

factor-analysis-information-risk fair monte-carlo monte-carlo-simulation openfair pert r risk-analysis risk-modelling

Last synced: 4 months ago
JSON representation

Simple code written in R to calculate risk using the factor analysis of information risk (FAIR) methodology. Uses PERT distributions for the monte carlo simulations.

Awesome Lists containing this project

README

        

This is a very simple method for calculating risk, using R, based upon the factor analysis of information risk (FAIR) method.

Editing the input variables is done directly within the code. The variables are at the top of the code.

The risk analysis may be performed at various levels with adjustments being made by commenting and uncommenting the appropriate lines within the code.

Exampe Output and Results:

Console Output:

![image](https://user-images.githubusercontent.com/79239127/129264323-511bdd3c-5ba4-4abe-b0fc-e8d34a38ce68.png)

Plot Output:

![image](https://user-images.githubusercontent.com/79239127/129264431-36633c60-18c5-4e0c-8aec-0f731f2003bc.png)

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)