Skip to content
Prev 4144 / 15274 Next

time series question

On Fri, May 22, 2009 at 08:13:25PM -0500, markleeds at verizon.net wrote:
Could we perhaps think of this as follows.

We are holding two realisations from the same process:
   x1, x2, ... xN
   y1, y2, ... yN

and let's suppose these two realisations are completely
independent. Think of two parallel experiments running with the
identical data generating process but a different set of random
shocks.

Then you could construct the overall log likelihood of what you have
observed as logl(theta; x) + logl(theta; y) and maximise that.

Is there an existing R function off the shelf which yields the ARMA
log likelihood? If so then it should be easy to put together an
overall logl() function for this problem which can be then given to
optim() to do estimation.