Quiz Space

Linear Statistical Models · Quiz 2 · 16 Mar 2025 · January 2025 term

Question 2: A real estate analyst is studying the relationship betwee…

Question 2

+6 marksOne correct option
  1. A real estate analyst is studying the relationship between the size of a house (xx, in square feet) and its selling price ( yy, in thousands of dollars). The analyst collects data from nn houses in a city and wants to determine if there is a statistically significant relationship between the size of the house and its selling price.

The relationship between the variables is modeled as:

yi=β0+β1xi+ϵi;1≤i≤ny_i = \beta_0 + \beta_1 x_i + \epsilon_i \quad ; \quad 1 \leq i \leq n

where:

  • yiy_i : Selling price of the ithi^{th} house (in thousands of dollars).
  • xix_i : Size of the ithi^{th} house (in square feet).
  • β0\beta_0 : The intercept, representing the average selling price of a house with size x=0x = 0.
  • β1\beta_1 : The slope, representing the change in selling price for every additional square foot of house size.
  • ϵi\epsilon_i: Random error terms, assumed to follow a normal distribution ϵi∼N(0,σ2)\epsilon_i \sim N(0, \sigma^2).

The following output has been obtained for a particular dataset :

text
Call:
lm(formula = y ~ x, data = house_data)
Residuals:
Min 1Q Median 3Q Max
-6.458 -4.247 -2.036 2.631 12.253
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 26.857367 7.262252 3.698 0.00606 **
x 0.183111 0.002945 62.172 4.98e-12 ***
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
Residual standard error: 6.654 on 8 degrees of freedom
Multiple R-squared: 0.9979, Adjusted R-squared: 0.9977
F-statistic: 3865 on 1 and 8 DF, p-value: 4.98e-12

(a) Define the null and alternative hypotheses. [1 Mark]

(b) What are the estimates of β0\beta_0 and β1\beta_1. Interpret the meaning with respect to the given model. [2 Marks]

(c) Write the fitted linear regression model. [1 Mark]

(d) Based on the output obtained, justify if we can reject the null hypothesis. Also, what can you conclude about the relationship between xx (Size of house) and yy (Selling price)? [2 Marks]

  1. A

    I have written answers on the answer sheets

  2. B

    Not applicable

Show answer

Correct answer

  • A

    I have written answers on the answer sheets

Question 2 of 2 in the IIT Madras BS Linear Statistical Models (Linear Statistical Models) Quiz 2 paper sat on 16 Mar 2025, in the January 2025 term (IIT M IMPROVEMENT AN EXAM QIM2 16 Mar 2025). It carries 6 marks.

More questions from this paper

  1. Q1Suppose (\underset{\sim}{Y}, X\underset{\sim}{\beta}, \sigma^2 I_{n \times n}) is a linear model and p^T\underset{\sim}…