MVHistogram.calculate_covariances (function)
def calculate_covariances(self, N=100000.0)
Return the covariances about the mean from the histogram.
Under-the-hood, this calls np.cov on the output from MVHistogram.sample
with N samples.
See also:
Arguments
N(int, default=1e5): number of samples to use to pass tonp.cov.
Returns
- MxM square matrix of floats.