whylogs.core.statistics.datatypes.floattracker
#
FloatTracker ObjectsTrack statistics for floating point numbers
#
Parametersmin : float Current min value max : float Current max value sum : float Sum of the numbers count : int Total count of numbers
#
updateAdd a number to the tracking statistics
#
add_integersCopy data from a IntTracker into this object, overwriting the current values.
#
Parameterstracker : IntTracker
#
meanCalculate the current mean
#
mergeMerge this tracker with another.
#
Parametersother : FloatTracker The other float tracker
#
Returnsmerged : FloatTracker A new float tracker
#
to_protobufReturn the object serialized as a protobuf message
#
Returnsmessage : DoublesMessage
#
from_protobufLoad from a protobuf message
#
Returnsnumber_tracker : FloatTracker