By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Random variables are a fundamental concept in business analytics, allowing us to model and analyze uncertain events or outcomes. In business, random variables are used to forecast sales, segment customers, detect fraud, and make informed decisions under uncertainty. For example, a retail company might use a random variable to model the daily demand for a new product, taking into account factors like seasonality, competition, and marketing campaigns.
Variance (Var(X)): Var(X) = E(X²) – (E(X))² – measures the spread of the random variable.
Continuous Random Variable (X): A random variable that can take on any value within a given interval or range.
Expected Value of a Function (g(X)): E[g(X)] = ∑g(x)P(X = x) (discrete) or ∫g(x)f(x)dx (continuous) – average value of the function g(X).
Covariance (Cov(X, Y)): Cov(X, Y) = E(XY) – E(X)E(Y) – measures the linear relationship between X and Y.
Correlation Coefficient (ρ(X, Y)): ρ(X, Y) = Cov(X, Y) / (σXσY) – measures the strength and direction of the linear relationship between X and Y.
numpy
scipy.stats
stats
distributions
AVERAGE
VAR
Problem: Compute the expected value of a random variable X that follows a normal distribution with mean 5 and variance 2.
Answer: E(X) = 5.
Explanation: The expected value of a normal distribution is equal to the mean.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.