B C D E F G I L M N O P Q R S T V W 
All Classes All Packages

B

BasicTallyInterface - Interface in org.djutils.stats.summarizers
The Tally interface defines the methods to be implemented by a tally object, which ingests a series of values and provides mean, standard deviation, etc.
BOTH_SIDE_CONFIDENCE - org.djutils.stats.ConfidenceInterval
BOTH_SIDE_CONFIDENCE refers to both sides of the confidence.

C

ConfidenceInterval - Enum in org.djutils.stats
ConfidenceInterval lists the three type of confidence intervals: two one-sided and one two-sided interval.
count - Variable in class org.djutils.stats.summarizers.Counter
count represents the value of the counter.
COUNT_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
COUNT_EVENT is fired whenever there is an observation that potentially updates the count of the Counter.
Counter - Class in org.djutils.stats.summarizers
The Counter class defines a statistics event counter.
Counter(String) - Constructor for class org.djutils.stats.summarizers.Counter
Constructs a new Counter.
CounterInterface - Interface in org.djutils.stats.summarizers
The Counter interface defines the methods to implement for a statistics event counter.
CUMULATIVE_NORMAL_PROBABILITIES - Static variable in class org.djutils.stats.DistNormalTable
CUMULATIVE_NORMAL_PROBABILITIES represents the NORMAL DISTRIBUTION FUNCTION TABLE.
CUMULATIVE_NORMAL_PROBABILITIES_TABLE_RANGE - Static variable in class org.djutils.stats.DistNormalTable
CUMULATIVE_NORMAL_PROBABILITIES table runs from 0 * sigma to CUMULATIVE_NORMAL_PROBABILITIES_TABLE_RANGE * sigma.

D

DEFAULT_COMPRESSION - Static variable in class org.djutils.stats.summarizers.quantileaccumulator.TDigestAccumulator
The compression used by the parameter-less constructor.
description - Variable in class org.djutils.stats.summarizers.Counter
description refers to the title of this counter.
DistNormalTable - Class in org.djutils.stats
The Normal distribution.

E

endObservations(Number) - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
End the observations and closes the last interval of observations.
endObservations(Number) - Method in interface org.djutils.stats.summarizers.TimestampTallyInterface
End the observations and closes the last interval of observations.
endObservations(Number) - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
End the observations and closes the last interval of observations.
endObservations(Calendar) - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
End the observations and closes the last interval of observations.
endObservations(Calendar) - Method in interface org.djutils.stats.summarizers.TimestampTallyInterface
End the observations and closes the last interval of observations.
endObservations(Calendar) - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
End the observations and closes the last interval of observations.
EventBasedCounter - Class in org.djutils.stats.summarizers.event
The Counter class defines a statistics event counter.
EventBasedCounter(String) - Constructor for class org.djutils.stats.summarizers.event.EventBasedCounter
Construct a new EventBasedCounter.
EventBasedTally - Class in org.djutils.stats.summarizers.event
The EventBasedTally class ingests a series of values and provides mean, standard deviation, etc.
EventBasedTally(String) - Constructor for class org.djutils.stats.summarizers.event.EventBasedTally
Convenience constructor that uses a NoStorageAccumulator to estimate quantiles.
EventBasedTally(String, QuantileAccumulator) - Constructor for class org.djutils.stats.summarizers.event.EventBasedTally
Constructs a new EventBasedTally.
EventBasedTimestampWeightedTally - Class in org.djutils.stats.summarizers.event
The TimestampWeightedTally class defines a time-weighted tally based on timestamped data.
EventBasedTimestampWeightedTally(String) - Constructor for class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
constructs a new EventBasefdTimestampWeightedTally with a description.
EventBasedWeightedTally - Class in org.djutils.stats.summarizers.event
The EventBasedWeightedTally class defines a time-weighted tally that can be notified with weights and values using the EventListenerInterface.
EventBasedWeightedTally(String) - Constructor for class org.djutils.stats.summarizers.event.EventBasedWeightedTally
Construct a new WeightedTally with a description.

F

fireEvents() - Method in class org.djutils.stats.summarizers.event.EventBasedCounter
Method that can be overridden to fire own events or additional events when ingesting an observation.
fireEvents() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Method that can be overridden to fire own events or additional events when ingesting an observation.
fireEvents() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTally
Method that can be overridden to fire own events or additional events when ingesting an observation.
fireEvents(T) - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
Method that can be overridden to fire own events or additional events when ingesting an observation.
FixedBinsAccumulator - Class in org.djutils.stats.summarizers.quantileaccumulator
FixedBinsAccumulator.java.
FixedBinsAccumulator(double, double, int) - Constructor for class org.djutils.stats.summarizers.quantileaccumulator.FixedBinsAccumulator
Construct a new FullStorageAccumulator.
FullStorageAccumulator - Class in org.djutils.stats.summarizers.quantileaccumulator
Quantile accumulator that stores all values and computes exact (within a few ULP) results.
FullStorageAccumulator() - Constructor for class org.djutils.stats.summarizers.quantileaccumulator.FullStorageAccumulator
Construct a new FullStorageAccumulator.

G

getAboveCount() - Method in class org.djutils.stats.summarizers.quantileaccumulator.FixedBinsAccumulator
Retrieve the number of ingested values that were above the range of this FixedBinsAccumulator.
getBelowCount() - Method in class org.djutils.stats.summarizers.quantileaccumulator.FixedBinsAccumulator
Retrieve the number of ingested values that were below the range of this FixedBinsAccumulator.
getBinCenter(int) - Method in class org.djutils.stats.summarizers.quantileaccumulator.FixedBinsAccumulator
Return the center of a particular bin.
getBinCount() - Method in class org.djutils.stats.summarizers.quantileaccumulator.FixedBinsAccumulator
Retrieve the bin count.
getBinWidth() - Method in class org.djutils.stats.summarizers.quantileaccumulator.FixedBinsAccumulator
Retrieve the bin width.
getConfidenceInterval(double) - Method in class org.djutils.stats.summarizers.event.EventBasedTally
returns the confidence interval on either side of the mean.
getConfidenceInterval(double) - Method in class org.djutils.stats.summarizers.Tally
returns the confidence interval on either side of the mean.
getConfidenceInterval(double) - Method in interface org.djutils.stats.summarizers.TallyInterface
returns the confidence interval on either side of the mean.
getConfidenceInterval(double, ConfidenceInterval) - Method in class org.djutils.stats.summarizers.event.EventBasedTally
returns the confidence interval based of the mean.
getConfidenceInterval(double, ConfidenceInterval) - Method in class org.djutils.stats.summarizers.Tally
returns the confidence interval based of the mean.
getConfidenceInterval(double, ConfidenceInterval) - Method in interface org.djutils.stats.summarizers.TallyInterface
returns the confidence interval based of the mean.
getCount() - Method in class org.djutils.stats.summarizers.Counter
Returns the current counter value.
getCount() - Method in interface org.djutils.stats.summarizers.CounterInterface
Returns the current counter value.
getCount() - Method in class org.djutils.stats.summarizers.event.EventBasedCounter
Returns the current counter value.
getCumulativeProbability(double) - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Get, or estimate fraction of ingested values between -infinity up to and including a given quantile.
getCumulativeProbability(double) - Method in class org.djutils.stats.summarizers.Tally
Get, or estimate fraction of ingested values between -infinity up to and including a given quantile.
getCumulativeProbability(double) - Method in interface org.djutils.stats.summarizers.TallyInterface
Get, or estimate fraction of ingested values between -infinity up to and including a given quantile.
getCumulativeProbability(double, double, double) - Static method in class org.djutils.stats.DistNormalTable
Returns the cumulative probability of the x-value.
getCumulativeProbability(Tally, double) - Method in class org.djutils.stats.summarizers.quantileaccumulator.FixedBinsAccumulator
Get, or estimate fraction of ingested values between -infinity up to and including a given quantile.
getCumulativeProbability(Tally, double) - Method in class org.djutils.stats.summarizers.quantileaccumulator.FullStorageAccumulator
Get, or estimate fraction of ingested values between -infinity up to and including a given quantile.
getCumulativeProbability(Tally, double) - Method in class org.djutils.stats.summarizers.quantileaccumulator.NoStorageAccumulator
Get, or estimate fraction of ingested values between -infinity up to and including a given quantile.
getCumulativeProbability(Tally, double) - Method in interface org.djutils.stats.summarizers.quantileaccumulator.QuantileAccumulator
Get, or estimate fraction of ingested values between -infinity up to and including a given quantile.
getCumulativeProbability(Tally, double) - Method in class org.djutils.stats.summarizers.quantileaccumulator.TDigestAccumulator
Get, or estimate fraction of ingested values between -infinity up to and including a given quantile.
getDescription() - Method in interface org.djutils.stats.summarizers.BasicTallyInterface
returns the description of this tally.
getDescription() - Method in class org.djutils.stats.summarizers.Counter
Returns the description of the counter.
getDescription() - Method in interface org.djutils.stats.summarizers.CounterInterface
Returns the description of the counter.
getDescription() - Method in class org.djutils.stats.summarizers.event.EventBasedCounter
Returns the description of the counter.
getDescription() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
returns the description of this tally.
getDescription() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
returns the description of this tally.
getDescription() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTally
returns the description of this tally.
getDescription() - Method in class org.djutils.stats.summarizers.Tally
returns the description of this tally.
getDescription() - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
returns the description of this tally.
getDescription() - Method in class org.djutils.stats.summarizers.WeightedTally
returns the description of this tally.
getInverseCumulativeProbability(double, double, double) - Static method in class org.djutils.stats.DistNormalTable
Returns the x-value of the given cumulativePropability.
getLastValue() - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
Return the last observed value.
getMax() - Method in interface org.djutils.stats.summarizers.BasicTallyInterface
Returns the max.
getMax() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Returns the max.
getMax() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
Returns the max.
getMax() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTally
Returns the max.
getMax() - Method in class org.djutils.stats.summarizers.Tally
Returns the max.
getMax() - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
Returns the max.
getMax() - Method in class org.djutils.stats.summarizers.WeightedTally
Returns the max.
getMin() - Method in interface org.djutils.stats.summarizers.BasicTallyInterface
Returns the min.
getMin() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Returns the min.
getMin() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
Returns the min.
getMin() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTally
Returns the min.
getMin() - Method in class org.djutils.stats.summarizers.Tally
Returns the min.
getMin() - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
Returns the min.
getMin() - Method in class org.djutils.stats.summarizers.WeightedTally
Returns the min.
getN() - Method in interface org.djutils.stats.summarizers.BasicTallyInterface
Returns the number of observations.
getN() - Method in class org.djutils.stats.summarizers.Counter
Returns the current number of observations.
getN() - Method in interface org.djutils.stats.summarizers.CounterInterface
Returns the current number of observations.
getN() - Method in class org.djutils.stats.summarizers.event.EventBasedCounter
Returns the current number of observations.
getN() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Returns the number of observations.
getN() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
Returns the number of observations.
getN() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTally
Returns the number of observations.
getN() - Method in class org.djutils.stats.summarizers.quantileaccumulator.FixedBinsAccumulator
Retrieve the total number of ingested values.
getN() - Method in class org.djutils.stats.summarizers.Tally
Returns the number of observations.
getN() - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
Returns the number of observations.
getN() - Method in class org.djutils.stats.summarizers.WeightedTally
Returns the number of observations.
getPopulationExcessKurtosis() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Return the population excess kurtosis of the ingested data.
getPopulationExcessKurtosis() - Method in class org.djutils.stats.summarizers.Tally
Return the population excess kurtosis of the ingested data.
getPopulationExcessKurtosis() - Method in interface org.djutils.stats.summarizers.TallyInterface
Return the population excess kurtosis of the ingested data.
getPopulationKurtosis() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Return the (biased) population kurtosis of the ingested data.
getPopulationKurtosis() - Method in class org.djutils.stats.summarizers.Tally
Return the (biased) population kurtosis of the ingested data.
getPopulationKurtosis() - Method in interface org.djutils.stats.summarizers.TallyInterface
Return the (biased) population kurtosis of the ingested data.
getPopulationMean() - Method in interface org.djutils.stats.summarizers.TallyInterface
Returns the population mean of all observations since the initialization.
getPopulationSkewness() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Return the (biased) population skewness of the ingested data.
getPopulationSkewness() - Method in class org.djutils.stats.summarizers.Tally
Return the (biased) population skewness of the ingested data.
getPopulationSkewness() - Method in interface org.djutils.stats.summarizers.TallyInterface
Return the (biased) population skewness of the ingested data.
getPopulationStDev() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Returns the current (biased) population standard deviation of all observations since the initialization.
getPopulationStDev() - Method in class org.djutils.stats.summarizers.Tally
Returns the current (biased) population standard deviation of all observations since the initialization.
getPopulationStDev() - Method in interface org.djutils.stats.summarizers.TallyInterface
Returns the current (biased) population standard deviation of all observations since the initialization.
getPopulationVariance() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Returns the current (biased) population variance of all observations since the initialization.
getPopulationVariance() - Method in class org.djutils.stats.summarizers.Tally
Returns the current (biased) population variance of all observations since the initialization.
getPopulationVariance() - Method in interface org.djutils.stats.summarizers.TallyInterface
Returns the current (biased) population variance of all observations since the initialization.
getQuantile(double) - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Compute the quantile for the given probability.
getQuantile(double) - Method in class org.djutils.stats.summarizers.Tally
Compute the quantile for the given probability.
getQuantile(double) - Method in interface org.djutils.stats.summarizers.TallyInterface
Compute the quantile for the given probability.
getQuantile(Tally, double) - Method in class org.djutils.stats.summarizers.quantileaccumulator.FixedBinsAccumulator
Compute (or approximate) the value that corresponds to the given fraction (percentile).
getQuantile(Tally, double) - Method in class org.djutils.stats.summarizers.quantileaccumulator.FullStorageAccumulator
Compute (or approximate) the value that corresponds to the given fraction (percentile).
getQuantile(Tally, double) - Method in class org.djutils.stats.summarizers.quantileaccumulator.NoStorageAccumulator
Compute (or approximate) the value that corresponds to the given fraction (percentile).
getQuantile(Tally, double) - Method in interface org.djutils.stats.summarizers.quantileaccumulator.QuantileAccumulator
Compute (or approximate) the value that corresponds to the given fraction (percentile).
getQuantile(Tally, double) - Method in class org.djutils.stats.summarizers.quantileaccumulator.TDigestAccumulator
Compute (or approximate) the value that corresponds to the given fraction (percentile).
getSampleExcessKurtosis() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Return the sample excess kurtosis of the ingested data.
getSampleExcessKurtosis() - Method in class org.djutils.stats.summarizers.Tally
Return the sample excess kurtosis of the ingested data.
getSampleExcessKurtosis() - Method in interface org.djutils.stats.summarizers.TallyInterface
Return the sample excess kurtosis of the ingested data.
getSampleKurtosis() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Return the sample kurtosis of the ingested data.
getSampleKurtosis() - Method in class org.djutils.stats.summarizers.Tally
Return the sample kurtosis of the ingested data.
getSampleKurtosis() - Method in interface org.djutils.stats.summarizers.TallyInterface
Return the sample kurtosis of the ingested data.
getSampleMean() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Returns the sample mean of all observations since the initialization.
getSampleMean() - Method in class org.djutils.stats.summarizers.Tally
Returns the sample mean of all observations since the initialization.
getSampleMean() - Method in interface org.djutils.stats.summarizers.TallyInterface
Returns the sample mean of all observations since the initialization.
getSampleSkewness() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Return the (unbiased) sample skewness of the ingested data.
getSampleSkewness() - Method in class org.djutils.stats.summarizers.Tally
Return the (unbiased) sample skewness of the ingested data.
getSampleSkewness() - Method in interface org.djutils.stats.summarizers.TallyInterface
Return the (unbiased) sample skewness of the ingested data.
getSampleStDev() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Returns the current (unbiased) sample standard deviation of all observations since the initialization.
getSampleStDev() - Method in class org.djutils.stats.summarizers.Tally
Returns the current (unbiased) sample standard deviation of all observations since the initialization.
getSampleStDev() - Method in interface org.djutils.stats.summarizers.TallyInterface
Returns the current (unbiased) sample standard deviation of all observations since the initialization.
getSampleVariance() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Returns the current (unbiased) sample variance of all observations since the initialization.
getSampleVariance() - Method in class org.djutils.stats.summarizers.Tally
Returns the current (unbiased) sample variance of all observations since the initialization.
getSampleVariance() - Method in interface org.djutils.stats.summarizers.TallyInterface
Returns the current (unbiased) sample variance of all observations since the initialization.
getSourceId() - Method in class org.djutils.stats.summarizers.event.EventBasedCounter
getSourceId() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
getSourceId() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
getSourceId() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTally
getSum() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Return the sum of the values of the observations.
getSum() - Method in class org.djutils.stats.summarizers.Tally
Return the sum of the values of the observations.
getSum() - Method in interface org.djutils.stats.summarizers.TallyInterface
Return the sum of the values of the observations.
getWeightedPopulationMean() - Method in interface org.djutils.stats.summarizers.WeightedTallyInterface
Retrieve the current weighted mean of all observations since the initialization.
getWeightedPopulationStDev() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
Retrieve the current weighted standard deviation of the observations.
getWeightedPopulationStDev() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTally
Retrieve the current weighted standard deviation of the observations.
getWeightedPopulationStDev() - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
Retrieve the current weighted standard deviation of the observations.
getWeightedPopulationStDev() - Method in class org.djutils.stats.summarizers.WeightedTally
Retrieve the current weighted standard deviation of the observations.
getWeightedPopulationStDev() - Method in interface org.djutils.stats.summarizers.WeightedTallyInterface
Retrieve the current weighted standard deviation of the observations.
getWeightedPopulationVariance() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
Retrieve the current weighted variance of the observations.
getWeightedPopulationVariance() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTally
Retrieve the current weighted variance of the observations.
getWeightedPopulationVariance() - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
Retrieve the current weighted variance of the observations.
getWeightedPopulationVariance() - Method in class org.djutils.stats.summarizers.WeightedTally
Retrieve the current weighted variance of the observations.
getWeightedPopulationVariance() - Method in interface org.djutils.stats.summarizers.WeightedTallyInterface
Retrieve the current weighted variance of the observations.
getWeightedSampleMean() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
Retrieve the current weighted sample mean of all observations since the initialization.
getWeightedSampleMean() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTally
Retrieve the current weighted sample mean of all observations since the initialization.
getWeightedSampleMean() - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
Retrieve the current weighted sample mean of all observations since the initialization.
getWeightedSampleMean() - Method in class org.djutils.stats.summarizers.WeightedTally
Retrieve the current weighted sample mean of all observations since the initialization.
getWeightedSampleMean() - Method in interface org.djutils.stats.summarizers.WeightedTallyInterface
Retrieve the current weighted sample mean of all observations since the initialization.
getWeightedSampleStDev() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
Retrieve the current weighted sample standard deviation of the observations.
getWeightedSampleStDev() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTally
Retrieve the current weighted sample standard deviation of the observations.
getWeightedSampleStDev() - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
Retrieve the current weighted sample standard deviation of the observations.
getWeightedSampleStDev() - Method in class org.djutils.stats.summarizers.WeightedTally
Retrieve the current weighted sample standard deviation of the observations.
getWeightedSampleStDev() - Method in interface org.djutils.stats.summarizers.WeightedTallyInterface
Retrieve the current weighted sample standard deviation of the observations.
getWeightedSampleVariance() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
Retrieve the current weighted sample variance of the observations.
getWeightedSampleVariance() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTally
Retrieve the current weighted sample variance of the observations.
getWeightedSampleVariance() - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
Retrieve the current weighted sample variance of the observations.
getWeightedSampleVariance() - Method in class org.djutils.stats.summarizers.WeightedTally
Retrieve the current weighted sample variance of the observations.
getWeightedSampleVariance() - Method in interface org.djutils.stats.summarizers.WeightedTallyInterface
Retrieve the current weighted sample variance of the observations.
getWeightedSum() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
Retrieve the current weighted sum of the values of the observations.
getWeightedSum() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTally
Retrieve the current weighted sum of the values of the observations.
getWeightedSum() - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
Retrieve the current weighted sum of the values of the observations.
getWeightedSum() - Method in class org.djutils.stats.summarizers.WeightedTally
Retrieve the current weighted sum of the values of the observations.
getWeightedSum() - Method in interface org.djutils.stats.summarizers.WeightedTallyInterface
Retrieve the current weighted sum of the values of the observations.

I

ingest(double) - Method in class org.djutils.stats.summarizers.event.EventBasedTally
Process one observed value.
ingest(double) - Method in class org.djutils.stats.summarizers.quantileaccumulator.FixedBinsAccumulator
Ingest one value with weight 1.
ingest(double) - Method in class org.djutils.stats.summarizers.quantileaccumulator.FullStorageAccumulator
Ingest one value with weight 1.
ingest(double) - Method in class org.djutils.stats.summarizers.quantileaccumulator.NoStorageAccumulator
Ingest one value with weight 1.
ingest(double) - Method in interface org.djutils.stats.summarizers.quantileaccumulator.QuantileAccumulator
Ingest one value with weight 1.
ingest(double) - Method in class org.djutils.stats.summarizers.quantileaccumulator.TDigestAccumulator
Ingest one value with weight 1.
ingest(double) - Method in class org.djutils.stats.summarizers.Tally
Process one observed value.
ingest(double) - Method in interface org.djutils.stats.summarizers.TallyInterface
Process one observed value.
ingest(double...) - Method in class org.djutils.stats.summarizers.Tally
Ingest an array of values.
ingest(double, double) - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTally
Process one observed weighted value.
ingest(double, double) - Method in class org.djutils.stats.summarizers.WeightedTally
Process one observed weighted value.
ingest(long) - Method in class org.djutils.stats.summarizers.Counter
Process one observed value.
ingest(long) - Method in interface org.djutils.stats.summarizers.CounterInterface
Process one observed value.
ingest(long) - Method in class org.djutils.stats.summarizers.event.EventBasedCounter
Process one observed value.
ingest(Number, double) - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
Process one observed value.
ingest(Calendar, double) - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
Process one observed value.
ingest(Calendar, double) - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
Process one observed value.
ingest(T, double) - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
Process one observed value.
initialize() - Method in interface org.djutils.stats.summarizers.BasicTallyInterface
initializes the Tally.
initialize() - Method in class org.djutils.stats.summarizers.Counter
Initializes the counter.
initialize() - Method in interface org.djutils.stats.summarizers.CounterInterface
Initializes the counter.
initialize() - Method in class org.djutils.stats.summarizers.event.EventBasedCounter
Initializes the counter.
initialize() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
initializes the Tally.
initialize() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
initializes the Tally.
initialize() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTally
initializes the Tally.
initialize() - Method in class org.djutils.stats.summarizers.quantileaccumulator.FixedBinsAccumulator
Reset (clear all accumulated information).
initialize() - Method in class org.djutils.stats.summarizers.quantileaccumulator.FullStorageAccumulator
Reset (clear all accumulated information).
initialize() - Method in class org.djutils.stats.summarizers.quantileaccumulator.NoStorageAccumulator
Reset (clear all accumulated information).
initialize() - Method in interface org.djutils.stats.summarizers.quantileaccumulator.QuantileAccumulator
Reset (clear all accumulated information).
initialize() - Method in class org.djutils.stats.summarizers.quantileaccumulator.TDigestAccumulator
Reset (clear all accumulated information).
initialize() - Method in class org.djutils.stats.summarizers.Tally
initializes the Tally.
initialize() - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
initializes the Tally.
initialize() - Method in class org.djutils.stats.summarizers.WeightedTally
initializes the Tally.
INITIALIZED_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
INITIALIZED_EVENT is fired whenever a statistic is (re-)initialized.
isActive() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
Return whether the statistic is active (accepting observations) or not.
isActive() - Method in interface org.djutils.stats.summarizers.TimestampTallyInterface
Return whether the statistic is active (accepting observations) or not.
isActive() - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
Return whether the statistic is active (accepting observations) or not.

L

LEFT_SIDE_CONFIDENCE - org.djutils.stats.ConfidenceInterval
LEFT_SIDE_CONFIDENCE refers to the left side confidence.

M

MAX_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
MAX_EVENT is fired whenever there is an observation that potentially updates the highest observed value of the statistic.
MIN_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
MIN_EVENT is fired whenever there is an observation that potentially updates the lowest observed value of the statistic.

N

n - Variable in class org.djutils.stats.summarizers.Counter
n represents the number of measurements.
N_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
N_EVENT is fired whenever n is updated.
NoStorageAccumulator - Class in org.djutils.stats.summarizers.quantileaccumulator
The no storage accumulator accumulates nothing and estimates all requested quantiles from mean, standard deviation, etc.
NoStorageAccumulator() - Constructor for class org.djutils.stats.summarizers.quantileaccumulator.NoStorageAccumulator
 
notify(EventInterface) - Method in class org.djutils.stats.summarizers.event.EventBasedCounter
notify(EventInterface) - Method in class org.djutils.stats.summarizers.event.EventBasedTally
notify(EventInterface) - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
notify(EventInterface) - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTally

O

OBSERVATION_ADDED_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
OBSERVATION_ADDED_EVENT is fired whenever an observation is processed.
org.djutils.stats - package org.djutils.stats
Generic classes for statistics.
org.djutils.stats.summarizers - package org.djutils.stats.summarizers
Data Summarizers accumulate values and provide statistical summaries thereof.
org.djutils.stats.summarizers.event - package org.djutils.stats.summarizers.event
Event listening and event producing data summarizers.
org.djutils.stats.summarizers.quantileaccumulator - package org.djutils.stats.summarizers.quantileaccumulator
Quantile Accumulators store some subset of input values and provide quantile values.

P

POPULATION_EXCESS_KURTOSIS_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
EXCESS_KURTOSIS_EVENT is fired whenever there is an observation that potentially updates the population excess kurtosis of the statistic.
POPULATION_KURTOSIS_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
KURTOSIS_EVENT is fired whenever there is an observation that potentially updates the population kurtosis of the statistic.
POPULATION_MEAN_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
MEAN_EVENT is fired whenever there is an observation that potentially updates the population mean value of the statistic.
POPULATION_SKEWNESS_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
SKEWNESS_EVENT is fired whenever there is an observation that potentially updates the population skewness of the statistic.
POPULATION_STDEV_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
STDEV_EVENT is fired whenever there is an observation that potentially updates the population standard deviation of the statistic.
POPULATION_VARIANCE_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
VARIANCE_EVENT is fired whenever there is an observation that potentially updates the population variance of the statistic.

Q

QuantileAccumulator - Interface in org.djutils.stats.summarizers.quantileaccumulator
Interface for quantile accumulator.

R

RIGHT_SIDE_CONFIDENCE - org.djutils.stats.ConfidenceInterval
RIGTH_SIDE_CONFIDENCE refers to the right side confidence.

S

SAMPLE_EXCESS_KURTOSIS_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
SAMPLE_KURTOSIS_EVENT is fired whenever there is an observation that potentially updates the sample excess kurtosis of the statistic.
SAMPLE_KURTOSIS_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
SAMPLE_KURTOSIS_EVENT is fired whenever there is an observation that potentially updates the sample kurtosis of the statistic.
SAMPLE_MEAN_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
SAMPLE_MEAN_EVENT is fired whenever there is an observation that potentially updates the sample mean value of the statistic.
SAMPLE_SKEWNESS_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
SAMPLE_SKEWNESS_EVENT is fired whenever there is an observation that potentially updates the sample skewness of the statistic.
SAMPLE_STDEV_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
SAMPLE_STDEV_EVENT is fired whenever there is an observation that potentially updates the sample standard deviation of the statistic.
SAMPLE_VARIANCE_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
SAMPLE_VARIANCE_EVENT is fired whenever there is an observation that potentially updates the sample variance of the statistic.
semaphore - Variable in class org.djutils.stats.summarizers.Tally
the synchronized lock.
semaphore - Variable in class org.djutils.stats.summarizers.WeightedTally
The synchronization lock.
StatisticsEvents - Class in org.djutils.stats.summarizers.event
StatisticsEvents defines the standard events for statistics.
SUM_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
SUM_EVENT is fired whenever there is an observation that potentially updates the sum value of the statistic.

T

Tally - Class in org.djutils.stats.summarizers
The Tally class ingests a series of values and provides mean, standard deviation, etc.
Tally(String) - Constructor for class org.djutils.stats.summarizers.Tally
Convenience constructor that uses a NoStorageAccumulator to estimate quantiles.
Tally(String, QuantileAccumulator) - Constructor for class org.djutils.stats.summarizers.Tally
Constructs a new Tally.
TallyInterface - Interface in org.djutils.stats.summarizers
The Tally interface defines the methods to be implemented by a tally object, which ingests a series of values and provides mean, standard deviation, etc.
TDigestAccumulator - Class in org.djutils.stats.summarizers.quantileaccumulator
TDigestAccumulator.java.
TDigestAccumulator() - Constructor for class org.djutils.stats.summarizers.quantileaccumulator.TDigestAccumulator
Construct a new TDigestAccumulator with compression set to DEFAULT_COMPRESSION.
TDigestAccumulator(int) - Constructor for class org.djutils.stats.summarizers.quantileaccumulator.TDigestAccumulator
Construct a new TDigestAccumulator.
TIMED_MAX_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
TIMED_MAX_EVENT is fired whenever there is an observation that potentially updates the highest observed value of the statistic.
TIMED_MIN_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
TIMED_MIN_EVENT is fired whenever there is an observation that potentially updates the lowest observed value of the statistic.
TIMED_N_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
TIMED_N_EVENT is fired whenever n is updated.
TIMED_WEIGHTED_POPULATION_MEAN_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
TIMED_WEIGHTED_MEAN_EVENT is fired whenever there is an observation that potentially updates the weighted population mean value of the statistic.
TIMED_WEIGHTED_POPULATION_STDEV_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
TIMED_WEIGHTED_STDEV_EVENT is fired whenever there is an observation that potentially updates the weighted population standard deviation of the statistic.
TIMED_WEIGHTED_POPULATION_VARIANCE_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
TIMED_WEIGHTED_VARIANCE_EVENT is fired whenever there is an observation that potentially updates the weighted population variance of the statistic.
TIMED_WEIGHTED_SAMPLE_MEAN_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
TIMED_WEIGHTED_SAMPLE_MEAN_EVENT is fired whenever there is an observation that potentially updates the weighted sample mean value of the statistic.
TIMED_WEIGHTED_SAMPLE_STDEV_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
TIMED_WEIGHTED_SAMPLE_STDEV_EVENT is fired whenever there is an observation that potentially updates the weighted sample standard deviation of the statistic.
TIMED_WEIGHTED_SAMPLE_VARIANCE_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
TIMED_WEIGHTED_SAMPLE_VARIANCE_EVENT is fired whenever there is an observation that potentially updates the weighted sample variance of the statistic.
TIMED_WEIGHTED_SUM_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
TIMED_WEIGHTED_SUM_EVENT is fired whenever there is an observation that potentially updates the weighted sum value of the statistic.
TIMESTAMPED_OBSERVATION_ADDED_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
OBSERVATION_ADDED_EVENT is fired whenever an observation is processed.
TimestampTallyInterface - Interface in org.djutils.stats.summarizers
The TimestampedTally interface defines the methods that a timestamped tally should implement in addition to the standard weighted tally.
TimestampWeightedTally - Class in org.djutils.stats.summarizers
The TimestampWeightedTally class defines a time-weighted tally based on timestamped data.
TimestampWeightedTally(String) - Constructor for class org.djutils.stats.summarizers.TimestampWeightedTally
constructs a new TimestampWeightedTally with a description.
toString() - Method in class org.djutils.stats.summarizers.Counter
toString() - Method in class org.djutils.stats.summarizers.event.EventBasedCounter
toString() - Method in class org.djutils.stats.summarizers.event.EventBasedTally
toString() - Method in class org.djutils.stats.summarizers.event.EventBasedTimestampWeightedTally
toString() - Method in class org.djutils.stats.summarizers.event.EventBasedWeightedTally
toString() - Method in class org.djutils.stats.summarizers.quantileaccumulator.FixedBinsAccumulator
toString() - Method in class org.djutils.stats.summarizers.quantileaccumulator.FullStorageAccumulator
toString() - Method in class org.djutils.stats.summarizers.quantileaccumulator.NoStorageAccumulator
toString() - Method in class org.djutils.stats.summarizers.quantileaccumulator.TDigestAccumulator
toString() - Method in class org.djutils.stats.summarizers.Tally
toString() - Method in class org.djutils.stats.summarizers.TimestampWeightedTally
toString() - Method in class org.djutils.stats.summarizers.WeightedTally

V

valueOf(String) - Static method in enum org.djutils.stats.ConfidenceInterval
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.djutils.stats.ConfidenceInterval
Returns an array containing the constants of this enum type, in the order they are declared.

W

WEIGHTED_OBSERVATION_ADDED_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
WEIGTHED_OBSERVATION_ADDED_EVENT is fired whenever a weighted observation is processed.
WEIGHTED_POPULATION_MEAN_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
WEIGHTED_MEAN_EVENT is fired whenever there is an observation that potentially updates the weighted population mean value of the statistic.
WEIGHTED_POPULATION_STDEV_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
WEIGHTED_STDEV_EVENT is fired whenever there is an observation that potentially updates the weighted population standard deviation of the statistic.
WEIGHTED_POPULATION_VARIANCE_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
WEIGHTED_VARIANCE_EVENT is fired whenever there is an observation that potentially updates the weighted population variance of the statistic.
WEIGHTED_SAMPLE_MEAN_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
WEIGHTED_SAMPLE_MEAN_EVENT is fired whenever there is an observation that potentially updates the weighted sample mean value of the statistic.
WEIGHTED_SAMPLE_STDEV_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
WEIGHTED_SAMPLE_STDEV_EVENT is fired whenever there is an observation that potentially updates the weighted sample standard deviation of the statistic.
WEIGHTED_SAMPLE_VARIANCE_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
WEIGHTED_SAMPLE_VARIANCE_EVENT is fired whenever there is an observation that potentially updates the weighted sample variance of the statistic.
WEIGHTED_SUM_EVENT - Static variable in class org.djutils.stats.summarizers.event.StatisticsEvents
WEIGHTED_SUM_EVENT is fired whenever there is an observation that potentially updates the weighted sum value of the statistic.
WeightedTally - Class in org.djutils.stats.summarizers
The WeightedTally class defines a statistical tally.
WeightedTally(String) - Constructor for class org.djutils.stats.summarizers.WeightedTally
Construct a new WeightedTally with a description.
WeightedTallyInterface - Interface in org.djutils.stats.summarizers
The WeightedTally interface defines the methods that a time-weighted tally should implement.
B C D E F G I L M N O P Q R S T V W 
All Classes All Packages