By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Data collection is the process of gathering and acquiring data from various sources to support business decision-making. It's essential in business analytics as it enables organizations to make informed decisions, identify trends, and optimize operations. For instance, a retail company might collect data on customer purchases to forecast sales, segment customers, and detect potential fraud.
Interpretation: measures the proportion of the population included in the sample.
Stratified Sampling Ratio (SSR) = nᵢ / Nᵢ – proportion of population in each stratum sampled.
Interpretation: measures the proportion of each stratum included in the sample.
Mean Absolute Error (MAE) = (1/n) Σ|yᵢ − ŷᵢ| – average absolute forecast error.
Interpretation: measures the average difference between actual and forecasted values.
Root Mean Squared Error (RMSE) = √[(1/n) Σ(yᵢ − ŷᵢ)²] – square root of average squared forecast error.
Interpretation: measures the square root of the average squared difference between actual and forecasted values.
R² = 1 − (SS_res / SS_tot) – proportion of variance explained by the regression model.
Interpretation: measures the proportion of variance in the dependent variable explained by the independent variable(s).
Coefficient of Determination (R²) = 1 − (Σ(yᵢ − ŷᵢ)² / Σ(yᵢ − ȳ)²) – proportion of variance explained by the regression model.
Confidence Interval (CI) = ȳ ± (Z * (σ / √n)) – range of values within which the true population parameter is likely to lie.
pandas
scikit-learn
dplyr
tidyr
caret
POWERPivot
Solver
Data Source
Analysis
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 calculated by taking the average of the last four values.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.