Package jdistlib

Class AdaptiveRejectionSampler

java.lang.Object
jdistlib.AdaptiveRejectionSampler

public final class AdaptiveRejectionSampler extends Object
Adaptive tangent-envelope rejection sampler for a caller-certified differentiable log-concave density on finite support.
  • Constructor Details

  • Method Details

    • sample

      public double sample(RandomEngine random)
    • getKnotCount

      public int getKnotCount()
    • getMaximumKnots

      public int getMaximumKnots()
    • getMaximumAttempts

      public int getMaximumAttempts()