Page 1
Wink Notes
B.Tech CSE — 4th Semester
Probability and Statistics
— Unit - 1 —
1. Introduction to Probability
Probability theory provides a rigorous mathematical framework for quantifying uncertainty, randomness, and incomplete information. In computer science, it forms the absolute bedrock of Machine Learning, Cryptography, and Randomized Algorithms.
1.1 Basic Terminology
- Random Experiment: Any procedure that can be infinitely repeated and has a well-defined set of possible outcomes, but the exact outcome of a specific trial cannot be predicted with absolute certainty before execution. (e.g., Tossing a coin, measuring network latency).
- Sample Space ( or ): The set containing absolutely ALL possible outcomes of a random experiment.
Example: Rolling a 6-sided die, . - Event (): Any subset of the Sample Space. An event "occurs" if the outcome of the experiment is an element of that subset.
Example: Rolling an even number, . Notice that .