iq_readout.pdfs#
Module containing the probability density functions used in the classifiers.
The probability density functions have been implemented keeping in mind that
they will be used for fitting using scipy.optimize.curve_fit, thus all
its arguments are split into scalars while the input points have been
grouped into a single multidimensional variable.
Functions
|
Probability density function observed when considering amplitude decay during the measurement. |
|
Probability density function corresponding to a decay_amplitude_1d_pdf in the (parallel) projected axis along mu_0 and mu_1 and a simple_1d_gaussian in the perpendicular dimension |
|
Returns the PDF value from the 1D histogram bins closest to x. |
|
Returns the PDF value from the 2D histogram bins closest to x. |
|
Probability density function of a 1D Gaussian. |
|
Probability density function corresponding to the sum of two 1D Gaussians with the same standard deviation. |
|
Probability density function of a 2D Gaussian. |
|
Probability density function corresponding to the sum of two 2D Gaussians. |
|
Probability density function corresponding to the sum of three 2D Gaussians. |