What is the scoring function to be used?
d = estimated_RUL-actual_RUL;
What does it mean (d<0) and (d>0) in the right side of the equations? A 1 if it is true?It isn't the same that score(d<0) = exp(-d/13)-1;score(d>0) = exp(d/10)-1Thanks
Post a Comment
2 comments:
What does it mean (d<0) and (d>0) in the right side of the equations? A 1 if it is true?
It isn't the same that
score(d<0) = exp(-d/13)-1;
score(d>0) = exp(d/10)-1
Thanks
Post a Comment