18class Percentile<
std::vector<std::vector<InType>>, std::vector<std::vector<OutType>>>
19 :
public BootstrapCalculator<std::vector<std::vector<InType>>, std::vector<std::vector<OutType>>>
23 std::vector<std::vector<OutType>>>::BootstrapCalculator;
24 virtual std::vector<std::vector<std::vector<OutType>>>
25 compute(
const std::vector<std::vector<InType>> &,
const bool)
override;