Computes outcome of a penalty shootout.
penaltyShootout(probPenaltySaveHome, probPenaltySaveAway, initial = 5)probability of saving a penalty for home team
probability of saving a penalty for away team
number of initial penalties (default 5)
list with probabilities of final outcome (winProbabilityHome,
winProbabilityAway).