17 template <
typename InType,
typename OutType>
18 class Percentile<
std::vector<std::vector<InType>>, std::vector<std::vector<OutType>>>
19 :
public BootstrapCalculator<std::vector<std::vector<InType>>, std::vector<std::vector<OutType>>>
24 virtual std::vector<std::vector<std::vector<OutType>>>
25 compute(
const std::vector<std::vector<InType>> &,
const bool)
override;
28 template <
typename InType,
typename OutType>
30 std::vector<std::vector<OutType>>>
32 static std::unique_ptr<
36 const std::vector<Real> &,
40 std::vector<std::vector<OutType>>> &);