Overloop estimation in .mod takes more than due

In its current version you have the overhead of 1 execution from the initial estimation command in the mod-file before entering the loop. If you just increase the size of the loop, that fixed one additional execution is negligible. If you still want to get rid of it, you need to condition on the first run. See