Question Type 1: Determining best fit model for a given set of data
Question Type 1: Determining best fit model for a given set of data Exercises
Question 1
Skill question
Given the sum of squared residuals for three candidate models fitted to a data set are: SSRlinear=150, SSRquadratic=120, SSRexponential=130. Which model provides the best fit? Justify your answer.
Question 2
Skill question
The data set below is collected for variables x and y:
(1, 3), (2, 5), (3, 7), (4, 9).
(a) Fit a linear model y=mx+b to these points and compute SSR.
(b) Fit an exponential model y=ABx by linearizing lny vs x and compute SSR.
(c) Determine which model is more appropriate.
Question 3
Skill question
A scatter plot of data (x,y) shows that as x doubles, y roughly quadruples. Propose a model of the form y=axb, explain your reasoning, and describe briefly how you would estimate a and b.
Question 4
Skill question
A bacterial culture grows according to an exponential law. The measured population at times t (hours) is given:
(0, 100), (1, 180), (2, 324), (3, 583).
Find the exponential model y=ABt that best fits the data.
Question 5
Skill question
The data (x,y) are:
(1, 2), (2, 4), (3, 8), (4, 16).
Investigate which model form—power y=axb or exponential y=ABx—fits the data better. Compute SSR for both fits.
Question 6
Skill question
The data below are recorded for x and y:
(1, 2), (2, 5), (3, 10), (4, 17).
Compare the models
(a) quadratic y=ax2+bx+c,
(b) exponential y=ABx,
by computing and comparing their SSR values. Which model fits better?
Question 7
Skill question
Radioactive material decays according to y=Aekt. The activity measured at times t (hours) is:
(0, 100), (1, 80), (2, 64), (3, 51.2).
(a) Fit the decay model and determine A and k.
(b) Compute the half‐life.
Question 8
Skill question
The following SSR values are obtained for four candidate models fitted to the same data:
Select the best model and justify your choice, mentioning any trade‐offs.
Question 9
Skill question
A data set (x,y) has the following points:
(10, 20), (20, 80), (30, 180), (40, 320).
Assuming a power model y=axb, use linearization to find estimates of a and b.
Question 10
Skill question
After fitting a linear model and a cubic model to a given data set, you obtain SSRlinear=50 and SSRcubic=0. Should you choose the cubic model? Explain any additional considerations beyond SSR.
Question 11
Skill question
You fit both an exponential model and a cubic model to a data set. The SSR values are SSRexp=120 (2 parameters) and SSRcubic=110 (4 parameters). Discuss which model you would choose, referring to SSR and model complexity.