+ Reply to Thread
Results 1 to 9 of 9

Thread: Slope parameter info if intercept known?

  1. #1
    Points: 1,856, Level: 25
    Level completed: 56%, Points required for next Level: 44

    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Slope parameter info if intercept known?



    Consider the SLR y = b +mx + e

    Where the intercept b is known.

    a) Find least squares estimator of m for this model.

    b) What's the variance of the value from a.

    Thanks

  2. #2
    TS Contributor
    Points: 3,496, Level: 36
    Level completed: 98%, Points required for next Level: 4

    Location
    MD
    Posts
    374
    Thanks
    0
    Thanked 6 Times in 6 Posts
    1.)


    Model: y - b = mx + e = y*

    sum( err^2 ) = E = sum[ ( y*_i - m x_i)^2 ]

    go through the motiions, i get

    m_hat = sum( x_i y*_i ) / sum( x_i^2 )

    2)

    the Var(m_hat) = sigma^2 / sum(x_i^2)

    Enjoy smiles

  3. #3
    Points: 500, Level: 9
    Level completed: 50%, Points required for next Level: 50

    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Slope parameter info if intercept known?

    Sorry to dig up this old thread, but are you implying that even if the intercept is known, it makes no difference on the least square estimate of the slope?

  4. #4
    RotParaTon
    Points: 46,287, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardFrequent PosterCommunity AwardMaster Tagger
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,083
    Thanks
    211
    Thanked 1,609 Times in 1,379 Posts

    Re: Slope parameter info if intercept known?

    Quote Originally Posted by statsdude100 View Post
    Sorry to dig up this old thread, but are you implying that even if the intercept is known, it makes no difference on the least square estimate of the slope?
    How did you arrive at the conclusion? Notice that the estimate m_hat depends on the values of y*_i = y_i - b.
    "His programming is malfunctioning. It begins! Get your weapons, he's going to become a killbot!!!" - bryangoodrich

  5. #5
    Points: 500, Level: 9
    Level completed: 50%, Points required for next Level: 50

    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Slope parameter info if intercept known?

    I thought that the m_hat obtained was very similar to the m_hat I obtained when the intercept was unknown. Could you help me see the difference

  6. #6
    Super Moderator
    Points: 8,575, Level: 62
    Level completed: 42%, Points required for next Level: 175
    Dragan's Avatar
    Location
    Illinois, US
    Posts
    1,725
    Thanks
    0
    Thanked 127 Times in 113 Posts

    Re: Slope parameter info if intercept known?

    Quote Originally Posted by statsdude100 View Post
    Sorry to dig up this old thread, but are you implying that even if the intercept is known, it makes no difference on the least square estimate of the slope?
    What fed1 wrote is correct.

    That said, if you want to force the error terms to have a mean of zero, then that's another story.

    For example, if you want to assume that the intercept term is zero where the mean of the error terms is zero, then the slope coefficient simply becomes the mean(Y)/mean(X).

  7. #7
    Points: 500, Level: 9
    Level completed: 50%, Points required for next Level: 50

    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Slope parameter info if intercept known?

    I don't want to force the intercept term to be any constant in particular. I was just wondering whether the final outcome of m_hat would be impacted knowing whether or not the intercept was known.

  8. #8
    RotParaTon
    Points: 46,287, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardFrequent PosterCommunity AwardMaster Tagger
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,083
    Thanks
    211
    Thanked 1,609 Times in 1,379 Posts

    Re: Slope parameter info if intercept known?

    How is that not the same as forcing the intercept term to be a set value?
    "His programming is malfunctioning. It begins! Get your weapons, he's going to become a killbot!!!" - bryangoodrich

  9. #9
    Points: 500, Level: 9
    Level completed: 50%, Points required for next Level: 50

    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Slope parameter info if intercept known?


    Ok. I think I'm in way over my head here. I know that if the intercept was unknown, then the LSE of the slope is Sxy/Sxx. Will this still be the case if the intercept was a known parameter?

+ Reply to Thread

Similar Threads

  1. Replies: 0
    Last Post: 11-23-2009, 09:01 PM
  2. Replies: 0
    Last Post: 06-02-2007, 08:45 PM
  3. Doing logistic regression using epi-info
    By confusedmedstudent in forum Regression Analysis
    Replies: 0
    Last Post: 12-10-2006, 04:01 AM
  4. Replies: 0
    Last Post: 06-28-2006, 10:38 AM
  5. lost about locating info.
    By hanging in there in forum Statistics
    Replies: 2
    Last Post: 11-13-2005, 02:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts








Advertise on Talk Stats