amep.statistics#

Statistics and Distributions#

The AMEP module amep.statistics provides various statistical quantities such as histograms or the Binder cumulant.

Functions

binder_cumulant(data)

Calculates the Binder cumulant for the data given in the array.

distribution(data[, weights, xmin, xmax, ...])

Calculates the distribution function of the given data from a histogram.

histogram2d(xdata, ydata[, xmin, xmax, ...])

Calculates the two-dimensional distribution function of the given data from a 2d-histogram.