Package dev.nm.stat.descriptive
-
Interface Summary Interface Description Statistic A statistic (singular) is a single measure of some attribute of a sample (e.g., its arithmetic mean value).StatisticFactory A factory to construct a newStatistic
. -
Class Summary Class Description SynchronizedStatistic This is a thread-safe wrapper ofStatistic
by synchronizing all public methods so that only one thread at a time can access the instance.