Discrete probability involves the study of probability where the set of possible outcomes is countable, often dealing with events occurring in finite or countably infinite sample spaces. Random graphs are mathematical structures formed by creating edges between nodes according to some probability rule. Together, discrete probability and random graphs explore the likelihood of various properties emerging in graphs, such as connectivity or the existence of certain subgraphs, under random construction processes.
Discrete probability involves the study of probability where the set of possible outcomes is countable, often dealing with events occurring in finite or countably infinite sample spaces. Random graphs are mathematical structures formed by creating edges between nodes according to some probability rule. Together, discrete probability and random graphs explore the likelihood of various properties emerging in graphs, such as connectivity or the existence of certain subgraphs, under random construction processes.
What is discrete probability?
Discrete probability studies outcomes that are countable. The sample space S is finite or countable; an event is a subset of S. If outcomes are equally likely, P(A) = |A|/|S|; otherwise probabilities are assigned by a measure and summed over A.
What is a random graph? What are common models?
A random graph is a graph whose edges are formed by a probabilistic rule. In the G(n,p) model, each pair of n vertices is connected independently with probability p. In the G(n,m) model, exactly m edges are chosen uniformly at random.
How do you compute a probability in a discrete setting?
Define the sample space, identify the favorable outcomes for the event, and compute P(A) as the count of favorable outcomes over the total (for equally likely outcomes). For independent events, multiply probabilities; for dependent events, use conditional probabilities.
What is a phase transition or threshold in random graphs?
In G(n,p) graphs, as n grows large there is a critical edge probability p where the graph’s structure changes abruptly. For example, a giant connected component typically appears around p ≈ 1/n, and the graph becomes connected around p ≈ (log n)/n.