Package io.nosqlbench.virtdata.library.basics.core.stathelpers

  • Interface Summary 
    Interface Description
    AliasElementSampler.Weighted  
  • Class Summary 
    Class Description
    AliasElementSampler<T>
    Uses the alias sampling method to encode and sample from discrete probabilities, even over large sets of data.
    AliasSamplerDoubleInt
    Uses the alias sampling method to encode and sample from discrete probabilities, even over larger sets of data.
    DiscreteProbabilityBuffer  
    DiscreteProbabilityBuffer.Entry  
    ElemProbD<T>
    A simple wrapper type for "Event Probability", where the event is identified by a unique int, and the probability is represented with double precision floating-point.
    EvProbD
    A simple wrapper type for "Event Probability", where the event is identified by a unique int, and the probability is represented with double precision floating-point.
    EvProbF
    A simple wrapper type for "Event Probability", where the event is identified by a unique int, and the probability is represented with single precision floating-point.