필터 지우기
필터 지우기

Adjusted Ranking with suspended data.

조회 수: 3 (최근 30일)
Dutchie
Dutchie 2017년 3월 8일
댓글: Prateek Khandelwal 2017년 3월 16일
I've a table:
R=RANK T=Time Failure C=logical (0=false;1=true)
I want to calculate the adjusted rank for C = true
Math used for that is:
  • rj: being the adjusted rank
  • n: total failures.
  • qj: rank of the actual failure (C= true)
Math wise this isn't the challenge. I am having issues with getting this math translated into Matlab. if somebody could help with this then that would be awesome. I am just stuck at this point.
The adjusted ranks will eventually being used in Benard's Approximation to determine the median ranking.
Again any help would be appreciated.
  댓글 수: 1
Prateek Khandelwal
Prateek Khandelwal 2017년 3월 16일
You need to loop over the table twice, first to find the total number of failures, and the second time for calculating the adjusted ranks.

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by