Interface TimeDependentImportanceMeasure<T>

Type Parameters:
T - The type of the variables of the system
All Superinterfaces:
ImportanceMeasure
All Known Implementing Classes:
ABGT, Birnbaum, BirnbaumAB, RAW, RRW, Vaurio

public interface TimeDependentImportanceMeasure<T> extends ImportanceMeasure
The TimeDependentImportanceMeasure is used to assign a importance measure value to each variable T of the system at a specific time t.
  • Method Summary

    Modifier and Type
    Method
    Description
    calculate(double time)
    Assign a importance value to each variable T of the system at a specific time t.
  • Method Details

    • calculate

      Map<T,Double> calculate(double time)
      Assign a importance value to each variable T of the system at a specific time t.
      Parameters:
      time - Time t at which the importance value of the variables is calculated.
      Returns:
      results Map of variables and their respective importance values at time t.