Skip to content

scram::core::ImportanceFactors

Collection of importance factors for variables.

#include <importance_analysis.h>

Public Attributes

Name
intoccurrence <br>The number of products the variable is present in.
doublemif <br>Birnbaum marginal importance factor.
doublecif <br>Critical importance factor.
doubledif <br>Fussel-Vesely diagnosis importance factor.
doubleraw <br>Risk achievement worth factor.
doublerrw <br>Risk reduction worth factor.

Public Attributes Documentation

variable occurrence

cpp
int occurrence;

The number of products the variable is present in.

variable mif

cpp
double mif;

Birnbaum marginal importance factor.

variable cif

cpp
double cif;

Critical importance factor.

variable dif

cpp
double dif;

Fussel-Vesely diagnosis importance factor.

variable raw

cpp
double raw;

Risk achievement worth factor.

variable rrw

cpp
double rrw;

Risk reduction worth factor.


Updated on 2026-01-09 at 21:59:11 +0000