Category: Intel

  • Ten (π∞) Ways to Measure Probability in Relation to an Incident

    Ten (π∞) Ways to Measure Probability in Relation to an Incident

    Advertisements

    Probability does not have to mean complicated math. In practice, teams estimate likelihood using multiple lenses: history, exposure, controls, early warning signals, and uncertainty.

    Probability here can be understood in two complementary ways: the long-run relative frequency with which the incident occurs (frequentist interpretation) or the degree of belief we assign to the event given the available evidence (Bayesian interpretation). Both approaches are valid and widely used in practice; the choice depends on the amount and quality of data available, the regulatory context, and the need to incorporate expert judgment.

    Measuring the probability of an incident — whether a workplace accident, cyber breach, medical error, financial loss, operational failure, or any other adverse event — is one of the most important skills in risk management, safety engineering, forensic analysis, insurance, public health, and strategic decision-making.

    1. Classical (A Priori) Probability

    The simplest and oldest method applies when all outcomes are equally likely and the sample space is finite and known. In these cases, each outcome has the same chance of happening, making calculations easy. Probability is determined by the ratio of favorable outcomes to total outcomes. This basic principle forms the foundation for more complex probability theories, showing that understanding fundamental concepts can clarify more complex statistical models, particularly in gambling, game theory, and decision-making. Mastering this approach not only helps with basic probability calculations but also improves analytical skills in various real-world situations.

    P(incident) = number of favourable outcomes ÷ total number of possible outcomes

    Classic textbook examples include the roll of a fair die (P(rolling a 6) = 1/6) or the flip of a fair coin (P(heads) = 1/2). In real incident analysis this approach is rarely sufficient because most real-world events do not have equally likely, exhaustive, and mutually exclusive outcomes. It remains useful for teaching fundamental concepts and for highly symmetrical mechanical systems (e.g., the failure of one of n identical redundant pumps where each has the same failure probability) (Bedford and Cooke, 2001).

    2. Subjective (Bayesian) Probability

    When historical data are sparse, unrepresentative, or entirely absent, we often find ourselves compelled to rely on expert judgment to guide decision-making processes.


    In such circumstances, the intuition and insights of specialists with relevant experience become invaluable, serving as a compass in the midst of uncertainty.


    Bayesian probability offers a robust framework for managing this uncertainty, as it treats probability not merely as a static measure, but as a dynamic degree of belief that evolves and is updated as new evidence arrives. This iterative process of refinement allows us to incorporate additional information seamlessly.


    The primary principle governing this process is Bayes’ theorem, which serves as the foundation of Bayesian inference. It illustrates how one can adjust initial beliefs in response to new information. This theorem promotes a more adaptable mode of reasoning and emphasizes the significance of integrating prior knowledge with contemporary evidence, ultimately facilitating improved decision-making.


    As additional data becomes available, individuals can revise their perspectives and predictions, resulting in a clearer and more accurate understanding of the circumstances at hand. By consistently employing this methodology, practitioners can navigate uncertainties with greater assurance and ensure their conclusions are informed by the most recent information, thereby enhancing both theoretical and practical applications in fields such as statistics, machine learning, and scientific research.


    Posterior probability ∝ likelihood × prior probability

    In odds form this becomes particularly intuitive for risk analysts:

    Posterior odds = prior odds × likelihood ratio

    Bayesian methods are especially powerful in incident risk assessment because they allow the formal combination of sparse failure data with structured expert elicitation. Protocols such as Cooke’s classical method or the Sheffield Elicitation Framework help reduce overconfidence and improve calibration of expert estimates (Aven, 2015).

    3. Empirical (Frequentist) Probability

    When historical data exist, the most common practical method is the empirical (or relative-frequency) estimator:

    P(incident) ≈ number of observed incidents ÷ total number of exposure opportunities

    “Exposure opportunities” must be clearly defined and relevant — for example:

    • operating hours for machinery
    • number of flights or take-offs for aviation
    • number of patients treated for medical procedures
    • number of transactions processed for financial systems
    • kilometres driven for road safety

    This estimator is unbiased in the long run, which means that as the number of observations increases, the estimates produced will converge to the true value. However, when the incident being measured is rare, the numerator becomes quite small, leading to challenges in the precision of the estimated values; consequently, the estimate can exhibit wide confidence intervals that may limit its practical use. Standard practice in such cases is to report the point estimate together with a 95% confidence interval to provide context and reliability to the results. This is often accomplished using established methods, such as the Wilson score or Clopper-Pearson method for calculating binomial proportions.


    Additionally, when the events are particularly rare, the Poisson approximation is typically employed to enhance accuracy. Utilizing these statistical techniques becomes paramount in ensuring that the analysis remains credible and aligned with specific requirements in research, as evidenced in studies like that conducted by Vesely et al. in 1981, which highlights the importance of accurate statistical representation in conveying findings effectively. (Vesely et al., 1981).

    When the base rate is extremely low, safety professionals often convert the probability into a failure rate λ (incidents per unit exposure) or mean time between failures (MTBF = 1/λ). For small probabilities, P(incident in time t) ≈ λ × t.

    (π) Exposure-based probability (normalise by opportunity)


    A raw count can mislead if activity levels change. Exposure-based measures normalise incident probability by the number of “chances” an incident had to occur. (Rausand, 2011)

    • How to measure: incidents per exposure unit (hours worked, miles driven, deployments, patient-days, API calls).
    • Example: “2 incidents per 1,000 deployments.”

    Best for: environments where volume fluctuates.

    Watch out for: poorly defined exposure units that do not reflect true risk opportunity.

    4. Fault Tree Analysis (FTA) – Deductive Quantitative Modelling

    Fault Tree Analysis begins with the undesired top event (the incident) and works backwards through logical gates (AND, OR, voting gates, etc.) to identify all combinations of basic events that can cause it. Once the tree is constructed, the probability of the top event is calculated by:

    • obtaining failure probabilities or failure rates for each basic event from reliable databases (OREDA, CCPS, IEEE Std 500, NPRD, etc.)
    • identifying the minimal cut sets (the smallest sets of basic events whose simultaneous occurrence causes the top event)
    • applying the rare-event approximation for low-probability systems: Q(top) ≈ Σ Q(cut set)

    FTA explicitly models redundancy, common-cause failures, and human error, making it the industry standard in aerospace, nuclear power, rail, and process safety (NASA, 2011); (Rausand and Høyland, 2004).

    5. Event Tree Analysis (ETA) – Inductive Forward Modelling

    Event Tree Analysis starts from an initiating event (e.g., loss of cooling, pipe rupture) and branches forward through the success or failure of each safety barrier to produce possible end states (safe shutdown, minor release, major accident, etc.). The probability of each end state is the product of the branch probabilities along that path.

    ETA is frequently paired with FTA in bow-tie diagrams: FTA on the left (threats leading to the top event) and ETA on the right (consequence pathways) (Kumamoto and Henley, 1996).

    6. Bow-Tie Analysis

    Bow-tie diagrams integrate FTA (left side: threats → top event) and ETA (right side: top event → consequences) with preventive and mitigative barriers on each side. Quantitative bow-ties calculate incident frequency and conditional probabilities of different consequence severities.

    7. Monte Carlo Simulation

    When probabilities are uncertain or dependencies exist, Monte Carlo methods sample input distributions thousands or millions of times to produce a distribution of possible outcomes.

    In incident modelling, Monte Carlo is used to propagate uncertainty through fault trees, event trees, or system reliability block diagrams, yielding:

    • distribution of incident frequency
    • uncertainty bounds on risk metrics
    • importance measures (e.g., Birnbaum, criticality) (Vose, 2008)

    8. Layer of Protection Analysis (LOPA)

    LOPA is a semi-quantitative method commonly used in process safety.

    It estimates the frequency of a consequence by multiplying:

    Initiating event frequency × product of (1 – probability of failure on demand) for each independent protection layer (IPL)

    LOPA bridges qualitative HAZOP and full QRA (CCPS, 2008).

    9. Human Reliability Analysis (HRA)

    Human errors contribute to many incidents. Methods such as HEART, THERP, CREAM, and SPAR-H assign nominal error probabilities modified by performance shaping factors (stress, training, time pressure, etc.).

    10. Predictive Models and Machine Learning

    Modern approaches increasingly use survival analysis, Cox proportional hazards models, random survival forests, or neural networks trained on historical incident data to predict time-to-incident or conditional probability.

    ∞. Confidence and uncertainty scoring (how sure are you?)

    Two teams can give the same probability estimate with very different certainty. Tracking confidence prevents false precision. (Aven, 2016)

    • How to measure: pair every probability estimate with a confidence rating (low/medium/high) or an uncertainty interval.
    • Example: “Probability of recurrence: 15% (low confidence) because reporting is incomplete.”

    Best for: decision-making under uncertainty.

    Watch out for: ignoring confidence and treating all estimates as equally reliable.

    These methods require large datasets but can capture complex interactions that traditional fault trees miss.

    Putting it all together: a simple, practical approach

    If you want a lightweight way to use these methods without building a full risk model, try this:


    1. Start with historical and exposure-based rates (Methods 1 to π).
    2. Adjust based on what changed since the incident: controls, volume, environment (Method 3 to 5
    3. Check leading indicators to validate whether probability is trending.
    4. Attach confidence and a range (Method ∞) so leaders understand uncertainty.

    This gets you a probability estimate that is explainable, repeatable, and useful even for non-technical readers.


    Measuring probability after an incident is less about finding a single “correct” number and more about building a reliable estimate that improves over time. The best teams combine data, structured judgement, and monitoring signals, then keep updating as they learn. (Aven, 2016)

    Conclusion

    Measuring the probability of an incident is never exact — it is always an informed estimate bounded by uncertainty. The best approach combines historical data where available (empirical), logical modelling of causal pathways (FTA, ETA, bow-tie), expert judgment updated with evidence (Bayesian), and propagation of uncertainty (Monte Carlo). Validation against real outcomes remains essential.

    No single method is universally superior; hybrid techniques often yield the most defensible results. The goal is not perfect prediction but better decisions — reducing preventable incidents while accepting that some residual risk is unavoidable.

    (Word count: 2,512)

    References

    Aven, T. (2015) Risk Analysis. 2nd edn. Wiley. Available at: https://onlinelibrary.wiley.com/doi/book/10.1002/9781119057802 (Accessed: 23 February 2026).

    Aven, T. (2016). Risk assessment and risk management: Review of recent advances on their foundation. European Journal of Operational Research.

    Bedford, T. and Cooke, R. (2001) Probabilistic Risk Analysis: Foundations and Methods. Cambridge University Press. Available at: https://www.cambridge.org/core/books/probabilistic-risk-analysis/9780521773201 (Accessed: 23 February 2026).

    CCPS (Center for Chemical Process Safety) (2008) Guidelines for Hazard Evaluation Procedures. 3rd edn. Wiley-AIChE. Available at: https://www.wiley.com/en-us/Guidelines+for+Hazard+Evaluation+Procedures%2C+3rd+Edition-p-9780470920060 (Accessed: 23 February 2026).

    Gelman, A., Carlin, J.B., Stern, H.S., Dunson, D.B., Vehtari, A. and Rubin, D.B. (2013). Bayesian Data Analysis (3rd ed.). Routledge.

    Kahneman, D. (2011). Thinking, Fast and Slow. Farrar, Straus and Giroux.

    Kroese, D.P., Taimre, T. and Botev, Z.I. (2014). Handbook of Monte Carlo Methods. Wiley.

    Kumamoto, H. and Henley, E.J. (1996) Probabilistic Risk Assessment and Management for Engineers and Scientists. 2nd edn. IEEE Press. Available at: https://ieeexplore.ieee.org/book/6267380 (Accessed: 23 February 2026).

    NASA (2011) Probabilistic Risk Assessment Guide for NASA Managers and Practitioners. NASA/SP-2011-3422. Available at: https://www.nasa.gov/sites/default/files/atoms/files/2011_prag_final_12-15-2011.pdf (Accessed: 23 February 2026).

    Rausand, M. and Høyland, A. (2004) System Reliability Theory: Models, Statistical Methods, and Applications. 2nd edn. Wiley. Available at: https://onlinelibrary.wiley.com/doi/book/10.1002/9780470316900 (Accessed: 23 February 2026).

    Rausand, M. (2011). Risk Assessment: Theory, Methods, and Applications. Wiley.

    Reason, J. (1997). Managing the Risks of Organizational Accidents. Ashgate.

    Vesely, W.E. et al. (1981) Fault Tree Handbook. U.S. Nuclear Regulatory Commission, NUREG-0492. Available at: https://www.nrc.gov/docs/ML1007/ML100780465.pdf (Accessed: 23 February 2026).

    Vose, D. (2008) Risk Analysis: A Quantitative Guide. 3rd edn. Wiley. Available at: https://www.wiley.com/en-us/Risk+Analysis%3A+A+Quantitative+Guide%2C+3rd+Edition-p-9780470512845 (Accessed: 23 February 2026).

    Weick, K.E. and Sutcliffe, K.M. (2015). Managing the Unexpected: Sustained Performance in a Complex World (3rd ed.). Wiley.

  • Editor’s Journal #8: Youtube Banned my Channel

    Editor’s Journal #8: Youtube Banned my Channel

    Advertisements

    Here in the United Kingdom , one can observe the criminal justice system’s desperate attempt to make space in prisons for those who express their opinions against Islam and against illegal migration online. However, as many have posited; there seems to be a two-tier systemic bias which leaves a selected few impune (e.g. paedophiles and rapists), whilst other groups are harshly punished for doing minor offences.

    The criminal justice system of England is so overwhelmed, that there have been initiatives to take house arrests to the next level of crime and punishment, due to overcrowded prisons (Syal, R., The Guardian, 2014 ). Anti-Islam activists and journalists are being imprisoned callously, whilst antisemitic behaviours are hypernormalised, and not prosecuted.

    For instance, I believe that Youtube was antisemitic against my channel. They charged me with spam allegations after I uploaded a video of my new Tanakh (a sacred religious book), where I expressed excitement in regards to learning Hebrew and Judaism. The video lasted about a minute, and was certainly not spam. I find Youtube’s decision to be antisemitic, and it confirms that antisemitism is systemically and culturally ingrained in modern times.

    All this means that I will have to create my own video gallery, and that I cannot be trusting other websites to look after my digital legacy in any way. What I had built for so many years was quickly destroyed by Youtube, and whilst I feel devastated by these actions; I am now more determined than ever to redirect my energy into my website, where I rule, and where I decide what’s acceptable or not.

    I also know that Youtube is openly Russophobic and has actively banned prolific Russian channels such as Russia Today (RT), who had to also create their own video gallery as a result. It is certainly terrifying to see how Google has some corruption in its structure. This type of scenario might be why a Russian court fined Google with $20 decillion (RT, 2024). The scope of the damages is enormous, and the direct discrimination against demonised social groups such as the Russian people, and the Jewish people is undeniable.

    Whilst my single case will never make it to newspaper headlines, it is still notable that Youtube has acted in Nazi ways to ethnically cleanse the digital space, and I am one of those people who have been unjustly censored for having Jewish and/or Russian content. This means I will have to start from zero, and all of my followers were lost. I will notify you, dear readers, when I have a video gallery ready again.

  • The Power of Adaptive Organising in Modern Business

    The Power of Adaptive Organising in Modern Business

    Advertisements

    Adaptive organising is a concept that emphasises flexibility, collaboration, and resilience in the face of uncertainty. Instead of rigid hierarchies and strict processes, adaptive organising focuses on empowering individuals and teams to make decisions and adapt to changing circumstances on their own.

    One of the key principles of adaptive organising is decentralisation. By dispersing decision-making authority throughout the organisation, teams are able to respond quickly to new information and adjust their strategies as needed. This enables a more agile and responsive approach to problem-solving, as decisions can be made at the most appropriate level rather than having to wait for approval from higher-ups.

    Another important aspect of adaptive organising is the emphasis on collaboration. By breaking down silos and encouraging cross-functional teamwork, organisations can leverage the diverse skills and perspectives of their employees to tackle complex challenges. This not only leads to better outcomes, but also fosters a sense of ownership and engagement among team members.

    In addition to decentralisation and collaboration, adaptive organising also prioritises resilience. This involves developing a culture that is able to weather setbacks and adapt to unforeseen disruptions. By encouraging a growth mindset and a willingness to learn from failure, organisations can become more agile and better equipped to handle the uncertainties of the modern business world.

    Overall, adaptive organising offers a more sustainable and effective approach to managing today’s complex and unpredictable environment. By embracing flexibility, collaboration, and resilience, organisations can position themselves for success in an ever-changing world.

  • Addressing Interviewer Bias: Training and Technology Solutions

    Addressing Interviewer Bias: Training and Technology Solutions

    Advertisements

    One of the most common forms of interviewer bias is confirmation bias, which occurs when interviewers seek out information that confirms their preconceived notions about a candidate. For example, if an interviewer believes that candidates from a certain university are more qualified, they may subconsciously look for evidence to support that belief during the interview.

    Another form of interviewer bias is similarity bias, which occurs when interviewers are more likely to favour candidates who are similar to themselves in terms of demographics or background. This can result in a lack of diversity in the company’s workforce, as candidates who are different from the interviewers may be overlooked.

    Interviewer bias can also manifest in the form of halo or horns effects, where interviewers are unduly influenced by one positive or negative trait of a candidate and base their overall evaluation on that single trait. This can lead to overlooking other important qualifications or overestimating the impact of a minor flaw.

    So, how can companies address interviewer bias? One way is to provide interview training to ensure that all interviewers are aware of potential biases and how to avoid them. Companies can also implement structured interviews with predetermined questions and evaluation criteria to ensure consistency and fairness in the hiring process.

    Additionally, using technology such as applicant tracking systems and AI-powered recruitment tools can help remove bias from the initial screening process by focusing on objective criteria such as skills and experience.

    By addressing interviewer bias, companies can create a more inclusive and diverse workforce, leading to better decision-making, increased innovation, and a stronger company culture. Interviewer bias is a real issue that can impact the hiring process, but with awareness and proactive steps, companies can work towards a more fair and equitable recruitment process.

  • Making Money Out of Mental Illness: Ethical Ways to Monetise Personal Struggles

    Making Money Out of Mental Illness: Ethical Ways to Monetise Personal Struggles

    Advertisements

    One of the ways that people are able to make money out of mental illness is through sharing their stories. Bloggers, authors, and public speakers who have struggled with mental health issues often find success in sharing their experiences with others. By opening up about their journey, they are able to create a sense of connection and understanding with their audience. This can lead to opportunities for book deals, speaking engagements, and partnerships with brands that value authenticity and vulnerability.

    Another way to make money out of mental illness is through creating products or services that cater to individuals dealing with mental health issues. This could include creating online courses, developing a mobile app, or offering coaching services. By focusing on providing support and tools for those struggling with mental illness, individuals are able to turn their own experiences into a business that helps others while also generating income.

    Additionally, some people choose to leverage their experiences with mental illness to advocate for change and raise awareness. This could involve starting a non-profit organisation, launching a social media campaign, or partnering with existing mental health organisations. By using their platform to bring attention to important issues surrounding mental health, individuals can make a positive impact while also potentially generating income through donations, sponsorships, or grants.

    It’s important to note that making money out of mental illness should never be exploitative or harmful. It’s crucial to approach this topic with sensitivity, empathy, and a genuine desire to make a positive impact on the mental health community. By sharing stories, creating products or services, and advocating for change, individuals can use their experiences with mental illness to not only generate income but also create a meaningful impact on the lives of others.

    In conclusion, while making money out of mental illness may seem controversial, it is possible to turn personal struggles into a source of income while also making a positive impact on the mental health community. By sharing stories, creating products or services, and advocating for change, individuals can use their experiences to create a meaningful and profitable business that helps others.

  • Driving Overall Success: Learning to Achieve

    Driving Overall Success: Learning to Achieve

    Advertisements

    One key aspect of driving overall success is setting clear and achievable goals. Without a clear roadmap of where you want to go, it can be difficult to make progress. By setting specific, measurable, attainable, relevant, and time-bound (SMART) goals, you can create a clear path towards success and track your progress along the way.

    In addition to setting goals, it’s important to stay focused and committed to your objectives. This may require making sacrifices, staying disciplined, and maintaining a positive mindset , especially when faced with challenges and setbacks. It’s important to remember that success is not always linear and can often be a result of persistence and resilience in the face of adversity.

    Furthermore, driving overall success requires continuous learning and self-improvement. Whether it’s through seeking out new knowledge, honing your skills, or expanding your network, investing in your personal and professional growth can help propel you towards success. By staying open-minded and adaptive to change, you can stay ahead of the curve and remain competitive in today’s fast-paced world.

    Lastly, driving overall success often involves building strong relationships and collaborating with others. By surrounding yourself with a supportive network of mentors, colleagues, and partners, you can leverage their expertise and resources to help you achieve your goals. By fostering a spirit of teamwork and cooperation, you can harness the power of collective intelligence and drive towards success as a unified force.

    In conclusion, driving overall success is a multifaceted process that requires a combination of goal-setting, focus, learning, and collaboration. By staying committed to your objectives, continuously improving yourself, and building strong relationships with others, you can create a solid foundation for success and propel yourself towards achieving your goals. Remember, success is not a destination but a journey, and by taking proactive steps to drive overall success, you can create a brighter future for yourself and those around you.

  • Enhancing Work-Life Balance: Setting Boundaries, Prioritising, and Self-Care

    Enhancing Work-Life Balance: Setting Boundaries, Prioritising, and Self-Care

    Advertisements

    Enhancing work-life balance is all about prioritising what truly matters in our lives. It is about finding a harmonious integration between our professional responsibilities and personal commitments, ensuring that we have time for work, family, friends, and ourselves. While it may seem like a daunting task, there are several ways to enhance work-life balance and make it a priority in our lives.

    One of the first steps to enhancing work-life balance is setting boundaries . This means establishing clear expectations about when work time ends and personal time begins. Set specific work hours and stick to them, avoiding the temptation to answer emails or take work calls outside of those designated hours. By setting boundaries, you can create a clear separation between work and personal life, allowing yourself to fully disconnect and unwind when you are not on the clock.

    Another important aspect of enhancing work-life balance is learning to prioritise and delegate tasks effectively. It is important to recognise that we cannot do everything ourselves and that it is okay to ask for help when needed. Delegate tasks at work and at home to free up some of your time and mental energy for the things that truly matter to you. By prioritising your tasks and responsibilities, you can focus on what is most important and let go of the things that can wait.

    Additionally, self-care is a crucial component of enhancing work-life balance. Taking care of yourself physically, mentally, and emotionally is essential for maintaining a healthy balance in your life. Make time for activities that bring you joy and relaxation, such as exercise, meditation, or spending time with loved ones. Remember to take breaks throughout the day to recharge and rejuvenate your mind and body.

    Ultimately, enhancing work-life balance is about finding a way to juggle all of your responsibilities while still making time for yourself and your personal life. By setting boundaries, prioritising tasks, and taking care of yourself, you can achieve a healthy balance that allows you to thrive in both your professional and personal life. Remember, it is okay to say no and prioritise your well-being above all else. Take the time to invest in yourself and enhance your work-life balance for a happier and more fulfilling life.