package tudelft.mentalhealth.motivatepersisting; /** * The trend seen in the PCL graphs, as described in section 2.1.2. PCL is a * score reached on a PTSD symptom check list, see the paper. The procedure * there amounts to eyeballing the data, there is no algorithm to determine this * value from data but it would amount to some regression analysis of (a recent * part of) PCL measurements. * * Order of items here should match table 2. */ public enum PclTrend { DROPPING, STABLE, RISING; }