What is the mathematical background or the algorithm behind the working of pairwise similarity model ? Are there any research papers available regarding this?
1 回表示 (過去 30 日間)
古いコメントを表示
I want to understand the core logic of pairwise similarity model for RUL prediction. Which scientific literature or research paper/s is the pairwise similarity model based on? Any help is highly appreciated. Thanks in advance.
0 件のコメント
回答 (1 件)
Kumar Pallav
2021 年 8 月 30 日
The pairwiseSimilarityModel estimates the remaining useful life (RUL) of test component by comparing it to degradation data of other components(for which data is already available). This comparison is based on a function of distance (can be correlation or dynamic time warping {Euclidean or absolute distance}). For similarity models, RUL is computed as:
RUL = median(lifetime span of most similar components) - current lifetime of test component
You may refer the example provided in this link for more clarity on using pairwiseSimilarityModel function.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!