BasicStatistics#

class libcasm.monte.sampling.BasicStatistics(
self: BasicStatistics,
)#

Bases: pybind11_object

Basic statistics calculated from samples

Constructor

Default constructor only.

Methods

relative_precision(…)

Calculated precision as a absolute value of fraction of the mean.

to_dict(…)

Represent the BasicStatistics as a Python dict.

Attributes

calculated_precision

Calculated absolute precision of the mean.

mean

Mean of property.