Skip to content
Sahithyan's S2
1
Sahithyan's S2 — Methods of Mathematics

Introduction to Probability

A process designed and conducted to obtain data under a controlled or an uncontrolled background. The outcome depends purely on chance.

The data gathered from a statistical experiment.

Set of all possible outcomes of a statistical experiment. Denoted by SS.

An element of the sample space.

A subset of the sample space.

Two events are said to be mutually exclusive iff they have no sample points in common.

Two events are said to be independent iff the occurence of one does not affect the probability of the occurence of the other.

Complement of the event AA (of SS) is denoted by A\overline{A}. An event consisting of all the sample points that are in SS and not AA.

Union of two or more events, is the event containing all sample points that belong to any one of the events.

Intersection of two or more events, is the event containing all sample points that belong to all of the events.

A possible result of a statistical experiment.

Outcomes that can take on only specific, distinct values. For example:

  • the number of students in a class
  • the result of a dice roll
  • the count of defective items in a batch

Outcomes that can take on any value within a range. For example:

  • height
  • weight
  • time
  • temperature measurements.

For all the definitions below, consider A,BA, B as events of a sample space SS.

P(A)=n(A)n(S)P(A) = \frac{n(A)}{n(S)}

Can be in the range [0,1][0,1].

The probability of an event occurring without any additional information or conditions from other events. Useful when dealing with joint probability distributions and when analyzing how events relate to each other.

The probability of an event AA occurring, given that another event BB has already occurred.

P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)}

Where:

  • P(AB)P(A|B) is the conditional probability of AA given BB
  • P(AB)P(A \cap B) is the joint probability of both AA and BB occurring
  • P(B)P(B) is the probability of event BB occurring

Probability assessments can be updated when new information becomes available through conditional probability. It is particularly useful in scenarios where events are dependent on one another.