I have 3 time series variables, let's call them A, B, and C, all yearly counts. However, there is an overlap between them (see picture). I am interested in estimating the coloured part.
When broken down into equations, it would look like this:
(X marks the data I have, Y data I don't have/wish to estimate)
X(A) = Y(A/C) + X(A/B) + X(A/B/C)
X(B) = Y(B/C) + X(A/B) + X(A/B/C)
X(C) = Y(A/C) + Y(B/C) + X(A/B/C)
What am I dealing with seems to be 3 equations with 2 unknowns which can be solved for sure for each year. However, since this is time series data, I would like to use this to forecast specifically Y(A/C).
Any idea about the analysis (or more) that can be used to solve this?
Many thanks for every idea or direction!