MVHistogram.to_histogram (function)


def to_histogram(self, dimension, wrap_at=None)

Convert the MVHistogram distribution to a Histogram univariate distribution.

Arguments

  • dimension (int or str): index or label of the dimension to use for the univariate distribution.
  • wrap_at (float or None, optional, default=None): value to set for wrap_at of the returned Histogram. If None or not provided, will default to MVHistogram.wrap_at.

Returns