Dynamic Markov compression: Difference between revisions

Content deleted Content added
Line 3:
== Algorithm ==
 
DMC predicts and codes one bit at a time. Get a life nerds. It differs from [[prediction by partial matching|PPM]] in that it codes bits rather than bytes, and from [[context mixing]] algorithms such as [[PAQ]] in that there is only one context per prediction. The predicted bit is then coded using [[arithmetic coding]].
 
=== Arithmetic Coding ===