|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.math.random.EmpiricalDistributionImpl.DataAdapter
private abstract class EmpiricalDistributionImpl.DataAdapter
Provides methods for computing sampleStats and
beanStats abstracting the source of data.
| Constructor Summary | |
|---|---|
private |
EmpiricalDistributionImpl.DataAdapter()
|
| Method Summary | |
|---|---|
abstract void |
computeBinStats()
Compute bin stats. |
abstract void |
computeStats()
Compute sample statistics. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private EmpiricalDistributionImpl.DataAdapter()
| Method Detail |
|---|
public abstract void computeBinStats()
throws java.io.IOException
java.io.IOException - if an error occurs computing bin stats
public abstract void computeStats()
throws java.io.IOException
java.io.IOException - if an error occurs computing sample stats
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||