Package org.jreliability.importancemeasures
package org.jreliability.importancemeasures
Provides the classes to calculate importance measures of components.
- 
ClassDescriptionABGT<T>The
ABGTclass calculates the ABGT importance for coherent and non-coherent systems proposed by [ABGT17].BAGT<T>TheBAGTclass calculates the time-independent importance of components proposed by [BAGT16].TheBarlowProschanclass calculates the time-independent importance for coherent systems proposed by Barlow and Proschan in [BP75].Birnbaum<T>TheBirnbaumclass calculates the Birnbaum Importance for coherent systems.BirnbaumAB<T>TheBirnbaumABclass calculates the Andrews Beeson extension of the Birnbaum importance for coherent and non-coherent systems by [AB03].TheCriticalityBDDsclass is a wrapper class to encapsulate the failure and repair criticalityBDDs of a component.TheCriticalityCalculatoris a utility class used to calculate theCriticalityValuesandCriticalityBDDsof the components of a system.TheCriticalityValuesclass is a wrapper class to encapsulate the failure and repair criticality values of a component.TheImportanceMeasureis used to assign a importance value to each variable of the system.RAW<T>TheRAWclass calculates the RAW values for coherent and non-coherent systems.RRW<T>TheRRWclass calculates the RRW values for coherent and non-coherent systems.TheTimeDependentImportanceMeasureis used to assign a importance measure value to each variable T of the system at a specific time t.Vaurio<T>TheVaurioclass calculates the Vaurio Importance for non-coherent systems proposed by [Vau16].