Class GlobalFallingPercentage


public class GlobalFallingPercentage extends RecursiveIndicator<Num>
GlobalFallingPercentage is a Num Indicator to provide the percentage of falling values over all values. A falling value is defined as a value being less than its previous value. The percentage is represented as a fractional. For example, a provided value of 0.15 would represent 15%.