com.azalient.api.b.parameters
Interface IDistribution
- All Superinterfaces:
- IRecord, RecordR, RecordRW, RecordW, SortableData, StoreRecordRW
- All Known Subinterfaces:
- IDiscreteDistribution
public interface IDistribution
- extends StoreRecordRW
A distribution can be either discrete or continuous, has a mean value, and returns a numeric value for a given strand of DNA.
|
Method Summary |
double |
mean()
Returns the mean value of the distribution |
double |
randomDouble(ITrip trip,
Strand strandDiscrete,
Strand strandContinuousGaussian)
Returns a random value based on the trip and the given strand of DNA, using either |
| Methods inherited from interface com.azalient.api.a.tables.IRecord |
name |
mean
double mean()
- Returns the mean value of the distribution
randomDouble
double randomDouble(ITrip trip,
Strand strandDiscrete,
Strand strandContinuousGaussian)
- Returns a random value based on the trip and the given strand of DNA, using either