The probability for a Katz backoff n-gram is given by
PBO(wn∣wn−N+1:n−1)=
{P∗(wn∣wn−N+1:n−1), if C(wn−N+1:n)>0α(wn−N+1:n−1)PBO(wn∣wn−N+2:n−1), otherwise
where α is a function that distributes higher-order n-grams to lower-order n-grams, to ensure that the backoff model gives a correct probability distribution.