If one Russian tank storage base runs out how many tanks are left in the rest? I saw a video today about how the 1295th tank storage area in Russia is empty.
There is a famous estimation problem called the german tank problem. If you know tanks have a serial number on them from 1 up as each new one is produced. And you find some broken tanks with serial numbers on them. Can you estimate how many tanks N have been created?
But I came across a related problem today. If you have some tank storage bases and one of them runs out of tanks what can you guess about the total number of tanks left?
This involves some assumptions. Each tank storage base draws at the same proportional rate. As in if one base has 100 and another has 100 each will have a 50:50 chance of having the next tank removed. And in the case where the second has 1000 tanks it will have a ten times higher chance of the next removal.
Bases should have a similar proportion of fixing up sheds and staff per tank so I think this is a reasonable guess. Unless some base you know to be much more likely to have high repair speeds and rates.
So this tank storage base is empty according to this short video 1295th - Empty of Tanks in 2024 December Satellite Imagery. Looking at the video it does not seem to be high tech refurbishing place. And if it was other tanks to repair would be moved there to also get repaired so it would not be empty first. it does seem small only having 325 tanks 2 years ago. But with the proportional withdrawal assumption that doesn't matter hugely.
This is the code to simulate how many tanks are left in all bases once one runs out.
Assuming random withdrawals are random.
There is less tanks left than I expected. Once one store is empty less than 10% of the tanks remain.
And this is with various numbers of bases and initial number of tanks in the base.