This document summarizes and compares three statistical models for predicting vehicle routes in Vehicular Ad-Hoc Networks (VANETs): Markov models, Hidden Markov models (HMM), and Variable Order Markov models (VMM). It describes how each model works, including Markov models predicting the next road segment based on the current one, HMM using both transitions and observations to predict states, and VMM capturing longer dependencies while avoiding size increases of higher-order Markov models. The document also provides pseudocode for route prediction algorithms using each statistical model.