Interface TimeDependentImportanceMeasure<T>
- Type Parameters:
T
- The type of the variables of the system
- All Superinterfaces:
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
-
Method Details
-
calculate
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.
-