By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
The Central Limit Theorem (CLT) and Law of Large Numbers (LLN) are fundamental concepts in statistics that help us understand how to make inferences about a population based on a sample. In business analytics, these concepts are crucial for making informed decisions, such as forecasting sales, segmenting customers, and detecting fraud. For example, a retail company wants to predict sales for the upcoming quarter. By applying the CLT, they can use a sample of historical sales data to estimate the population mean and make predictions with a certain level of confidence.
numpy
scipy.stats
mean()
sd()
AVERAGE()
STDEV()
A company wants to predict the average sales for a new product. Given a sample of 10 sales data points with a mean of 100 and a standard deviation of 15, what is the 95% confidence interval for the population mean?
Answer: 90.32, 109.68 Explanation: Using the formula CI = μ ± (Z * SE), we get CI = 100 ± (1.96 * 3.54) = 90.32, 109.68.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.