Research Article

Dynamic Diagnosis Strategy for Redundant Systems Based on Reliability Analysis and Sensors under Epistemic Uncertainty

Algorithm 1

GetCUE().
Input:
: the characteristic function
: evidence information function
: if occurred, , otherwise
Output: CUE
    = 0
   if ()
   for (product )
    temp
    for (component product)
     if ((product ) = component)
        temp
     else  temp
    
    = ITE(, 0, temp )
  
  return ()