iq_readout.pdfs.simple_1d_gaussian#
- simple_1d_gaussian(x, mu, sigma)[source]#
Probability density function of a 1D Gaussian.
It has mean
muand standard deviationsigma.- Parameters:
- xnp.ndarray(…)
Points in the 1D space.
- mu
Mean of the first coordinate.
- sigma
Standard deviation of the two coordinates.
- Returns:
- probnp.ndarray(…)
Values of the probability density function.