1. Sales Trend Analysis
Marketing AnalystBackground
The analyst has monthly ad spend data and corresponding sales figures for the last five months.
Problem
Determine the effectiveness of ad spend and predict sales for the next month.
How to use
Input the five pairs of spend and sales data, set the prediction X to 6, and run the calculation.
pairedData: '1, 2\n2, 4\n3, 5\n4, 4\n5, 5', predictionX: '6'Outcome
The tool provides a slope of 0.6 and an intercept of 2.2, predicting a sales value of 5.8 for the sixth month.