|
||||||||||
| 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(double min,
double delta)
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(double min,
double delta)
throws java.lang.Exception
min - minimum valuedelta - grid size
java.lang.Exception - if an error occurs computing bin stats
public abstract void computeStats()
throws java.lang.Exception
java.lang.Exception - if an error occurs computing sample stats
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||