Interface Sampler

All Known Implementing Classes:
EmpiricalTransitionSampler, ErlangSampler, ExponentialSampler, MetropolisHastings, PartitionedFunctionSampler, PseudoSampler, ShiftedExponentialSampler, TruncatedExponentialSampler, UniformSampler

public interface Sampler
Common interface of samplers.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the next sample.
  • Method Details

    • getSample

      BigDecimal getSample()
      Returns the next sample.
      Returns:
      next sample