Package blang.core

Class DistributionAdaptor<T>

java.lang.Object
blang.core.DistributionAdaptor<T>
All Implemented Interfaces:
Distribution<T>

public class DistributionAdaptor<T>
extends java.lang.Object
implements Distribution<T>
  • Constructor Summary

    Constructors
    Constructor Description
    DistributionAdaptor​(UnivariateModel<T> model)  
  • Method Summary

    Modifier and Type Method Description
    double logDensity()  
    T realization()  
    void sample​(java.util.Random random)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait