Research Article

A Maintenance Task Similarity-Based Prior Elicitation Method for Bayesian Maintainability Demonstration

Algorithm 1

Similarity computation algorithm based on maintenance task representation models.
Input:
Output:
(1)for each do
(2);
(3) Construct representation models for and maintenance tasks in ;
(4)for each do
(5)  Perform sequence matching between and ;
(6)  Calculate item weights;
(7)  Calculate SMC ;
(8)  ifthen
(9)   ;
(10)  end if
(11)end for
(12)end for
(13)Return ;