Hi all
Is anyone familiar with a user-written package or a well documented approach to calculate a reliable confidence interval for a sum of predictions?
Imagine a time series (say monthly) and predictions for a few months. The predict command will provide out of sample predictions for these months and SEs.
Is there a reliable way to combine them into an estimate? Adding up the SEs from predict (assuming zero covariances)? I've tried bootstrapping but because it is a time series it gets messsy and again not supported as standard by Stata commnands (Block bootstrap etc). I tried margins and then mutliplying the estimate by the number of months, and doing the same for the SEs, as I saw in another thread here, but I am not convinced this is entirely appropriate. I contacted Stata but there was no official suggestion - I was advised to use simulate. But surely there must be a straightforward parametric way to obtain the confidence interval for the quantity of interest!
Best
Evan
Related Posts with Obtaining a SE for the sum of predictions, following a regression model
Problem with distplotHi, I'm trying to plot a distribution with distplot. I'm using this command: Code: distplot var1 …
Logical test involving two columnsHello, I am just starting to use Stata, so excuse me in advance if my question is a bit sketchy. I a…
Panel data - DV continuous variable with many true zerosI am new to this forum and know only basic econometrics(self-studied). As a part of my research, I a…
MergingHi I ran the following mixlogit (with 409 individuals expanded 12 = 4908 observations) mixlogit choi…
Solution to the small sample size?Hi All, I have tried searching for a similar case but haven't found it yet! I need to run a regress…
Subscribe to:
Post Comments (Atom)
0 Response to Obtaining a SE for the sum of predictions, following a regression model
Post a Comment