Package org.jreliability.testsystems
Class TINCSystem
java.lang.Object
org.jreliability.testsystems.TINCSystem
Implements a time-inconsistent non-coherent system with exponential failure rates.
The structure function and failure rates have been taken from [Ali17] in order
to compare results for the importance measures:
Structure function: Equation 4.51
Failure rates: Page 83
Note: The failure rates used in this class are not the ones given on page 83.
The example system in [Ali17], for which the importance measures are calculated,
also does not use the failure rates on page 83. The rates of some components have
been mixed up. Therefore, this class uses the actual failure rates of the used
example system.
These are: c1: 0.05, c2: 0.03, c3: 0.02, c4: 0.02, c5: 0.15
[Ali17] ( https://nbn-resolving.org/urn:nbn:de:bvb:29-opus4-87185 )
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
getTerm()
org.apache.commons.collections15.Transformer
<String, ReliabilityFunction>
-
Field Details
-
component1
-
component2
-
component3
-
component4
-
component5
-
transformer
-
-
Constructor Details
-
TINCSystem
public TINCSystem()
-
-
Method Details
-
getTerm
-
get
-
getTransformer
-