Probability and Statistics

Bivariate Discrete Random Variables Data Science and A.I. Lecture Series

Bivariate Discrete Random Variables Data Science and A.I. Lecture Series By Bindeshwar Singh Kushwaha, PostNetwork Academy Definition Let \( X \) and \( Y \) be two discrete random variables defined on the sample space \( S \) of a random experiment. Then, the function \( (X, Y) \) defined on the same sample space […]

Bivariate Discrete Random Variables Data Science and A.I. Lecture Series Read More »

Continuous Cumulative Distribution Function (CDF) | Probability & Statistics

  Definition: Continuous CDF A continuous random variable can take an infinite number of values in a given range. The Probability Density Function (PDF) \( f(x) \) describes the likelihood of \( X \) falling within a small interval. The Cumulative Distribution Function (CDF) is given by: \[ F(x) = P[X \leq x] = \int_{-\infty}^{x}

Continuous Cumulative Distribution Function (CDF) | Probability & Statistics Read More »

Continuous Random Variable and Probability Density Function

  Continuous Random Variable and Probability Density Function Data Science and A.I. Lecture Series Continuous Random Variable and Probability Density Function A random variable is continuous if it can take any real value within a given range. Instead of probability mass function, we use probability density function (PDF), denoted by \( f(x) \). The probability

Continuous Random Variable and Probability Density Function Read More »

Discrete Random Variable and Probability Mass Function

  Discrete Random Variable and Probability Mass Function Data Science and A.I. Lecture Series A random variable is said to be discrete if it has either a finite or a countable number of values. Countable values are those which can be arranged in a sequence, corresponding to natural numbers. Example: Number of students present each

Discrete Random Variable and Probability Mass Function Read More »

Random Variables and Probability Distributions

Random Variables and Probability Distributions Introduction to Random Variables In many experiments, we are interested in a numerical characteristic associated with outcomes of a random experiment. A random variable (RV) is a function that assigns a numerical value to each outcome of a random experiment. Example: Consider tossing a fair die twice and defining \(

Random Variables and Probability Distributions Read More »

Bayes’ Theorem and Examples | Data Science & AI

  Bayes’ Theorem and Examples Formula The formula for Bayes’ Theorem is given by: $$ P(E_i | A) = \frac{P(E_i) P(A | E_i)}{\sum_{j=1}^{n} P(E_j) P(A | E_j)} $$ Key Terminology \(E_i\) are hypotheses or possible causes. \(P(E_i)\) is the prior probability of \(E_i\). \(P(E_i | A)\) is the posterior probability of \(E_i\). The denominator ensures

Bayes’ Theorem and Examples | Data Science & AI Read More »

Law of Total Probability and Examples

Law of Total Probability and Examples Data Science and A.I. Lecture Series By Bindeshwar Singh Kushwaha, PostNetwork Academy Partition of a Sample Space A set of events \(E_1, E_2, E_3, E_4\) represents a partition of the sample space \(S\) if: \( E_i \cap E_j = \emptyset \) for \( i \neq j \) (pairwise disjoint).

Law of Total Probability and Examples Read More »

Addition and Multiplicative Laws Probability Explained

  Problems Using Both Addition and Multiplicative Laws Data Science and A.I. Lecture Series PostNetwork Academy Probability Laws The addition law of probability states: \[ P(A \cup B) = P(A) + P(B) – P(A \cap B) \] The multiplicative law of probability for independent events states: \[ P(A \cap B) = P(A) \cdot P(B) \]

Addition and Multiplicative Laws Probability Explained Read More »

Probability

Probability of Happening at Least One Independent Event

  Probability of Happening at Least One Independent Event Data Science and A.I. Lecture Series By: Bindeshwar Singh Kushwaha Institute: PostNetwork Academy 1. Probability of Happening at Least One Independent Event If \( A \) and \( B \) are independent events, the probability of happening at least one of the events is: \[ P(A

Probability of Happening at Least One Independent Event Read More »

Conditional Probability and Multiplicative Law, Independent Events

  Conditional Probability and Multiplicative Law Data Science and A.I. Lecture Series   Conditional Probability Conditional probability represents the likelihood of an event \( A \), given that another event \( B \) has already occurred. It is defined as: \[ P(A|B) = \frac{P(A \cap B)}{P(B)}, \quad \text{if } P(B) > 0. \] Example: Deck

Conditional Probability and Multiplicative Law, Independent Events Read More »

©Postnetwork-All rights reserved.