scram::core::ImportanceFactors
Collection of importance factors for variables.
#include <importance_analysis.h>
Public Attributes
| Name | |
|---|---|
| int | occurrence <br>The number of products the variable is present in. |
| double | mif <br>Birnbaum marginal importance factor. |
| double | cif <br>Critical importance factor. |
| double | dif <br>Fussel-Vesely diagnosis importance factor. |
| double | raw <br>Risk achievement worth factor. |
| double | rrw <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
