percentrank (percent rank)
percentrank(series: Array<Number>, length: Integer) -> Array<Number>Percent rank is the percents of how many previous values was less than or equal to the current value of given series.
percentrank(series: Array<Number>, length: Integer) -> Array<Number>Percent rank is the percents of how many previous values was less than or equal to the current value of given series.