iq_readout.three_state_classifiers.GaussMixClassifier.statistics#

Returns dictionary with general statistical data:

  • mu_0: np.array([float, float])

  • mu_1: np.array([float, float])

  • mu_2: np.array([float, float])

  • cov_0: np.array([[float, float], [float, float]])

  • cov_1: np.array([[float, float], [float, float]])

  • cov_2: np.array([[float, float], [float, float]])

NB: this property is used for plotting and for storing useful information in the YAML file.