A C D E G I L M N O T W 
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AccumulatorTest - Class in org.djutils.stats.summarizers.quantileaccumulator
 - 
AccumulatorTest tests the quantile accumulators for the right exceptions.
 - AccumulatorTest() - Constructor for class org.djutils.stats.summarizers.quantileaccumulator.AccumulatorTest
 
C
- CounterEventListener() - Constructor for class org.djutils.stats.summarizers.event.EventBasedCounterTest.CounterEventListener
 - CounterTest - Class in org.djutils.stats.summarizers
 - 
Test the Counter class.
 - CounterTest() - Constructor for class org.djutils.stats.summarizers.CounterTest
 
D
- DistNormalTableTest - Class in org.djutils.stats
 - 
Test the DistNormalTable class.
 - DistNormalTableTest() - Constructor for class org.djutils.stats.DistNormalTableTest
 
E
- EventBasedCounterTest - Class in org.djutils.stats.summarizers.event
 - 
Test the EventBasedCounter class.
 - EventBasedCounterTest() - Constructor for class org.djutils.stats.summarizers.event.EventBasedCounterTest
 - EventBasedCounterTest.CounterEventListener - Class in org.djutils.stats.summarizers.event
 - 
The listener that counts the OBSERVATION_ADDED_EVENT events and checks correctness.
 - EventBasedTallyTest - Class in org.djutils.stats.summarizers.event
 - 
The TallyTest test the tally.
 - EventBasedTallyTest() - Constructor for class org.djutils.stats.summarizers.event.EventBasedTallyTest
 - EventBasedTallyTest.ObservationEventListener - Class in org.djutils.stats.summarizers.event
 - 
The listener that counts the OBSERVATION_ADDED_EVENT events and checks correctness.
 - EventBasedTimestampWeightedTallyTest - Class in org.djutils.stats.summarizers.event
 - 
The EventBasedTimestampWeightedTallyTest test the weighted tally that receives event-observations with a timestamp.
 - EventBasedTimestampWeightedTallyTest() - Constructor for class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest
 - EventBasedTimestampWeightedTallyTest.TimestampedObservationEventListener - Class in org.djutils.stats.summarizers.event
 - 
The listener that counts the OBSERVATION_ADDED_EVENT events and checks correctness.
 - EventBasedWeightedTallyTest - Class in org.djutils.stats.summarizers.event
 - 
The EventBasedWeightedTallyTest tests the EventBasedWeightedTally.
 - EventBasedWeightedTallyTest() - Constructor for class org.djutils.stats.summarizers.event.EventBasedWeightedTallyTest
 - EventBasedWeightedTallyTest.WeightedObservationEventListener - Class in org.djutils.stats.summarizers.event
 - 
The listener that counts the OBSERVATION_ADDED_EVENT events and checks correctness.
 
G
- generateGaussianNoise(double, double, Random) - Method in class org.djutils.stats.summarizers.event.EventBasedTallyTest
 - 
Generate normally distributed values.
 - generateGaussianNoise(double, double, Random) - Method in class org.djutils.stats.summarizers.TallyTest
 - 
Generate normally distributed values.
 - getCountEvents() - Method in class org.djutils.stats.summarizers.event.EventBasedCounterTest.CounterEventListener
 - getLastEvent() - Method in class org.djutils.stats.summarizers.event.LoggingEventListener
 - getNumberOfEvents() - Method in class org.djutils.stats.summarizers.event.LoggingEventListener
 - getObservationEvents() - Method in class org.djutils.stats.summarizers.event.EventBasedTallyTest.ObservationEventListener
 - getObservationEvents() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest.TimestampedObservationEventListener
 - getObservationEvents() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTallyTest.WeightedObservationEventListener
 
I
- initialize() - Method in class org.djutils.stats.summarizers.event.LoggingEventListener
 - 
set the last event to null.
 
L
- LoggingEventListener - Class in org.djutils.stats.summarizers.event
 - 
LoggingEventListener logs the last event that was received and the number of received events so they can be checked.
 - LoggingEventListener() - Constructor for class org.djutils.stats.summarizers.event.LoggingEventListener
 
M
- main(String[]) - Static method in class org.djutils.stats.summarizers.TallyDemo
 - 
Demonstrate the basic use of a Tally.
 
N
- notify(EventInterface) - Method in class org.djutils.stats.summarizers.event.EventBasedCounterTest.CounterEventListener
 - notify(EventInterface) - Method in class org.djutils.stats.summarizers.event.EventBasedTallyTest.ObservationEventListener
 - notify(EventInterface) - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest.TimestampedObservationEventListener
 - notify(EventInterface) - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTallyTest.WeightedObservationEventListener
 - notify(EventInterface) - Method in class org.djutils.stats.summarizers.event.LoggingEventListener
 
O
- ObservationEventListener() - Constructor for class org.djutils.stats.summarizers.event.EventBasedTallyTest.ObservationEventListener
 - org.djutils.stats - package org.djutils.stats
 - org.djutils.stats.summarizers - package org.djutils.stats.summarizers
 - org.djutils.stats.summarizers.event - package org.djutils.stats.summarizers.event
 - org.djutils.stats.summarizers.quantileaccumulator - package org.djutils.stats.summarizers.quantileaccumulator
 
T
- TallyDemo - Class in org.djutils.stats.summarizers
 - 
TallyDemo.java.
 - TallyTest - Class in org.djutils.stats.summarizers
 - 
The TallyTest test the tally.
 - TallyTest() - Constructor for class org.djutils.stats.summarizers.TallyTest
 - testAccumulators() - Method in class org.djutils.stats.summarizers.quantileaccumulator.AccumulatorTest
 - 
Test the accumulators for null and wrong probabilities.
 - testCounter() - Method in class org.djutils.stats.summarizers.CounterTest
 - 
Test the counter.
 - testCumulativeNormalProbabilities() - Method in class org.djutils.stats.DistNormalTableTest
 - 
Test the cumulative normal probabilities based on well-known values.
 - testEBTimestampWeightedTallyCalendarIngest() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest
 - 
Test the TimestampWeightedTally for Calendar-based timestamps with ingest().
 - testEBTimestampWeightedTallyCalendarNotify() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest
 - 
Test the TimestampWeightedTally for Calendar-based timestamps.
 - testEventBasedCounter() - Method in class org.djutils.stats.summarizers.event.EventBasedCounterTest
 - 
Test the counter.
 - testEventBasedTally() - Method in class org.djutils.stats.summarizers.event.EventBasedTallyTest
 - 
Test the event based tally.
 - testEventBasedTimestampWeightedTally() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest
 - 
Test the EventBasedTimestampWeightedTally.
 - testEventBasedTimestampWeightedTallySimple() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest
 - 
Test the EventBasedTimestampWeightedTally on a simple example.
 - testEventBasedWeightedTally() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTallyTest
 - 
Test the EventBasedWeightedTally.
 - testEventBasedWeightedTallySimple() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTallyTest
 - 
Test the EventBasedWeightedTally on a simple example.
 - testFullStorageAccumulator() - Method in class org.djutils.stats.summarizers.event.EventBasedTallyTest
 - 
Test the Event based tally with the FullStorageAccumulator.
 - testFullStorageAccumulator() - Method in class org.djutils.stats.summarizers.TallyTest
 - 
Test the FullStorageAccumulator.
 - testInverseCumulativeNormalProbabilities() - Method in class org.djutils.stats.DistNormalTableTest
 - 
Test the inverse cumulative normal probabilities based on well-known values.
 - testKurtWikipedia() - Method in class org.djutils.stats.summarizers.TallyTest
 - 
Test the kurtosis example from https://en.wikipedia.org/wiki/Kurtosis where we assumed that the example for sample kurtosis actually calculates population kurtosis (!).
 - testNoStorageAccumulator() - Method in class org.djutils.stats.summarizers.event.EventBasedTallyTest
 - 
Test EventBasedTally with the NoStorageAccumulator.
 - testNoStorageAccumulator() - Method in class org.djutils.stats.summarizers.TallyTest
 - 
Test Tally with the NoStorageAccumulator.
 - testSkewKurtExcel() - Method in class org.djutils.stats.summarizers.TallyTest
 - 
Test skewness and kurtosis based on two Excel samples.
 - testSkewnessAndKurtosis() - Method in class org.djutils.stats.summarizers.TallyTest
 - 
Test skewness and kurtosis.
 - testSmoothness() - Method in class org.djutils.stats.DistNormalTableTest
 - 
Test that the values in the CUMULATIVE_NORMAL_PROBABILITIES table are non-decreasing and range from 0.5 to 1.0.
 - testTally() - Method in class org.djutils.stats.summarizers.TallyTest
 - 
Test the tally.
 - testTallyEventProduction() - Method in class org.djutils.stats.summarizers.event.EventBasedTallyTest
 - 
Test produced events by EventBasedTally.
 - testTDigestAccumulator() - Method in class org.djutils.stats.summarizers.TallyTest
 - 
Test the T-Digest accumulator.
 - testTimestampWeightedTallyCalendar() - Method in class org.djutils.stats.summarizers.TimestampWeightedTallyTest
 - 
Test the TimestampWeightedTally for Calendar-based timestamps.
 - testTimestampWeightedTallyNumber() - Method in class org.djutils.stats.summarizers.TimestampWeightedTallyTest
 - 
Test the TimestampWeightedTally on Number based timestamps.
 - testTimestampWeightedTallySimple() - Method in class org.djutils.stats.summarizers.TimestampWeightedTallyTest
 - 
Test the TimestampWeightedTally on a simple example.
 - testWeightedTally() - Method in class org.djutils.stats.summarizers.WeightedTallyTest
 - 
Test the WeightedTally.
 - testWeightedTallyEventProduction() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest
 - 
Test produced events by EventBasedWeightedTally.
 - testWeightedTallyEventProduction() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTallyTest
 - 
Test produced events by EventBasedWeightedTally.
 - testWeightedTallySimple() - Method in class org.djutils.stats.summarizers.WeightedTallyTest
 - 
Test the WeightedTally on a simple example.
 - TimestampedObservationEventListener() - Constructor for class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest.TimestampedObservationEventListener
 - TimestampWeightedTallyTest - Class in org.djutils.stats.summarizers
 - 
The TimestampWeightedTallyTest test the weighted tally that receives observations with a timestamp.
 - TimestampWeightedTallyTest() - Constructor for class org.djutils.stats.summarizers.TimestampWeightedTallyTest
 
W
- WeightedObservationEventListener() - Constructor for class org.djutils.stats.summarizers.event.EventBasedWeightedTallyTest.WeightedObservationEventListener
 - WeightedTallyTest - Class in org.djutils.stats.summarizers
 - 
The WeightedTallyTest tests the WeightedTally.
 - WeightedTallyTest() - Constructor for class org.djutils.stats.summarizers.WeightedTallyTest
 
All Classes All Packages