add(double x) | TallyHistogram | |
umontreal::ssj::stat::Tally.add(double[] x, int number) | Tally | |
addHistograms(TallyHistogram other) | TallyHistogram | |
addObservationListener(ObservationListener l) | StatProbe | |
aggregateBins(int g) | TallyHistogram | |
average() | Tally | |
broadcast (defined in StatProbe) | StatProbe | protected |
clearObservationListeners() | StatProbe | |
clone() | TallyHistogram | |
collect (defined in StatProbe) | StatProbe | protected |
confidenceInterval (defined in Tally) | Tally | protected |
confidenceIntervalNormal(double level, double[] centerAndRadius) | Tally | |
confidenceIntervalStudent(double level, double[] centerAndRadius) | Tally | |
confidenceIntervalVarianceChi2(double level, double[] interval) | Tally | |
count (defined in TallyHistogram) | TallyHistogram | protected |
digits (defined in Tally) | Tally | protected |
fillFromArray(double[] obs, int numObs) | TallyHistogram | |
fillFromArray(double[] obs) | TallyHistogram | |
fillFromTallyStore(TallyStore ts) | TallyHistogram | |
formatCINormal(double level, int d) | Tally | |
formatCINormal(double level) | Tally | |
formatCIStudent(double level, int d) | Tally | |
formatCIStudent(double level) | Tally | |
formatCIVarianceChi2(double level, int d) | Tally | |
getA() | TallyHistogram | |
getB() | TallyHistogram | |
getConfidenceLevel() | Tally | |
getCounters() | TallyHistogram | |
getH() | TallyHistogram | |
getName() | StatProbe | |
getNumBins() | TallyHistogram | |
getProportionInBoundaries() | TallyHistogram | |
init(double a, double b, int numBins) | TallyHistogram | |
init() | TallyHistogram | |
isBroadcasting() | StatProbe | |
isCollecting() | StatProbe | |
leftCount (defined in TallyHistogram) | TallyHistogram | protected |
level (defined in Tally) | Tally | protected |
m_a (defined in TallyHistogram) | TallyHistogram | protected |
m_b (defined in TallyHistogram) | TallyHistogram | protected |
m_h (defined in TallyHistogram) | TallyHistogram | protected |
max() | StatProbe | |
maxValue (defined in StatProbe) | StatProbe | protected |
min() | StatProbe | |
minValue (defined in StatProbe) | StatProbe | protected |
name (defined in StatProbe) | StatProbe | protected |
notifyListeners(double x) | StatProbe | |
numberObs() | Tally | |
numBins (defined in TallyHistogram) | TallyHistogram | protected |
numObs (defined in Tally) | Tally | protected |
removeObservationListener(ObservationListener l) | StatProbe | |
report() | Tally | |
report(double level, int d) | Tally | |
umontreal::ssj::stat::StatProbe.report(String globalName, StatProbe[] probes) | StatProbe | static |
umontreal::ssj::stat::StatProbe.report(String globalName, Iterable<? extends StatProbe > probes) | StatProbe | static |
reportAndCIStudent(double level, int d) | Tally | |
reportAndCIStudent(double level) | Tally | |
rightCount (defined in TallyHistogram) | TallyHistogram | protected |
setBroadcasting(boolean b) | StatProbe | |
setCollecting(boolean b) | StatProbe | |
setConfidenceIntervalNone() | Tally | |
setConfidenceIntervalNormal() | Tally | |
setConfidenceIntervalStudent() | Tally | |
setConfidenceLevel(double level) | Tally | |
setName(String name) | Tally | |
setShowNumberObs(boolean showNumObs) | Tally | |
shortReport() | Tally | |
shortReportHeader() (defined in Tally) | Tally | |
showNobs (defined in StatProbe) | StatProbe | protected |
standardDeviation() | Tally | |
sum() (defined in Tally) | Tally | |
sumValue (defined in StatProbe) | StatProbe | protected |
Tally() | Tally | |
Tally(String name) | Tally | |
TallyHistogram(double a, double b, int numBins) | TallyHistogram | |
TallyHistogram(String name, double a, double b, int numBins) | TallyHistogram | |
toString() | TallyHistogram | |
trimHistogram() | TallyHistogram | |
variance() | Tally | |