MVHistogram.calculate_means (function)


def calculate_means(self, N=100000.0)

Return the weighted mean values from the histogram.

See also:

Arguments

  • N (int, default=1e5): number of samples to use to pass to np.cov.

Returns

  • list of floats: the mean value per dimension