DataType
- Type of data in the domainpublic interface DistributionWithMean<DataType> extends Distribution<DataType>
Modifier and Type | Method and Description |
---|---|
DataType |
getMean()
Gets the arithmetic mean, or "first central moment" or "expectation",
of the distribution.
|
sample, sample, sampleInto
clone
DataType getMean()