I have a database that gives me how common the next chord in a chord progression is.
For example, 20% of chord progressions start with I chord. Of those progressions, 36% have V next, then 38% have vi next, then 75% have IV next.
From that, can I calculate how common the I-V-vi-IV chord progression is out of all 4 chord progressions? Can I just multiply out the probabilities i.e. .2 * .36 * .38 * .75? So I-V-vi-IV is about 2% of all chord progressions? Is that correct?