Index
All Classes and Interfaces|All Packages|Serialized Form
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
- CalendarObservationEventListener() - Constructor for class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest.CalendarObservationEventListener
- 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.CalendarObservationEventListener - Class in org.djutils.stats.summarizers.event
-
The Calendar-based listener that counts the OBSERVATION_ADDED_EVENT events and checks correctness.
- 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.
F
- fireEvent(EventType) - Method in class org.djutils.stats.summarizers.event.RmiErrorEventProducer
- fireEvent(EventType, Serializable) - Method in class org.djutils.stats.summarizers.event.RmiErrorEventProducer
- FixedBinsAccumulatorTest - Class in org.djutils.stats.summarizers.quantileaccumulator
-
FixedBinsAccumulatorTest.java.
- FixedBinsAccumulatorTest() - Constructor for class org.djutils.stats.summarizers.quantileaccumulator.FixedBinsAccumulatorTest
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
- getEventListenerMap() - Method in class org.djutils.stats.summarizers.event.RmiErrorEventProducer
- 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.CalendarObservationEventListener
- 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(Event) - Method in class org.djutils.stats.summarizers.event.EventBasedCounterTest.CounterEventListener
- notify(Event) - Method in class org.djutils.stats.summarizers.event.EventBasedTallyTest.ObservationEventListener
- notify(Event) - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest.CalendarObservationEventListener
- notify(Event) - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest.TimestampedObservationEventListener
- notify(Event) - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTallyTest.WeightedObservationEventListener
- notify(Event) - Method in class org.djutils.stats.summarizers.event.LoggingEventListener
- notify(Event) - Method in class org.djutils.stats.summarizers.event.RmiErrorEventListener
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
R
- RmiErrorEventListener - Class in org.djutils.stats.summarizers.event
-
A listener that throws a RemoteException on notify().
- RmiErrorEventListener() - Constructor for class org.djutils.stats.summarizers.event.RmiErrorEventListener
- RmiErrorEventProducer - Class in org.djutils.stats.summarizers.event
-
EventProducer that throws an error on removeListener().
- RmiErrorEventProducer() - Constructor for class org.djutils.stats.summarizers.event.RmiErrorEventProducer
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.
- testCalendarBasedWeightedTallyEventProduction() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest
-
Test produced events by EventBasedWeightedTally.
- 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.
- testEBTimestampWeightedTallyCalendarNotify() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest
-
Test the TimestampWeightedTally for Calendar-based timestamps.
- testEBTimestampWeightedTallyCalendarregister() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest
-
Test the TimestampWeightedTally for Calendar-based timestamps with register().
- testEventBasedCounter() - Method in class org.djutils.stats.summarizers.event.EventBasedCounterTest
-
Test the counter.
- testEventBasedCounterRemote() - Method in class org.djutils.stats.summarizers.event.EventBasedCounterTest
-
Test the counter for RemoteExceptions.
- testEventBasedTally() - Method in class org.djutils.stats.summarizers.event.EventBasedTallyTest
-
Test the event based tally.
- testEventBasedTallyRemote() - Method in class org.djutils.stats.summarizers.event.EventBasedTallyTest
-
Test the event-based tally for RemoteExceptions.
- testEventBasedTallyRemote() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTallyTest
-
Test the event-based weighted tally for RemoteExceptions.
- testEventBasedTimestampTallyRemote() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest
-
Test the event-based timestamp weighted tally for RemoteExceptions.
- 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.
- testEventBasedWeightedTallyEventProduction() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTallyTest
-
Test produced events by EventBasedWeightedTally.
- testEventBasedWeightedTallySimple() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTallyTest
-
Test the EventBasedWeightedTally on a simple example.
- testFixedBinsAccumulator() - Method in class org.djutils.stats.summarizers.quantileaccumulator.AccumulatorTest
-
Test the getCumulativeProbability method of the FixedBinsAccumulator.
- testFixedBinsAccumulator() - Method in class org.djutils.stats.summarizers.quantileaccumulator.FixedBinsAccumulatorTest
-
Test the FixedBinsAccumulator.
- 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.quantileaccumulator.AccumulatorTest
-
Test the getCumulativeProbability method of 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.quantileaccumulator.AccumulatorTest
-
Test the getCumulativeProbability method of 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.quantileaccumulator.AccumulatorTest
-
Test the getCumulativeProbability method of the TDigestAccumulator.
- 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.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 and Interfaces|All Packages|Serialized Form