Interface DrawSink

All Known Implementing Classes:
ChunkedDrawSink, GeneratedQuantitySink, MappedDrawStore

public interface DrawSink
Streaming destination for retained draws; implementations must copy if needed later.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(int retainedIndex, double[] state, double logDensity, IterationStats statistics)
     
  • Method Details

    • accept

      void accept(int retainedIndex, double[] state, double logDensity, IterationStats statistics)