org.apache.commons.math.random
private abstract class EmpiricalDistributionImpl.DataAdapter extends Object
sampleStats
and
beanStats
abstracting the source of data.Modifier | Constructor and Description |
---|---|
private |
EmpiricalDistributionImpl.DataAdapter() |
Modifier and Type | Method and Description |
---|---|
abstract void |
computeBinStats()
Compute bin stats.
|
abstract void |
computeStats()
Compute sample statistics.
|
private EmpiricalDistributionImpl.DataAdapter()
public abstract void computeBinStats() throws IOException
IOException
- if an error occurs computing bin statspublic abstract void computeStats() throws IOException
IOException
- if an error occurs computing sample statsCopyright (c) 2003-2013 Apache Software Foundation