+ Reply to Thread
Results 1 to 5 of 5

Thread: Combining Prediction Intervals

  1. #1
    Points: 3,468, Level: 36
    Level completed: 79%, Points required for next Level: 32

    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Combining Prediction Intervals



    I'm having trouble finding how to combine a number of prediction intervals. The best way to explain the problem is:

    Imagine a race with 4 relay runners running a 4x100m. I have different bits of information on how fast each runner can complete various distances which I use to predict how quickly they can run 100m. Each runner has a regression model which predicts their expected finish time and an interval in which I am 95% confident they will finish (the predcition interval). How would I calculate the prediction interval for the finish time of the whole race (ie all 4 runners together)? I have the Standard error of the regression for each runner's model and the standard error of the prediction (so I can calculate each individual prediction interval).

    Any help greatly appreciated!

  2. #2
    TS Contributor
    Points: 5,172, Level: 46
    Level completed: 11%, Points required for next Level: 178

    Location
    Athens , Greece
    Posts
    330
    Thanks
    0
    Thanked 4 Times in 2 Posts
    You;re looking for a simultaneous CI.Bonferroni's CI's is a simple thing to do

    > http://www.itl.nist.gov/div898/handb...on4/prc473.htm

  3. #3
    Points: 3,468, Level: 36
    Level completed: 79%, Points required for next Level: 32

    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks MP83.

    I know CIs and PIs are calculated in a very similar way so the Bonferonni test would give a combined PI that was wider than just adding up all the prediction intervals - you're calculating an interval that ensures each separate range is wide enough so that there is only a 5% chance that any of the separate predictions you make from the model are outside your interval.

    But - I'm not so interested in the separate predictions, only in the overall prediction, so I want only a 5% chance that my overall prediction is wrong (if some of the separe predictions are outside the 95% range, that doesn't matter).

    Intuitively to me I would have thought a combined PI would have a narrower interval than just adding up all the separate intervals - variation in each runner's time would act to 'soften' the impact of any one runner's extremely low (or high) time.

    I might have got the logic completely wrong here and happy to be shown the right path!

  4. #4
    TS Contributor
    Points: 5,172, Level: 46
    Level completed: 11%, Points required for next Level: 178

    Location
    Athens , Greece
    Posts
    330
    Thanks
    0
    Thanked 4 Times in 2 Posts
    [In short coz my post got lost!]

    If you are looking for a CI for a linear combination [average(mu1+mu2+mu3+mu4) for an estimate of the overall time] then you should use the Scheffe method.

    You could use one model instead of 4,simply use indicators variables,then say using R,the Scheffe CI is right in front of you...

  5. #5
    Points: 1,480, Level: 21
    Level completed: 80%, Points required for next Level: 20

    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Hi,

    I have a similar problem. I predicted a bunch of values using a regression equation and calculated the 95% prediction interval for each observation. Now I want to aggregate/average all of them and calculate the combined prediction interval. I am not sure if the methods mentioned above apply to my problem. Any suggestions?

+ Reply to Thread

Similar Threads

  1. confidence intervals and significance intervals
    By hellayeah in forum Statistics
    Replies: 1
    Last Post: 12-09-2010, 03:31 PM
  2. Combining variables
    By brad344 in forum SAS
    Replies: 3
    Last Post: 11-21-2010, 02:52 AM
  3. Replies: 6
    Last Post: 06-22-2010, 01:01 AM
  4. Combining estimators
    By mattgad in forum Statistics
    Replies: 1
    Last Post: 02-16-2008, 02:35 PM
  5. Prediction Intervals
    By r007k in forum Statistics
    Replies: 1
    Last Post: 12-06-2005, 02:08 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