What is the mathematical background or the algorithm behind the working of pairwise similarity model ? Are there any research papers available regarding this?

조회 수: 2 (최근 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.

답변 (1개)

Kumar Pallav
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
Please refer this video for more clarity on estimating RUL based on the type of data.
You may refer the example provided in this link for more clarity on using pairwiseSimilarityModel function.

카테고리

Help CenterFile Exchange에서 Deploy Predictive Maintenance Algorithms에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by