Empirical model module ====================== Module description ------------------ This module contains the class :class:`EmpiricalModel` which is focused on the implementation of an empirical model for a given measurement scenario. The class is fully developed with many magic commands for multiplication and addition, together with properties and methods. Module documentation -------------------- .. automodule:: contextuality.empirical_model :members: