Set, Probability, and Statistics Summary
Sets, Probability, and Statistics Concepts
Set Theory
- A set is a well-defined collection of distinct objects, considered as an object in its own right. Sets are fundamental in mathematics.
- Elements: Objects in the sets.
- Universal Set: The set containing all elements under consideration.
- Empty Set: Denoted by \emptyset, it contains no elements.
- Subset: Set A is a subset of set B if every element of A is an element of B, denoted as A \subseteq B.
- Union: The union of two sets A and B, denoted by A \cup B, is the set of all elements in A, or B, or both.
- Intersection: The intersection of two sets A and B, denoted by A \cap B, is the set of all elements that are in both A and B.
- Complement: The complement of a set A, denoted by A^c or A' is the set of all elements in the universal set that are not in A.
- Venn Diagrams: Visual tools used to represent sets and their relationships.
Probability
- Experiment: A process/activity with uncertain results.
- Sample Space: Set of all possible outcomes of an experiment.
- Event: A subset of the sample space.
- Probability: A measure of the likelihood of an event occurring; 0 \leq P(A) \leq 1.
- For a sample space S with equally likely outcomes, the probability of an event A is: P(A) = \frac{\text{Number of outcomes in A}}{\text{Total number of outcomes in S}}
- Conditional Probability: The probability of event A given that event B has occurred: P(A|B) = \frac{P(A \cap B)}{P(B)}.
- Independence: Two events A and B are independent if the occurrence of one does not affect the probability of the other: P(A \cap B) = P(A) * P(B).
- Mutually Exclusive: Two events are mutually exclusive if they cannot occur at the same time: P(A \cap B) = 0.
- Bayes' Theorem: Relates conditional probabilities; one version is P(A|B) = \frac{P(B|A)P(A)}{P(B)}.
Statistics
- Population: The entire group being studied.
- Sample: A subset of the population.
- Descriptive Statistics: Methods for organizing and summarizing data.
- Measures of Central Tendency
- Mean: Average of a data set.
- Median: Middle value in an ordered data set.
- Mode: Most frequent value in a data set.
- Measures of Dispersion:
- Variance: Measures how far data points are from the mean, \sigma^2 .
- Standard Deviation: Square root of variance, \sigma , indicating data spread.
- Inferential Statistics: Making inferences about a population based on sample data.
- Normal Distribution: A common continuous probability distribution; bell-shaped curve.
- Hypothesis Testing: A method for testing a claim or hypothesis about a population.