69
Total Cards (N)
43
Nonland Cards
22
Unique Nonland
26
Lands
Information Theory

Concentration & Entropy Metrics

We model the deck as a discrete probability distribution where pi = ci / Σc for each unique card. This enables information-theoretic analysis of how concentrated or distributed the deck's resources are:

0.0698
Herfindahl-Hirschman Index
HHI = Σ pi²

Low HHI (0.07 vs. max 1.0) indicates moderate dispersion — no single card dominates. In antitrust economics, this would classify as an "unconcentrated market."

14.33
Effective Card Count
1/HHI

Of 22 unique cards, the deck behaves as if it has 14.3 equally-weighted cards. The difference (22 - 14.3 = 7.7) measures the "concentration penalty."

4.135
Shannon Entropy (bits)
H = -Σ pi log₂(pi)

Normalized entropy: 0.927 (93% of maximum). The deck is highly entropic — nearly as diverse as theoretically possible while maintaining strategic focus.

0.348
Gini Coefficient
Inequality of Distribution

Moderate inequality — the deck intentionally concentrates copies on key cards (Kutzil at 6) while maintaining breadth. In economics, this is comparable to a Nordic country's income distribution.

Quantity Histogram

Distribution of copy counts across 22 unique cards:

13
1-of
4
2-of
4
4-of
1
6-of

59.1% of unique cards are singletons (13/22), but they represent only 30.2% of total copies (13/43). The four 4-of playsets and one 6-of create the draw-reliability backbone.

Combinatorial Probability

Hypergeometric Draw Reliability

The hypergeometric distribution models sampling without replacement from a finite population — exactly how a Magic deck operates. For key cards and card classes, we compute draw probabilities at critical sample sizes (n = cards seen by that turn):

X ~ Hypergeometric(N, K, n)
P(X ≥ 1) = 1 - C(N-K, n) / C(N, n)
P(X ≥ k) = Σj=kmin(K,n) C(K,j) · C(N-K, n-j) / C(N, n)
E[X] = nK/N

Key Card Draw Probabilities (N=69)

Probability of drawing at least one copy by turn/sample size. Includes full deck (69 cards with lands).

n (cards seen) P(Mercy ≥ 1) P(Paladin ≥ 1) P(Drizzt ≥ 1) P(Mercy ≥ 2) E[Mercy]
7 (opening)0.3550.3550.1940.0480.406
8 (T1 draw)0.3960.3960.2200.0630.464
9 (T2 play)0.4360.4360.2460.0800.522
10 (T3 play)0.4740.4740.2710.0970.580
110.5090.5090.2950.1170.638
130.5750.5750.3440.1580.754
150.6340.6340.3900.2040.870

Behavioral Mass Draw Probabilities (N=43, nonland only)

Probability of drawing at least one card from each behavioral archetype, modeled on the 43-card nonland pool.

n P(PREDATOR ≥ 1) P(DIVINE ≥ 1) P(RELIC ≥ 1) P(PACK ≥ 1) E[PREDATOR] E[DIVINE]
70.9370.8960.6810.6082.1161.791
90.9750.9500.7790.7112.7212.302
110.9910.9780.8510.7913.3262.814
150.9990.9960.9380.8984.5353.837

Key insight: PREDATOR behavioral mass reaches 93.7% probability in the opening hand — the deck is engineered so that aggressive creatures appear with near-certainty from turn 1. By turn 3 (n=9), you have a 97.5% chance of at least one predatory threat on board.

Mana Calculus

Neutral Basic-Land Optimization

With 26 lands in a 69-card deck (37.7% land ratio), we optimize the Plains/Forest split to maximize the probability of casting the deck's key early plays — specifically, double-white for Paladin Class and green-white for Drizzt Do'Urden:

Optimized Split: 13 Plains / 13 Forest

MetricValue
P(WW by T3)49.6%
P(Drizzt on-curve T3)14.1%
P(Paladin T1)26.4%

Equal split is optimal because the deck's mana requirements are symmetric — both colors needed equally by turn 3. Any skew toward Plains improves WW but degrades Drizzt below baseline.

Combinatorial Formula

P(WW by T3) = Σk_pl,k_for
  [k_pl+k_for ≥ 3 AND k_pl ≥ 2]
  × C(Plains,k_pl) · C(Forest,k_for)
  × C(Other, 9-k_pl-k_for)
  / C(N, 9)

On the play, no mulligans: 9 cards seen by turn 3. The triple constraint (enough total lands, enough of the right color, room for spells) is a multivariate hypergeometric optimization.


"Hypergeometric draw reliability is sampling without replacement from a finite population. Every SRE availability calculation, every load test capacity model, every security coverage metric uses the same mathematics." — ArchDaemon™ · Quality Engineering Framework

← Back to Tensor Analysis   ·   Professional Mapping →

ArchDaemon™ (US Serial 98940257) · GoldHat™ (US Serial 98925168) · All analyses are original IP of David Leo Sylvester.