dataeval.metrics.stats.PixelStatsOutput ======================================= .. py:class:: dataeval.metrics.stats.PixelStatsOutput Output class for :func:`pixelstats` stats metric .. attribute:: mean Mean of the pixel values of the images :type: NDArray[np.float16] .. attribute:: std Standard deviation of the pixel values of the images :type: NDArray[np.float16] .. attribute:: var :term:`Variance` of the pixel values of the images :type: NDArray[np.float16] .. attribute:: skew Skew of the pixel values of the images :type: NDArray[np.float16] .. attribute:: kurtosis Kurtosis of the pixel values of the images :type: NDArray[np.float16] .. attribute:: histogram Histogram of the pixel values of the images across 256 bins scaled between 0 and 1 :type: NDArray[np.uint32] .. attribute:: entropy Entropy of the pixel values of the images :type: NDArray[np.float16]