estimate abstract method

double estimate(
  1. double percentile
)

Returns the estimated value at percentile, where 0..100 indicates the desired percentile (for example, 50 for median, 99 for P99).

Implementation

double estimate(double percentile);