Boolean Distribution

The Boolean distribution takes on one of two values: True or False. It requires a single input, Probability of True. It is useful for representing binary systems which have a given probability (e.g., flipping a coin):

Note that when plotted, GoldSim shows a True condition as 1, and a False condition as 0.

Note: Since this is a discrete distribution, the PDF Probability Density Function. A function whose Y-axis can be interpreted as providing the relative likelihood that the value of a random variable would be equal to value specified on the X-axis. Hence, the dimensions of the Y-axis are the inverse of those of the X-axis (i.e., the probability per unit length of the X-axis). view does not actually display a probability density function. Instead, it displays a probability mass function.