Module: RunningStat::RedisBackend

Defined in:
lib/running_stat/redis_backend.rb

Constant Summary collapse

COUNT_FIELD =

fields within the metric’s redis hash

:c
MEAN_FIELD =

the dataset cardinality

:m
M2_FIELD =

the arithmetic mean of the dataset

:m2