All Projects → davidski → evaluator

davidski / evaluator

Licence: other
⚖Open Source Toolkit for Quantitative Risk Assessment

Programming Languages

r
7636 projects
CSS
56736 projects

Projects that are alternatives of or similar to evaluator

collector
⚖Open Source Toolkit for Conducting Quantitative Risk Assessment Interviews
Stars: ✭ 26 (-78.33%)
Mutual labels:  risk, risk-assessment, risk-management, openfair, tidyrisk
IDVerification
"Very simple but works well" Computer Vision based ID verification solution provided by LibraX.
Stars: ✭ 44 (-63.33%)
Mutual labels:  risk, risk-management
LogESP
Open Source SIEM (Security Information and Event Management system).
Stars: ✭ 162 (+35%)
Mutual labels:  risk-assessment, risk-management
awesome-risks
Sample Risks for a Software Project
Stars: ✭ 36 (-70%)
Mutual labels:  risk, risk-management
havengrc
☁️Haven GRC - easier governance, risk, and compliance 👨‍⚕️👮‍♀️🦸‍♀️🕵️‍♀️👩‍🔬
Stars: ✭ 83 (-30.83%)
Mutual labels:  risk-assessment, risk-management
ad-privileged-audit
Provides various Windows Server Active Directory (AD) security-focused reports.
Stars: ✭ 42 (-65%)
Mutual labels:  risk-assessment
RiskInDroid
A tool for quantitative risk analysis of Android applications based on machine learning techniques
Stars: ✭ 69 (-42.5%)
Mutual labels:  risk
lifelib
Python package of actuarial models, tools, examples and learning materials.
Stars: ✭ 94 (-21.67%)
Mutual labels:  risk-management
EngineX
Engine X - 实时AI智能决策引擎、规则引擎、风控引擎、数据流引擎。 通过可视化界面进行规则配置,无需繁琐开发,节约人力,提升效率,实时监控,减少错误率,随时调整; 支持规则集、评分卡、决策树,名单库管理、机器学习模型、三方数据接入、定制化开发等;
Stars: ✭ 369 (+207.5%)
Mutual labels:  risk-management
okama
Investment portfolio and stocks analyzing tools for Python with free historical data
Stars: ✭ 87 (-27.5%)
Mutual labels:  risk-management
SAFETAG
SAFETAG is a curricula, a methodology, and a framework for security auditors working with advocacy groups.
Stars: ✭ 73 (-39.17%)
Mutual labels:  risk-assessment
flowrisk
A Python Implementation of Measures for Order Flow Risk, e.g. VPIN
Stars: ✭ 53 (-55.83%)
Mutual labels:  risk
finance-courses
Notes and examples about Portfolio Construction and Analysis with Python (Jupyter notebooks)
Stars: ✭ 104 (-13.33%)
Mutual labels:  risk-management
risk
A game of Risk played on a hexgrid.
Stars: ✭ 95 (-20.83%)
Mutual labels:  risk
OasisLMF
Loss modelling framework.
Stars: ✭ 84 (-30%)
Mutual labels:  risk
0rsk
Online Risk Manager
Stars: ✭ 18 (-85%)
Mutual labels:  risk-management
DRIP
Fixed Income Analytics, Portfolio Construction Analytics, Transaction Cost Analytics, Counter Party Analytics, Asset Backed Analytics
Stars: ✭ 44 (-63.33%)
Mutual labels:  risk
RISKIM
Assets' Risk Management Using Mean-Variance Opt Based On Mult-Factors Trending Prediction
Stars: ✭ 25 (-79.17%)
Mutual labels:  risk-management
FinancialToolbox.jl
Useful functions for Black–Scholes Model in the Julia Language
Stars: ✭ 31 (-74.17%)
Mutual labels:  risk-management
Credit
An example project that predicts risk of credit card default using a Logistic Regression classifier and a 30,000 sample dataset.
Stars: ✭ 18 (-85%)
Mutual labels:  risk-assessment

evaluator evaluator Logo

R build status Coverage Status CRAN_Status_Badge downloads

Overview

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:

  1. A sample risk analysis report
  2. A one page risk dashboard
  3. A demonstration copy of Scenario Explorer

Installation

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.

Usage

The primary workflow for evaluator involves gathering data in Excel then running the analysis from within the R and Evaluator environment:

From Excel:

  1. Populate the evaluator-supplied data acquisition spreadsheet

From Evaluator:

  1. Import the data
  2. Prepare the data for simulation
  3. Run the simulations
  4. Summarize the results
  5. Generate draft reports for customization

A detailed guide is available in the vignette accessed via vignette("usage", package="evaluator"). A short screencast showing the basic workflow (not including generation of reports) is available below:

demo

Where to Go from Here

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.

Alternative Software

  • RiskLens, a commercial analysis suite, founded by the original creator of the FAIR methodology
  • FAIR Tool, a Shiny and R based two scenario simulator, authored by Ezeugo Aguta under an MIT license
  • FAIR-U, a free educational tool for learning FAIR analysis, powered by RiskLens
  • Open FAIR Risk Analysis Tool, an Excel and SIPMath base tool with a limited open license

Blogs/Books/Training

Associations

Contributing

This project is governed by a Code of Conduct. By participating in this project you agree to abide by these terms.

License

The MIT License applies.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].