Prediction coding

Home > Computer Science > Algorithms and data structures > Compression Algorithms > Prediction coding

A lossless compression technique that uses statistical models to predict the next symbol in the input data and encodes the difference between the prediction and the actual symbol.