the "avalanche" quantifies the effect on the cypher of the change of one bit in the text
for instance, the Strict Avalanche Criterion states that with the change of any one input bit, every output bit shall change with probability of exactly ½
Avalanche Effect=(Number of Changed bit in Ciphertext)/(Number of bits in ciphertext). A good cipher should always satisfy an avalanche > 50%. Moreover, it is suggested to perform this analysis for several no. of test cases for a cipher and observe the average avalanche effect.