LICENSE
README.md
setup.py
tests/test_alternatives.py
tests/test_bases.py
tests/test_blocks.py
tests/test_bulk_window.py
tests/test_contract_and_vendor_sync.py
tests/test_correlated_updates.py
tests/test_densities_from_events.py
tests/test_factor_n2.py
tests/test_fastmvn.py
tests/test_fit_covariance.py
tests/test_full_covariance_updates.py
tests/test_golden_and_convergence.py
tests/test_gumbel_mixed_logit_anchor.py
tests/test_history_and_teams.py
tests/test_lattice.py
tests/test_lattice_convolution.py
tests/test_lattice_copula.py
tests/test_lattice_five.py
tests/test_lattice_five_margin.py
tests/test_lattice_five_paper.py
tests/test_lattice_from_samples.py
tests/test_likelihood_mnprobit.py
tests/test_low_high.py
tests/test_market_update.py
tests/test_numerical_battery.py
tests/test_pandas.py
tests/test_permutations.py
tests/test_plackett_luce.py
tests/test_polish.py
tests/test_predictive_curves.py
tests/test_probit.py
tests/test_race_invariants.py
tests/test_races.py
tests/test_ranking_likelihood.py
tests/test_rust_parity.py
tests/test_sharp_factor_escalation.py
tests/test_shift.py
tests/test_simulation.py
tests/test_skew_calibration.py
tests/test_softmax_special_case.py
tests/test_state_prices_from_extended_offsets.py
tests/test_state_prices_from_offsets.py
tests/test_std_calibration.py
tests/test_topk.py
tests/test_topk_inversion.py
winning/__init__.py
winning/contract.py
winning/fastmvn.py
winning/lattice.py
winning/lattice_calibration.py
winning/lattice_conventions.py
winning/lattice_copula.py
winning/lattice_plot.py
winning/lattice_simulation.py
winning/likelihood.py
winning/mnprobit.py
winning/normaldist.py
winning/pandas_util.py
winning/rustconfig.py
winning/scipyinclusion.py
winning/skew_calibration.py
winning/std_calibration.py
winning/thurstone.py
winning.egg-info/PKG-INFO
winning.egg-info/SOURCES.txt
winning.egg-info/dependency_links.txt
winning.egg-info/entry_points.txt
winning.egg-info/requires.txt
winning.egg-info/top_level.txt
winning/alternatives/__init__.py
winning/alternatives/cdf_grad.py
winning/alternatives/reprs.py
winning/bench/__init__.py
winning/bench/leaderboard.py
winning/bench/mvtnorm_check.py
winning/bench/runner.py
winning/bench/season.py
winning/bench/season_ranked.py
winning/bench/season_trueskill.py
winning/classic/__init__.py
winning/classic/lattice.py
winning/classic/lattice_calibration.py
winning/classic/lattice_conventions.py
winning/classic/lattice_copula.py
winning/classic/lattice_plot.py
winning/classic/lattice_simulation.py
winning/classic/normaldist.py
winning/classic/pandas_util.py
winning/classic/scipyinclusion.py
winning/classic/skew_calibration.py
winning/classic/std_calibration.py
winning/factor/__init__.py
winning/factor/blocks.py
winning/factor/core.py
winning/factor/permutations.py
winning/factor/polish.py
winning/factor/races.py
winning/factor/structures.py
winning/factor/topk.py
winning/methods/__init__.py
winning/methods/native.py
winning/methods/orthant_extra.py
winning/methods/registry.py
winning/probit/__init__.py
winning/ratings/__init__.py
winning/ratings/full.py
winning/ratings/history.py
winning/ratings/market.py
winning/ratings/nway.py
winning/ratings/teams.py
winning/research/__init__.py
winning/research/adaptive_special_horse.py
winning/research/clustering.py
winning/research/conventions.py
winning/research/correlated.py
winning/research/cube_to_simplex.py
winning/research/density.py
winning/research/dynamic.py
winning/research/enhanced_cube_to_simplex.py
winning/research/enhanced_optimization.py
winning/research/export_data.py
winning/research/global_fit.py
winning/research/global_ls.py
winning/research/inference.py
winning/research/kalman_tracker.py
winning/research/laplacian.py
winning/research/lattice.py
winning/research/multiray.py
winning/research/normaldist.py
winning/research/optimization.py
winning/research/order_stats.py
winning/research/pricing.py
winning/research/pure_optimizers.py
winning/research/quality_assessment.py
winning/research/sim_world.py
winning/research/visualization.py