MVSamples.to_samples (function)


def to_samples(self, dimension)

Convert the MVSamples distribution to a Samples 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 MVSamples.wrap_at.

Returns