Someone poured marked balls in my urn! Simplistically, I think this is a capture-recapture problem where, after drawing and marking balls from the urn, somebody added an unknown number (approx 25% of the original draw) of marked balls before the second drawing was taken. (feel free to suggest other approaches if appropriate)
The actual scenario I have is that I have two estimates for the number of events. One count is derived solely from news reports, while the other is derived independently from both news reports and government records. (they're deaths meeting specific criteria, and both news and government records are incomplete, and both estimates have an incomplete count of the total covered by those sources).
Thus, the total set $N$ is unchanged, but capture $n$ is drawn from subset $A$ and capture $m$ drawn from $A\cup B$. We can assume $A$ and $B$ each are about 80% of $N$ and $A\cup B$ is maybe 95% of $N$ (very rough estimates).
If both were derived from news reports, this would be a (somewhat) straightforward capture-recapture problem. However, by adding a second data source it's now thrown off the tallies, because the bias of what's newsworthy is different from the bias of what's recordable (to the government).
The data is broken down by month, and I know one month has been exhaustively searched (at great expense), and I need to estimate the rest of the year.
So, say for one month (exhaustively searched):
$n=100$, (news sources)
$m=150$ (news + government)
$k=75$ (overlap)
Then for another month (non-exhaustive), $n=150, m=100, k=90$.
How should I estimate $N$ for the second month?