Risk score

Source: Wikipedia, the free encyclopedia.

Risk score (or risk scoring) is the name given to a general practice in applied statistics, bio-statistics, econometrics and other related disciplines, of creating an easily calculated number (the score) that reflects the level of risk in the presence of some risk factors (e.g. risk of mortality or disease in the presence of symptoms or genetic profile, risk financial loss considering credit and financial history, etc.).

Risk scores are designed to be:

  • Simple to calculate: In many cases all you need to calculate a score is a pen and a piece of paper (although some scores use rely on more sophisticated or less transparent calculations that require a computer program).
  • Easily interpreted: The result of the calculation is a single number, and higher score usually means higher risk. Furthermore, many scoring methods enforce some form of monotonicity along the measured risk factors to allow a straight forward interpretation of the score (e.g. risk of mortality only increases with age, risk of payment default only increase with the amount of total debt the customer has, etc.).
  • Actionable: Scores are designed around a set of possible actions that should be taken as a result of the calculated score. Effective score-based policies can be designed and executed by setting thresholds on the value of the score and associating them with escalating actions.

Formal definition

A typical scoring method is composed of 3 components:[1]

  1. A set of consistent rules (or weights) that assign a numerical value ("points") to each risk factor that reflect our estimation of underlying risk.
  2. A formula (typically a simple sum of all accumulated points) that calculates the score.
  3. A set of thresholds that helps to translate the calculated score into a level of risk, or an equivalent formula or set of rules to translate the calculated score back into probabilities (leaving the nominal evaluation of severity to the practitioner).

Items 1 & 2 can be achieved by using some form of regression, that will provide both the risk estimation and the formula to calculate the score. Item 3 requires setting an arbitrary set of thresholds and will usually involve expert opinion.

Estimating risk with GLM

Risk score are designed to represent an underlying probability of an adverse event denoted given a vector of explaining variables containing measurements of the relevant risk factors. In order to establish the connection between the risk factors and the probability we estimate a set of weights is estimated using a generalized linear model:

Where is a real-valued, monotonically increasing function that maps the values of the linear predictor to the interval . GLM methods typically uses the logit or probit as the link function.

Estimating risk with other methods

While it's possible to estimate using other statistical or machine learning methods, the requirements of simplicity and easy interpretation (and monotonicity per risk factor) make most of these methods difficult to use for scoring in this context:

  • With more sophisticated methods it becomes difficult to attribute simple weights for each risk factor and to provide a simple formula for the calculation of the score. A notable exception are tree-based methods like CART, that can provide a simple set of decision rules and calculations, but cannot ensure the monotonicity of the scale across the different risk factors.
  • The fact that we are estimating underlying risk across the population, and therefore cannot tag people in advance on an ordinal scale (we can't know in advance if a person belongs to a "high risk" group, we only see observed incidences[spelling?]) classification methods are only relevant if we want to classify people into 2 groups or 2 possible actions.

Constructing the score

When using GLM, the set of estimated weights can be used to assign different values (or "points") to different values of the risk factors in (continuous or nominal as indicators). The score can then be expressed as a weighted sum:

  • Some scoring methods will translate the score into probabilities by using (e.g. SAPS II score[2] that gives an explicit function to calculate mortality from the score[3]) or a look-up table (e.g. ABCD² score[4][5] or the ISM7 (NI) Scorecard[6]). This practice makes the process of obtaining the score more complicated computationally but has the advantage of translating an arbitrary number to a more familiar scale of 0 to 1.
  • The columns of can represent complex transformations of the risk factors (including multiple interactions) and not just the risk factors themselves.
  • The values of are sometimes scaled or rounded to allow working with integers instead of very small fractions (making the calculation simpler). While scaling has no impact ability of the score to estimate risk, rounding has the potential of disrupting the "optimality" of the GLM estimation.

Making score-based decisions

Let denote a set of "escalating" actions available for the decision maker (e.g. for credit risk decisions: = "approve automatically", = "require more documentation and check manually", = "decline automatically"). In order to define a decision rule, we want to define a map between different values of the score and the possible decisions in . Let be a partition of into consecutive, non-overlapping intervals, such that .

The map is defined as follows:

  • The values of are set based on expert opinion, the type and prevalence of the measured risk, consequences of miss-classification, etc. For example, a risk of 9 out of 10 will usually be considered as "high risk", but a risk of 7 out of 10 can be considered either "high risk" or "medium risk" depending on context.
  • The definition of the intervals is on right open-ended intervals but can be equivalently defined using left open ended intervals .
  • For scoring methods that are already translated the score into probabilities we either define the partition directly on the interval or translate the decision criteria into , and the monotonicity of ensures a 1-to-1 translation.

Examples

Biostatistics

(see more examples on the category page Category:Medical scoring system)

Financial industry

The primary use of scores in the financial sector is for Credit scorecards, or credit scores:

Social Sciences

References

  • Hastie, T. J.; Tibshirani, R. J. (1990). Generalized Additive Models. Chapman & Hall/CRC. ISBN 978-0-412-34390-2.
  1. ^ Toren, Yizhar (2011). "Ordinal Risk-Group Classification". arXiv:1012.5487 [stat.ML].
  2. ^ Le Gall, JR; Lemeshow, S; Saulnier, F (1993). "A new Simplified Acute Physiology Score (SAPS II) based on a European/North American multicenter study". JAMA. 270 (24): 2957–63. doi:10.1001/jama.1993.03510240069035. PMID 8254858.
  3. ^ "Simplified Acute Physiology Score (SAPS II) Calculator - ClinCalc.com". clincalc.com. Retrieved August 20, 2018.
  4. ^ Johnston SC; Rothwell PM; Nguyen-Huynh MN; Giles MF; Elkins JS; Bernstein AL; Sidney S. "Validation and refinement of scores to predict very early stroke risk after transient ischaemic attack" Lancet (2007): 369(9558):283-292
  5. ^ "ABCD² Score for TIA". www.mdcalc.com. Retrieved December 16, 2018.
  6. ^ a b "ISM7 (NI) Scorecard, Allstate Property & Casualty Company" (PDF). Retrieved December 16, 2018.
  7. ^ "How We Analyzed the COMPAS Recidivism Algorithm". Retrieved December 16, 2018.