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

Introduction to Probability

Statistical experiment

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

Experimental data

The data gathered from a statistical experiment.

Sample Space

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

Sample Point

An element of the sample space.

Event

A subset of the sample space.

Mutually Exclusive

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

Independent

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

Complement

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

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

Intersection

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

Outcome

A possible result of a statistical experiment.

Discrete

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

Continuous

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.

Probability of an event

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

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

Marginal probability

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.

Conditional probability

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.