L
Ladder
Survivor Analytics
Week
Overview
Dashboard
Your current-week recommendation and season status at a glance.
Season Ladder
Amber rungs = team used that week. Green = current week. Dashed = multi-pick week (Thanksgiving / Christmas).
Pool Snapshot
Premium · Week
Survivor Score Engine
A composite 0-100 score across win probability, future value, leverage, and confidence — tuned to your pool size.
Spotlight Picks
Full Rankings
Week
Survivor Rankings
Every available team, ranked by Survivor Score.
Season
Season Planner
Recommended path across the full schedule, built around scarcity.
Multi-Pick
Combo Optimizer
For Thanksgiving and Christmas, the best pair of picks beats the two best individual picks.
Monte Carlo
Simulation Engine
Run simulated seasons to compare strategies and estimate pool-winning odds.
Roster
Team Usage Tracker
Mark teams as used to remove them from future recommendations and simulations.
Season Log
Compare
What-If Analysis
Compare two candidate picks for the current week across every dimension that matters.
Configure
Settings & Data Import
Bring in your own Projex projections. Sample data ships in for demo purposes only.
Refresh Live Data
Pulls real schedule, odds, injury, reliability, and weather data through Cloudflare Pages Functions — keys stay server-side. Takes 10-30 seconds.
Import Projections (JSON)
Expected shape — array of weeks, each with games and per-team fields. See schema below.
Import Projections (CSV)
Columns: week,team,opponent,homeAway,winProb,reliability,injury,ownership,weather
Ownership % — This Week's Pool Picks
Once Sunday Survivor locks picks and shows the distribution for your pool, type each team's percentage here. This overrides the win-probability-based estimate Ladder uses when it's blank.
Multi-Pick Weeks
Thanksgiving and Christmas default to 2 required picks. Adjust week numbers if your pool's calendar differs.
Scoring Weights
Win Probability / Future Value / Reliability / Injury / Ownership — must sum to 100.
Data Schema Reference
{
  "week": 1,
  "games": [{ "home": "KC", "away": "BAL" }],
  "projections": {
    "KC": {
      "opponent": "BAL", "homeAway": "home",
      "winProb": 0.62, "reliability": 88, "injury": 92,
      "ownership": 0.34, "weather": 96
    }
  }
}