Skip to main content
. 2019 Feb 1;21(2):137. doi: 10.3390/e21020137
Algorithm 2 Predict Degree of Motor Fluctuation Severity
Input: Distribution of degree of change in UPDRS III score: {d0,d1,d2,d3}
  1. Initialize p0,p1,p2,p3 to 0.

  2. ifi=13did0>0.3then

  3. set p0 to N/A

  4. fors=1 to 3repeat

  5. ps=dss=03ds

  6. End for

  7. else ifi=13did00.2then

  8. set p0 to 100%

  9. set p1, p2 and p3 to N/A

  10. else

  11. S= INC

  12. set p0, p1, p2 and p3 to N/A

  13. break

  14. end if

  15. S=argmaxs{ps}s=0:3

Output: Predicted degree of motor fluctuation severity (S) and ACUPDRS III percentage {p0,p1,p2,p3}