Number of Successes in Sample is how many outs you need to find
That is a way to take advantage of symmetrical effects like each player discards a card. Does a Creature Dying Count as Discarding
from scipy.stats import hypergeom import numpy as np # Supress scientific notation np.set_printoptions(suppress=True) def calculate(M, n, N): [M, n, N] = [M, n, N] rv = hypergeom(M, n, N) x = np.arange(0, n+1) return rv.pmf(x) * 100 calculate(60, 4, 7) This script outputs [60.05, 33.63, 5.93, 0.38, 0.01 ] , which are the probabilities of drawing zero, one, two, three, or four BVP, respectively
Alternative Decks to Consider If the Wigglytuff ex and Hypno deck doesnt suit your style, consider experimenting with these variations: Vileplume Lock Deck: Focuses on shutting down Trainer cards while applying Sleep with additional Pokmon
When examining each card, veterans of the main series may realize that certain elements are different