|
|||||||||
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
org.apache.commons.math.random.EmpiricalDistributionImpl.StreamDataAdapter
private class EmpiricalDistributionImpl.StreamDataAdapter
DataAdapter
for data provided through some input stream
Field Summary | |
---|---|
private BufferedReader |
inputStream
Input stream providing access to the data |
Constructor Summary | |
---|---|
EmpiricalDistributionImpl.StreamDataAdapter(BufferedReader in)
Create a StreamDataAdapter from a BufferedReader |
Method Summary | |
---|---|
void |
computeBinStats()
Compute bin stats. |
void |
computeStats()
Compute sample statistics. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private BufferedReader inputStream
Constructor Detail |
---|
public EmpiricalDistributionImpl.StreamDataAdapter(BufferedReader in)
in
- BufferedReader input streamMethod Detail |
---|
public void computeBinStats() throws IOException
computeBinStats
in class EmpiricalDistributionImpl.DataAdapter
IOException
- if an error occurs computing bin statspublic void computeStats() throws IOException
computeStats
in class EmpiricalDistributionImpl.DataAdapter
IOException
- if an error occurs computing sample stats
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |