> the player who committed more blunders lost 86% of the time In some sense this is almost tautological. While finding an exact definition for a chess blunder isn't straightforward, here is one example from the Lichess UI: https://github.com/lichess-org/lila/blob/b527746b179cdde6438... Basically, if you make a move which decreases your winning probability more than 14% over the best move, that's a blunder. But winnin…
In my experience, it appears that the difference between the two is that a “miss” is something the computer evaluates as unreasonable or difficult for a human to find. If you had found it, it would have been deemed a “brilliant” move, which is another analysis move type that chess.com has doesn’t have. Either that or a miss is failing to capitalize on an opponent’s blunder.
It makes sense to chess players, since we consider missing an opportunity to capitalize on an opponent’s mistake to be distinct from unilaterally making one’s own position worse, even though to lichess those are going to both look like drops in the evaluation score.