By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Business analytics involves using data to inform business decisions. There are four main types of analytics: Descriptive, Diagnostic, Predictive, and Prescriptive. Each type helps answer different questions about business performance and future outcomes. For example, a retail company might use Descriptive analytics to analyze sales data, Diagnostic analytics to identify trends and patterns, Predictive analytics to forecast future sales, and Prescriptive analytics to recommend optimal inventory levels.
pandas
scikit-learn
dplyr
caret
Analysis ToolPak
Power BI
Data Analysis
Storytelling
Problem: Compute the moving average forecast for period 4 given data: 100, 110, 105, 115.
Answer: (100 + 110 + 105 + 115) / 4 = 110.
Explanation: The moving average forecast is the average of the last four periods.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.