Ask Question
9 February, 04:45

how do i calculate an estimated regression line with the information

n=12, ∑x=66, ∑y=588, ∑xy=2244, ∑x2=396

+5
Answers (1)
  1. 9 February, 08:28
    0
    The regression line is

    y = ax + b

    where

    a = [ (Σy) (Σx²) - (Σx) (Σxy) ]/D

    b = [n (Σxy) - (Σx) (Σy) ]/D

    D = n (Σx²) - (Σx) ²

    Therefore,

    D = 12 (396) - 66² = 396

    a = [588*396 - 66*2244]/396 = 214

    b = [12*2244 - 66*588]/396 = - 30

    Answer:

    The regression line is y = 214x - 30
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “how do i calculate an estimated regression line with the information n=12, ∑x=66, ∑y=588, ∑xy=2244, ∑x2=396 ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers