// Numbas version: exam_results_page_options {"name": "Regression 3", "extensions": ["stats", "jsxgraph"], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"variables": {"ja": {"templateType": "anything", "name": "ja", "description": "", "definition": "precround(1/n*(t[1]-spxy/ss[0]*t[0]),3)", "group": "Ungrouped variables"}, "a1": {"templateType": "anything", "name": "a1", "description": "", "definition": "random(10..20)", "group": "Ungrouped variables"}, "owner": {"templateType": "anything", "name": "owner", "description": "", "definition": "random(\"Kevin\",\"Mary\",\"Bill\",\"Doreen\",\"Peter\",\"Helen\",\"Michael\",\"Samantha\")", "group": "Ungrouped variables"}, "n": {"templateType": "anything", "name": "n", "description": "", "definition": "12", "group": "Ungrouped variables"}, "ssq": {"templateType": "anything", "name": "ssq", "description": "", "definition": "[sum(map(x^2,x,r1)),sum(map(x^2,x,r2))]", "group": "Ungrouped variables"}, "thisval": {"templateType": "anything", "name": "thisval", "description": "", "definition": "random(15..22)", "group": "Ungrouped variables"}, "r1": {"templateType": "anything", "name": "r1", "description": "", "definition": "[random(0..6),random(1..7),random(4..10),random(7..13),random(12..18),random(4..20),random(16..22),random(19..25),random(17..23),random(13..19),random(8..14),random(3..9)]", "group": "Ungrouped variables"}, "spxy": {"templateType": "anything", "name": "spxy", "description": "", "definition": "sxy-t[0]*t[1]/n", "group": "Ungrouped variables"}, "sc": {"templateType": "anything", "name": "sc", "description": "", "definition": "r1[ch]", "group": "Ungrouped variables"}, "tcorr": {"templateType": "anything", "name": "tcorr", "description": "", "definition": "spxy/sqrt(ss[0]*ss[1])", "group": "Ungrouped variables"}, "jb": {"templateType": "anything", "name": "jb", "description": "", "definition": "precround(spxy/ss[0],3)", "group": "Ungrouped variables"}, "ch": {"templateType": "anything", "name": "ch", "description": "", "definition": "random(0..11)", "group": "Ungrouped variables"}, "tol": {"templateType": "anything", "name": "tol", "description": "", "definition": "0.1", "group": "Ungrouped variables"}, "b1": {"templateType": "anything", "name": "b1", "description": "", "definition": "random(0.25..0.45#0.05)", "group": "Ungrouped variables"}, "tol2": {"templateType": "anything", "name": "tol2", "description": "", "definition": "1", "group": "Ungrouped variables"}, "ls": {"templateType": "anything", "name": "ls", "description": "", "definition": "precround(a+b*sc,2)", "group": "Ungrouped variables"}, "b": {"templateType": "anything", "name": "b", "description": "", "definition": "precround(spxy/ss[0],3)", "group": "Ungrouped variables"}, "sxy": {"templateType": "anything", "name": "sxy", "description": "", "definition": "sum(map(r1[x]*r2[x],x,0..n-1))", "group": "Ungrouped variables"}, "pub": {"templateType": "anything", "name": "pub", "description": "", "definition": "random(\"Black Bull Inn\",\"County Inn\",\"Dog and Duck Pub\",\"Slug and Lettuce Pub\", \"Cross Keys Pub\",\"Newcastle Arms Pub\",\"Red Lion Pub\")", "group": "Ungrouped variables"}, "sumr": {"templateType": "anything", "name": "sumr", "description": "", "definition": "precround(sum(map(res[x]^2,x,0..n-1)),3)", "group": "Ungrouped variables"}, "obj": {"templateType": "anything", "name": "obj", "description": "", "definition": "['Jan','Feb','March','April','May','June','July','August','Sept','Oct','Nov','Dec']", "group": "Ungrouped variables"}, "t": {"templateType": "anything", "name": "t", "description": "", "definition": "[sum(r1),sum(r2)]", "group": "Ungrouped variables"}, "a": {"templateType": "anything", "name": "a", "description": "", "definition": "precround(1/n*(t[1]-spxy/ss[0]*t[0]),3)", "group": "Ungrouped variables"}, "corr": {"templateType": "anything", "name": "corr", "description": "", "definition": "precround(tcorr,2)", "group": "Ungrouped variables"}, "res": {"templateType": "anything", "name": "res", "description": "", "definition": "map(precround(r2[x]-(a+b*r1[x]),2),x,0..n-1)", "group": "Ungrouped variables"}, "tsqovern": {"templateType": "anything", "name": "tsqovern", "description": "", "definition": "[t[0]^2/n,t[1]^2/n]", "group": "Ungrouped variables"}, "beverage": {"templateType": "anything", "name": "beverage", "description": "", "definition": "random(\"home-brewed beer\",\"home-brewed lager\",\"specially-brewed beer\",\"super-strength lager\",\"cold-filtered lager\",\"ice-filtered cider\",\"cherry cider\")", "group": "Ungrouped variables"}, "prediction": {"templateType": "anything", "name": "prediction", "description": "", "definition": "round(a+b*thisval)", "group": "Ungrouped variables"}, "rsquared": {"templateType": "anything", "name": "rsquared", "description": "", "definition": "precround(spxy^2/(ss[0]*ss[1]),3)", "group": "Ungrouped variables"}, "ss": {"templateType": "anything", "name": "ss", "description": "", "definition": "[ssq[0]-t[0]^2/n,ssq[1]-t[1]^2/n]", "group": "Ungrouped variables"}, "tol1": {"templateType": "anything", "name": "tol1", "description": "", "definition": "0.01", "group": "Ungrouped variables"}, "r2": {"templateType": "anything", "name": "r2", "description": "", "definition": "map(round(a1+b1*x+random(-9..9)),x,r1)", "group": "Ungrouped variables"}}, "name": "Regression 3", "parts": [{"marks": 0, "showCorrectAnswer": true, "scripts": {}, "steps": [{"marks": 0, "showCorrectAnswer": true, "scripts": {}, "type": "information", "prompt": "

To find $a$ and $b$ you first find  $\\displaystyle b = \\frac{n\\Sigma xy-\\Sigma x \\Sigma y}{n\\Sigma x^2 -(\\Sigma x)^2}$

\n

Then $\\displaystyle a = \\frac{\\Sigma y - b \\Sigma x}{n}$

\n

Note that $n$ is the number of data points. In this case $\\var{n}$

\n

Now go back and fill in the values for $a$ and $b$.

\n

 

", "variableReplacementStrategy": "originalfirst", "variableReplacements": []}], "prompt": "

\\[Y = a + b  x.\\] Using the least squares method to find $a$ and $b$ to 5 decimal places, then input them below to 3 decimal places. You will use these approximate values in the rest of the question. 

\n

  $a=\\;$[[0]] $b=\\;$[[1]],     (enter both to 3 decimal places).

", "gaps": [{"showPrecisionHint": false, "marks": 1, "showCorrectAnswer": true, "scripts": {}, "type": "numberentry", "maxValue": "ja+tol", "allowFractions": false, "variableReplacements": [], "correctAnswerFraction": false, "minValue": "ja-tol", "variableReplacementStrategy": "originalfirst"}, {"showPrecisionHint": false, "marks": 1, "showCorrectAnswer": true, "scripts": {}, "type": "numberentry", "maxValue": "jb+tol1", "allowFractions": false, "variableReplacements": [], "correctAnswerFraction": false, "minValue": "jb-tol1", "variableReplacementStrategy": "originalfirst"}], "variableReplacements": [], "stepsPenalty": 0, "variableReplacementStrategy": "originalfirst", "type": "gapfill"}, {"marks": 0, "showCorrectAnswer": true, "scripts": {}, "type": "gapfill", "prompt": "

A scatter diagram for the data is plotted below.

\n

Using the equation of the least squares regression line that you found in part (a) plot the line on the diagram below. Find two points on line from the equation and then drag the points A and B to these points. 

\n

\\[Y = a + b x.\\] 

\n

The equation of the line you ploted is 

\n

$Y=$[[1]]$+$[[0]]$x$

\n

\n

{regressline(r1,r2,min(r1)-10,max(r1)+10,min(r2)-10,max(r2)+10)}

\n

SSE=

\n

SSE for fitted regression line: {sumr}

\n

The SSE is displayed which gives an indication of the fit. The nearer the SSE for fitted regression line is the SSE the better.

\n

", "gaps": [{"showPrecisionHint": false, "marks": 1, "showCorrectAnswer": true, "scripts": {}, "type": "numberentry", "maxValue": "b+tol2", "allowFractions": false, "variableReplacements": [], "correctAnswerFraction": false, "minValue": "b-tol2", "variableReplacementStrategy": "originalfirst"}, {"showPrecisionHint": false, "marks": 1, "showCorrectAnswer": true, "scripts": {}, "type": "numberentry", "maxValue": "a+tol", "allowFractions": false, "variableReplacements": [], "correctAnswerFraction": false, "minValue": "a-tol", "variableReplacementStrategy": "originalfirst"}], "variableReplacementStrategy": "originalfirst", "variableReplacements": []}, {"marks": 0, "showCorrectAnswer": true, "scripts": {}, "steps": [{"marks": 0, "showCorrectAnswer": true, "scripts": {}, "type": "information", "prompt": "

\\[r=\\frac{n\\Sigma xy -\\Sigma x \\Sigma y}{\\sqrt{n\\Sigma x^2-(\\Sigma x)^2}\\sqrt{n\\Sigma y^2-(\\Sigma y)^2}}\\]

", "variableReplacementStrategy": "originalfirst", "variableReplacements": []}], "prompt": "

Calculate the coefficient of correlation  $r$ for these data:

\n

$r=\\;$[[0]] (enter to 2 decimal places).

", "gaps": [{"showPrecisionHint": false, "marks": 1, "showCorrectAnswer": true, "scripts": {}, "type": "numberentry", "maxValue": "corr+tol1", "allowFractions": false, "variableReplacements": [], "correctAnswerFraction": false, "minValue": "corr-tol1", "variableReplacementStrategy": "originalfirst"}], "variableReplacements": [], "stepsPenalty": 0, "variableReplacementStrategy": "originalfirst", "type": "gapfill"}, {"marks": 0, "showCorrectAnswer": true, "scripts": {}, "type": "gapfill", "prompt": "

Next month, the average temperature in {owner}'s town is forecast to be  {thisval} Celsius. Use the regression equation $Y = a + b  x$, with the values of $a$ and $b$ that you calculated in part (a), to predict sales of the {beverage} in that month.

\n

What is the predicted value of sales (in hundreds of euros) ?

\n

Use the values of $a$ and $b$ you input above to 3 decinal places.

\n

Enter the predicted sales here:  [[0]] (hundreds of euros to the nearest whole number).

\n

", "gaps": [{"showPrecisionHint": false, "marks": 1, "showCorrectAnswer": true, "scripts": {}, "type": "numberentry", "maxValue": "prediction+1", "allowFractions": false, "variableReplacements": [], "correctAnswerFraction": false, "minValue": "prediction-1", "variableReplacementStrategy": "originalfirst"}], "variableReplacementStrategy": "originalfirst", "variableReplacements": []}], "functions": {"regfun": {"parameters": [["r1", "list"], ["r2", "list"], ["maxx", "number"], ["maxy", "number"], ["rsquared", "number"], ["sumr", "number"]], "type": "html", "language": "javascript", "definition": "\n var div = Numbas.extensions.jsxgraph.makeBoard('600px','600px',\n{boundingBox:[-5,maxy,maxx,-5],\n axis:true,\n showNavigation:false,\n grid:true});\n var board = div.board; \nvar l1=board.create('text',[maxx/2,-2,'Temperature']);\nvar l2=board.create('text',[-2,maxy/2,'Sales']);\n var names = ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];\n for (j=0;j<12;j++){ board.create('point',[r1[j],r2[j]],{fixed:true, style:3, strokecolor:\"#0000a0\", name:'\\['+names[j]+'\\]'})};\nvar regressionPolynomial = JXG.Math.Numerics.regressionPolynomial(1, r1, r2);\nvar reg = board.create('functiongraph',[regressionPolynomial],{strokeColor:'blue',name:'Regression Line.',withLabel:true}); \n //for(var i=0;i<12;i++){board.create(\"segment\",[[r1[i],r2[i]],[r1[i],regressionPolynomial(r1[i])]])};\n\nvar regExpression = regressionPolynomial.getTerm();\nvar regTeX = Numbas.jme.display.exprToLaTeX(regExpression,[],scope);\n\nvar t = board.create('text',[1,5,\nfunction(){ return \"\\\\[r(Y) = \" + regExpression +'\\\\]';}\n],\n{strokeColor:'black',fontSize:18}); \nvar t1 = board.create('text',[5,maxy,\nfunction(){ return \"\\\\[SSE = \" + sumr +'\\\\]';}\n],\n{strokeColor:'black',fontSize:18}); \nvar t2 = board.create('text',[20,maxy,\nfunction(){ return \"\\\\[R^2 = \" + rsquared +'\\\\]';}\n],\n{strokeColor:'black',fontSize:18}); \nreturn div;\n \n"}, "regressline": {"parameters": [["r1", "list"], ["r2", "list"], ["minx", "number"], ["maxx", "number"], ["miny", "number"], ["maxy", "number"]], "type": "html", "language": "javascript", "definition": "\n var div = Numbas.extensions.jsxgraph.makeBoard('600px','600px',\n{boundingBox:[-5,maxy,maxx,-5],\n axis:true,\n showNavigation:false,\n grid:false});\n var board = div.board; \nvar l1=board.create('text',[maxx/2,-2,'Temperature']);\nvar l2=board.create('text',[-2,maxy/2,'Sales']);\nvar names = ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];\nfor (j=0;j<12;j++){ board.create('point',[r1[j],r2[j]],{fixed:true, style:3,name:'\\['+names[j]+'\\]'})};\nvar a1 = board.create('point',[minx+5,miny+5],{color:'blue'});\nvar b1 = board.create('point',[minx+7,miny+5],{color:'blue'});\nfunction updr(a,b){\n var s=0;\n for(var i=0;i<12;i++){\ns=s+Math.pow(r2[i]-a*r1[i]-b,2);}\nvar html = $(question.display.html);\ns=Numbas.math.niceNumber(Numbas.math.precround(s,2));\nhtml.find('#rsquared').text(s);}\n var li=board.create('line',[a1,b1], {straightFirst:false, straightLast:false});\n var a=0;\n var b=0;\n function dr(p){\n p.on('drag',function(){\n a = Numbas.math.niceNumber((b1.Y()-a1.Y())/(b1.X()-a1.X()));\n b = Numbas.math.niceNumber((a1.Y()*b1.X()-a1.X()*b1.Y())/(b1.X()-a1.X()));\n Numbas.exam.currentQuestion.parts[1].gaps[0].display.studentAnswer(a);\n Numbas.exam.currentQuestion.parts[1].gaps[1].display.studentAnswer(b);\n updr(a,b);\n })};\n dr(a1);\n dr(b1);\n \nreturn div;\n\n \n"}}, "rulesets": {"std": ["all", "fractionNumbers", "!collectNumbers", "!noLeadingMinus"]}, "variable_groups": [], "preamble": {"css": "", "js": ""}, "tags": ["correlation", "data analysis", "experiment", "fitted value", "graphical", "interactive", "linear regression", "Rebel", "rebel", "REBEL", "rebelmaths", "regression", "statistics"], "question_groups": [{"name": "", "pickQuestions": 0, "questions": [], "pickingStrategy": "all-ordered"}], "statement": "

{owner} owns the {pub}. {owner} believes that sales of {beverage} in the pub are linked to the average monthly temperature, with higher sales being recorded in months with higher temperatures. To investigate, {owner} records the average monthly temperature in the local town over a period of one year ($X$ degrees Celsius), along with total monthly sales of {beverage} ($Y$ hundred euros). The results are shown in the table below: 

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Month$\\var{obj[0]}$$\\var{obj[1]}$$\\var{obj[2]}$$\\var{obj[3]}$$\\var{obj[4]}$$\\var{obj[5]}$$\\var{obj[6]}$$\\var{obj[7]}$$\\var{obj[8]}$$\\var{obj[9]}$$\\var{obj[10]}$$\\var{obj[11]}$
$X$ (temperature)$\\var{r1[0]}$$\\var{r1[1]}$$\\var{r1[2]}$$\\var{r1[3]}$$\\var{r1[4]}$$\\var{r1[5]}$$\\var{r1[6]}$$\\var{r1[7]}$$\\var{r1[8]}$$\\var{r1[9]}$$\\var{r1[10]}$$\\var{r1[11]}$
$Y$ (sales, €100s)$\\var{r2[0]}$$\\var{r2[1]}$$\\var{r2[2]}$$\\var{r2[3]}$$\\var{r2[4]}$$\\var{r2[5]}$$\\var{r2[6]}$$\\var{r2[7]}$$\\var{r2[8]}$$\\var{r2[9]}$$\\var{r2[10]}$$\\var{r2[11]}$
\n

You are given the following information:

\n\n\n\n\n\n\n\n\n\n\n\n
$X$ $\\sum x=\\;\\var{t[0]}$$\\sum x^2=\\;\\var{ssq[0]}$
$Y$$\\sum y=\\;\\var{t[1]}$$\\sum y^2=\\;\\var{ssq[1]}$
\n

Also you are given $\\sum xy = \\var{sxy}$.

", "extensions": ["stats", "jsxgraph"], "ungrouped_variables": ["ch", "prediction", "b1", "owner", "sxy", "res", "spxy", "ls", "tol", "tcorr", "tsqovern", "ssq", "sumr", "thisval", "a1", "pub", "corr", "a", "b", "obj", "r1", "r2", "ss", "tol1", "n", "beverage", "t", "sc", "rsquared", "ja", "jb", "tol2"], "advice": "

{regfun(r1,r2,max(r1)+10,max(r2)+10,rsquared,sumr)}

", "metadata": {"licence": "Creative Commons Attribution 4.0 International", "description": "

Find a regression equation given 12 months data on temperature and sales of a drink. Includes an interactive diagram for experimenting with fitting a regression line.

\n

rebelmaths

"}, "variablesTest": {"maxRuns": 100, "condition": ""}, "showQuestionGroupNames": false, "type": "question", "contributors": [{"name": "Julie Crowley", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/113/"}, {"name": "Xiaodan Leng", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2146/"}]}]}], "contributors": [{"name": "Julie Crowley", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/113/"}, {"name": "Xiaodan Leng", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2146/"}]}