⚖Open Source Toolkit for Quantitative Risk Assessment
evaluator is an open source quantitative risk analysis toolkit. Based on
the OpenFAIR ontology and
risk analysis standard,
evaluator empowers an organization to perform a quantifiable,
repeatable, and data-driven risk review.
Three sample outputs of this toolkit are available:
Install evaluator via the standard CRAN mechanisms. If you wish to use
the optional, but recommended, reporting functions, also install the
suggested dependencies. These additional packages are not needed for
modeling, but are used in the generation of reports.
install.packages("evaluator", dependencies = TRUE)
If you wish to run the development (and potentially bleeding edge)
version of evaluator, you can install directly from GitHub with the
following devtools
command.
# install.pacakges("devtools")
devtools::install_github("davidski/evaluator", dependencies = TRUE)
Optionally, Docker images with all dependencies pre-installed are
available on the Docker Hub.
The primary workflow for evaluator involves gathering data in Excel then
running the analysis from within the R and Evaluator environment:
From Excel:
From Evaluator:
A detailed guide is available in the vignette accessed viavignette("usage", package="evaluator")
. A short screencast showing the
basic workflow (not including generation of reports) is available below:
While evaluator is a powerful tool, it does not attempt to address
interactions between risk scenarios, rolling up multiple levels of risk
into aggregations, or other advanced topics. As you become more
comfortable with quantitative risk analysis, you may wish to dive deeper
into these areas (and I hope you do!). The following resources may help
you explore these and other topics in risk management.
This project is governed by a Code of
Conduct. By
participating in this project you agree to abide by these terms.
The MIT License applies.