<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="">Statistics</string>
    <string name="">:idprefix: stats_</string>
    <string name="">Open-addressing and concurrent containers can be configured to keep running statistics of some internal operations affected by the quality of the supplied hash function.</string>
    <string name="">Synopsis</string>
    <string name="">__stats-summary-type__</string>
    <string name="">Provides the average value, variance and standard deviation of a sequence of numerical values.</string>
    <string name="">__insertion-stats-type__</string>
    <string name="">Provides the number of insertion operations performed by a container and statistics on the associated __probe length__ (number of xref:structures.adoc#structures_open_addressing_containers[bucket groups] accessed per operation).</string>
    <string name="">__lookup-stats-type__</string>
    <string name="">For successful (element found) or unsuccessful (not found) lookup, provides the number of operations performed by a container and statistics on the associated __probe length__ (number of xref:structures.adoc#structures_open_addressing_containers[bucket groups] accessed) and number of element comparisons per operation.</string>
    <string name="">__stats-type__</string>
    <string name="">Provides statistics on insertion, successful and unsuccessful lookups performed by a container. If the supplied hash function has good quality, then:</string>
    <string name="">Average probe lenghts should be close to 1.0.</string>
    <string name="">For successful lookups, the average number of element comparisons should be close to 1.0.</string>
    <string name="">For unsuccessful lookups, the average number of element comparisons should be close to 0.0.</string>
    <string name="">These statistics can be used to determine if a given hash function can be marked as link:../../../../../container_hash/doc/html/hash.html#ref_hash_is_avalanchinghash[__avalanching__].</string>
    <string name="">---</string>
</resources>
