Class BirnbaumAB<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<T,​java.lang.Double> calculate​(double time)
      Calculates the Andrews Beeson extension of the Birnbaum importance for all components at the specified time.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • calculate

        public java.util.Map<T,​java.lang.Double> calculate​(double time)
        Calculates the Andrews Beeson extension of the Birnbaum importance for all components at the specified time. Uses equation 6 of [AB03] to calculate the importance from the failure and repair CriticalityValues of the components.
        Specified by:
        calculate in interface TimeDependentImportanceMeasure<T>
        Parameters:
        time - Time t at which the Andrews Beeson extension of the Birnbaum importance of all components is calculated. Must be greater than 0, otherwise an IllegalArgumentException is thrown.
        Returns:
        results Map of components and their respective Andrews Beeson Birnbaum importance at time t.