Package ubic.basecode.math.distribution
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
-
Method Details
-
density
double density(double x) - Parameters:
value
-- Returns:
- The value of the density at x
-