lenskit.data.accum.ValueStatistics ================================== .. py:class:: lenskit.data.accum.ValueStatistics :canonical: lenskit.data.accum._value.ValueStatistics Bases: :py:obj:`TypedDict` Collected statitsics from :class:`ValueAccumulator`. .. py:attribute:: n :type: int .. py:attribute:: mean :type: float .. py:attribute:: median :type: float .. py:attribute:: std :type: float