datasketches-cpp
|
This is the complete list of members for quantiles_sorted_view< T, Comparator, Allocator >, including all inherited members.
begin() const | quantiles_sorted_view< T, Comparator, Allocator > | |
end() const | quantiles_sorted_view< T, Comparator, Allocator > | |
Entry typedef | quantiles_sorted_view< T, Comparator, Allocator > | |
get_CDF(const T *split_points, uint32_t size, bool inclusive=true) const | quantiles_sorted_view< T, Comparator, Allocator > | |
get_PMF(const T *split_points, uint32_t size, bool inclusive=true) const | quantiles_sorted_view< T, Comparator, Allocator > | |
get_quantile(double rank, bool inclusive=true) const | quantiles_sorted_view< T, Comparator, Allocator > | |
get_rank(const T &item, bool inclusive=true) const | quantiles_sorted_view< T, Comparator, Allocator > | |
quantile_return_type typedef | quantiles_sorted_view< T, Comparator, Allocator > | |
size() const | quantiles_sorted_view< T, Comparator, Allocator > |