JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ikr.simlib.statistics
Interface UnweightedSampleCollector<Value>
All Known Subinterfaces:
WeightedSampleCollector
<Value,Weight>
All Known Implementing Classes:
AutoCorrelationStatistic
,
BatchSumStatistic
,
BoundaryStatistic
,
ControlCounter
,
CountAggregatingStatistic
,
DistributionStatistic
,
DistributionStatisticBase
,
ExactAutoCorrelationStatistic
,
IntervalAggregatingStatistic
,
JainBoundaryStatistic
,
MeanStatistic
,
MedianStatistic
,
MemoryDistributionStatistic
,
ProbabilityStatistic
,
RateStatistic
,
SampleStatistic
,
StdAutoCorrelationStatistic
,
StdBatchSumStatistic
,
StdBoundaryStatistic
,
StdDistributionStatistic
,
StdMedianStatistic
,
StdProbabilityStatistic
,
StdRateStatistic
,
StdSampleStatistic
,
TracingDistributionStatistic
,
UnlimitedUnbatchedBoundaryStatistic
,
WeightedDistStatistic
,
WeightedMeanStatistic
public interface
UnweightedSampleCollector<Value>
Method Summary
Methods
Modifier and Type
Method and Description
void
update
(
Value
value)
Method Detail
update
void update(
Value
value)
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method