Questions tagged [risk-assessment]

For questions about risk assessment, a systematic process of evaluating the potential risks that may be involved in a projected activity or undertaking.

Risk assessment is the determination of quantitative or qualitative estimate of risk related to a well-defined situation and a recognized threat (also called hazard). Quantitative risk assessment requires calculations of two components of risk (R): the magnitude of the potential loss (L), and the probability (p) that the loss will occur. An acceptable risk is a risk that is understood and tolerated usually because the cost or difficulty of implementing an effective countermeasure for the associated vulnerability exceeds the expectation of loss. "Health risk assessment" includes variations, such as risk as the type and severity of response, with or without a probabilistic context.

In all types of engineering of complex systems sophisticated risk assessments are often made within safety engineering and reliability engineering when it concerns threats to life, environment or machine functioning. The nuclear, aerospace, oil, rail and military industries have a long history of dealing with risk assessment. Also, medical, hospital, social service and food industries control risks and perform risk assessments on a continual basis. Methods for assessment of risk may differ between industries and whether it pertains to general financial decisions or environmental, ecological, or public health risk assessment.

Source: https://en.wikipedia.org/wiki/Risk_assessment

92 questions
1
vote
0 answers

Calculating the RRR

I want to calculate my Risk-Reward-Ratio to pipe it into an equity simulator. The risk is calculated by dividing the reward by the risk. I also need the number of iterations and the hit rate to get the results. For example: I made 4 trades with the…
Hadsga
  • 111
1
vote
1 answer

How to calculate Relative Risk Reduction and Absolute Risk Reduction?

In this guide they try to teach how to calculate relative and absolute risk reduction. Problem: My understanding of the formulas leads to different result than they say. Data and results given control: disease A occurs in 1 in 100,000…
0
votes
1 answer

The only way that $\max\{X_1, X_2\} >x$ in the subexponetial case, is if either $X_1$ or $X_2$ is large?

In my book about risk, there is a chapter where they show that \begin{align*} \mathbb{P}(\max\{X_1, X_2\} > x) = \mathbb{P}(X_1 > x) + \mathbb{P}(X_2 > x) - \mathbb{P}(X_1 > x, X_2 > x) = 2 \overline{F}(x) - \overline{F}^2(x) \sim 2…
0
votes
0 answers

Expected shortfall

I have some diffculties with the following question; Prove that $ES_{\alpha}(L) = \frac{1}{1- \alpha}inf_{c \in {R}}\{E[(L-c)^{+}] + (1-\alpha)c\}$ Hint use $ES_{\alpha}(L) = \frac{1}{1-\alpha}E\big[I_{\{F^{-1}(\alpha) \leq L\}} L\big]$ and assume…
Floris
  • 1
0
votes
0 answers

Calculate risk of unrelated groups

Let's say we have a few variables (made up numbers). Each percentage is a risk of failure later in life. Gender Male 10% Woman 20% Age 25 years: 2% 50 years: 5% 70 years: 7% Interests Fotball: 10% Baseball: 40% Golf: 60% Question How can I…
0
votes
1 answer

Risk Management System

I am attempting to create a hypothetical risk management system for crypto trading based on the size of my portfolio. I have initial conditions of 200 dollars of initial capital and 200 dollars per trade. I am to create a continuous function that…