Interface DensityGenerator

All Known Implementing Classes:
UniformDensityComputer

public interface DensityGenerator
An interface that describes a class that can produce values from a particular probability density.
Author:
pavlidis
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    density(double x)
     
  • Method Details

    • density

      double density(double x)
      Parameters:
      value -
      Returns:
      The value of the density at x