umontreal.iro.lecuyer.stat
Class TallyWithTimes
java.lang.Object
umontreal.iro.lecuyer.stat.StatProbe
umontreal.iro.lecuyer.stat.Tally
umontreal.iro.lecuyer.stat.TallyWithTimes
- All Implemented Interfaces:
- Cloneable
public class TallyWithTimes
- extends Tally
Methods inherited from class umontreal.iro.lecuyer.stat.Tally |
average, clone, confidenceIntervalNormal, confidenceIntervalStudent, confidenceIntervalVarianceChi2, formatCINormal, formatCINormal, formatCIStudent, formatCIStudent, formatCIVarianceChi2, getConfidenceLevel, numberObs, report, report, reportAndCIStudent, reportAndCIStudent, setConfidenceIntervalNone, setConfidenceIntervalNormal, setConfidenceIntervalStudent, setConfidenceLevel, setShowNumberObs, shortReport, shortReportHeader, standardDeviation, variance |
Methods inherited from class umontreal.iro.lecuyer.stat.StatProbe |
addObservationListener, clearObservationListeners, getName, isBroadcasting, isCollecting, max, min, notifyListeners, removeObservationListener, report, report, setBroadcasting, setCollecting, setName, sum |
TallyWithTimes
public TallyWithTimes()
init
public void init()
- Overrides:
init
in class Tally
add
public void add(double x)
- Overrides:
add
in class Tally
getObservations
public List<TallyWithTimes.Observation> getObservations()
averageOnInterval
public double averageOnInterval(double t1,
double t2)
averageFrom
public double averageFrom(double t)
getNextObs
public int getNextObs(double time)
To submit a bug or ask questions, send an e-mail to
Richard Simard.