getValue abstract method

double getValue(
  1. num quantile
)

Returns the value at the given quantile (between 0 and 1).

Implementation

double getValue(num quantile);