public abstract class StatisticsModule
extends java.lang.Object
Constructor and Description |
---|
StatisticsModule(Walker[] walker)
constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract double[] |
getPostSimulationStats()
abstract method that is called after the end of the simulation
so that stats can be calculated that accumulate over the entire
duration of the simulation
|
abstract double[] |
getRuntimeStats(double t) |
public StatisticsModule(Walker[] walker)
walker
- array of walkers from simulationpublic abstract double[] getRuntimeStats(double t)
public abstract double[] getPostSimulationStats()