nflendzoneModel is the Bayesian inference engine used for weekly team-strength updates and game-level probability generation.
Core Workflow Functions
prepare_schedule_indices()prepare_stan_data()fit_team_strength_model()prepare_gq_data()predict_team_strength()extract_game_predictions()
Stan Model Assets
team_strength_fit.stanteam_strength_gq.stanteam_strength_bivar_negbinom.stanteam_strength_recursive.stan
Operational Role
- Consumes model-ready data from pipeline outputs.
- Fits Bayesian state-space models via
cmdstanr. - Publishes posterior summaries to
nflendzoneData. - Supports app-side probability reconstruction workflows.