|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.speckled.specksim.datagen.StatisticsRecorder
public class StatisticsRecorder
Records the output of a StatisticsModule when prompted,
over a series of run repetitions
| Field Summary | |
|---|---|
StatisticsModule |
module
The statistics module that this recorder is recording |
| Method Summary | |
|---|---|
float[][][] |
averageData()
Gets the data from this recorder, averaged over the repetitions |
float[][][] |
standardDeviation()
Gets the standard deviation of the data from this recorder over the repetitions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final StatisticsModule module
| Method Detail |
|---|
public float[][][] averageData()
public float[][][] standardDeviation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||