Papers
Topics
Authors
Recent
Search
2000 character limit reached

Economics of Inference: AI & Econometrics

Updated 4 July 2026
  • Economics of inference is a research area that defines how resource limits and cost trade-offs shape both AI model deployment and econometric estimation.
  • It quantifies trade-offs using production functions, Pareto frontiers, and system constraints such as bandwidth, latency, and memory movement in high-stakes systems.
  • In econometrics, it advances robust methods to address challenges like heteroskedasticity, clustering, and partial identification for improved decision-making under uncertainty.

Economics of inference denotes a family of research programs concerned with the resources, constraints, and validity conditions under which inferences are produced. In one usage, now prominent in AI systems research, inference is treated as a compute-driven intelligent production activity whose economically relevant outputs are quality, latency, throughput, and cost. In another, long-established in econometrics, the term concerns the construction of estimators, confidence regions, and tests when inference is complicated by heteroskedasticity, clustering, heavy tails, repeated use of data, missing covariance information, partial identification, equilibrium structure, or learning dynamics. Across these usages, a common theme is that inference is not free: it is shaped by memory movement, communication latency, market structure, identification restrictions, and approximation error (Zhuang et al., 30 Oct 2025, Michler et al., 2021).

1. Conceptual scope and research lineages

In current arXiv usage, the phrase has at least two distinct meanings. The AI-systems literature studies inference as an operational activity that transforms compute, model architecture, and serving configuration into economically useful output. "Beyond Benchmarks: The Economics of AI Inference" explicitly models inference as a production function, Intelligence=f(Cost,Model)\text{Intelligence} = f(\text{Cost}, \text{Model}), and frames deployment through a trade-off among Quality, Performance, and Economic Cost. "Inference economics of LLMs" formalizes the same problem through Pareto frontiers over cost per token and serial token generation speed, with arithmetic, memory bandwidth, network bandwidth, and latency treated as joint constraints rather than independent engineering details (Zhuang et al., 30 Oct 2025, Erdil, 5 Jun 2025).

A second lineage studies inference inside economics itself. "Recent Developments in Inference: Practicalities for Applied Economics" treats the central problems as heteroskedasticity, clustering, serial correlation, and multiple hypothesis testing, and argues that valid standard errors and test statistics are as important as unbiased coefficients. Other papers extend this concern to missing covariance matrices, repeated use of the same data, partially identified parameters, and equilibrium environments in which the inferential object is a set, an equilibrium, or a latent structural parameter rather than a single regression coefficient (Michler et al., 2021, Vohra, 2024, Holcblat et al., 2015).

This dual usage is not merely terminological. A plausible implication is that both literatures study how scarce resources constrain reliable decision-making: on the AI side the scarce resources are accelerator time, memory bandwidth, and communication budget, while on the econometric side they are information, identification power, and valid sampling variation.

2. Inference as a production process in AI systems

The production-theoretic view treats model inference as an economic activity rather than a benchmark race. In "Beyond Benchmarks: The Economics of AI Inference," the relevant unit is useful output generated under service constraints, and cost is operationalized by converting execution time into GPU dollars: $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.OntheWiNEval3.0workload,builtfromrealclinicalapplicationsacross10corescenariosandevaluatedonA80080G On the WiNEval-3.0 workload, built from real clinical applications across 10 core scenarios and evaluated on A800 80G \times 2<ahref="https://www.emergentmind.com/topics/graphicsprocessingunitsgpus"title=""rel="nofollow"dataturbo="false"class="assistantlink"xdataxtooltip.raw="">GPUs</a>with2,993requests,thepaperidentifiesthreeprinciples:diminishingmarginalcost,diminishingreturnstoscale,andanoptimalcosteffectivenesszone.Theempiricalfrontierisnotarankingofmodelsbyscorealone;itisaParetostylemapofqualityagainstinferencecostunderconcreteconcurrencyconfigurations.ReportedpointsonthatfrontierincludeWiNGPT3.5withscore <a href="https://www.emergentmind.com/topics/graphics-processing-units-gpus" title="" rel="nofollow" data-turbo="false" class="assistant-link" x-data x-tooltip.raw="">GPUs</a> with 2,993 requests, the paper identifies three principles: diminishing marginal cost, diminishing returns to scale, and an optimal cost-effectiveness zone. The empirical frontier is not a ranking of models by score alone; it is a Pareto-style map of quality against inference cost under concrete concurrency configurations. Reported points on that frontier include WiNGPT-3.5 with score 76.2atcost at cost \%%%%0%%%%0.55,gptoss20blowat, gpt-oss-20b-low at \%%%%1%%%%3.47$, the latter interpreted as a &quot;thinking&quot; model designed for complex reasoning and traceability rather than low-cost <a href="https://www.emergentmind.com/topics/routine" title="" rel="nofollow" data-turbo="false" class="assistant-link" x-data x-tooltip.raw="">routine</a> serving (<a href="/papers/2510.26136" title="" rel="nofollow" data-turbo="false" class="assistant-link" x-data x-tooltip.raw="">Zhuang et al., 30 Oct 2025</a>).</p> <p>&quot;Inference economics of LLMs&quot; makes the same argument in a more structural way. In the simplest dense, short-context, single-device case, token latency is</p> <p>$\text{token latency} = \max\!\left( \frac{pN}{B}, \frac{2Nb}{C} \right),</p><p>where</p> <p>where pisparameterprecisioninbytes, is parameter precision in bytes, Nisthenumberofparameters, is the number of parameters, Bis<ahref="https://www.emergentmind.com/topics/highbandwidthmemoryhbm1ab5cc4f76cf42ca81636a89a3b86e58"title=""rel="nofollow"dataturbo="false"class="assistantlink"xdataxtooltip.raw="">HBM</a>bandwidth, is <a href="https://www.emergentmind.com/topics/high-bandwidth-memory-hbm-1ab5cc4f-76cf-42ca-8163-6a89a3b86e58" title="" rel="nofollow" data-turbo="false" class="assistant-link" x-data x-tooltip.raw="">HBM</a> bandwidth, \text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$0 is peak FLOP/s, and $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$1 is batch size. GPU-seconds per token are then

$\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$2

with economically efficient batching at

$\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$3

The key conclusion is that maximum batching is not the same as efficient batching. If demand is below $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$4, batching improves cost per token by amortizing memory reads; beyond $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$5, latency rises without improving cost because arithmetic becomes binding (Erdil, 5 Jun 2025).

Under multi-GPU serving, the frontier becomes explicitly communication-constrained: $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$6 This formulation turns deployment into an optimization problem over batch size and parallelism setup. The paper’s broader claim is that real inference economics is not determined by FLOPs alone. In short-context decoding, arithmetic and HBM bandwidth matter, but on NVIDIA-class systems the decisive bottleneck is often latency of collective communication between GPUs (Erdil, 5 Jun 2025).

3. Systems determinants: precision, memory movement, and hardware-software co-design

The strongest systems account of inference economics in the dataset comes from text-to-speech. "Rewriting TTS Inference Economics: Lightning V2 on Tenstorrent Achieves 4x Lower Cost Than NVIDIA L40S" argues that TTS inference cost is dominated by memory movement and precision sensitivity, not just raw MAC throughput. Because diffusion-based TTS generates continuous waveforms, small rounding errors can accumulate across denoising steps and produce audible artifacts affecting phase, harmonics, pitch stability, and temporal alignment. The paper therefore rejects a uniform low-precision policy and instead combines precision-aware model design, selective LoFi compute, selective BlockFloat8 deployment, hardware-aware data movement optimization, and reduced DRAM traffic through on-chip reuse and multicast (S. et al., 24 Mar 2026).

The reported production outcome is unusually specific. Lightning V2 achieves over $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$7 LoFi computational fidelity and more than $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$8 BlockFloat8 deployment, while delivering approximately $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$9 lower on-prem accelerator cost at equivalent throughput relative to an NVIDIA L40S baseline. The paper reports a $\times 2$0 model-size reduction, $\times 2$1 memory transfer volume reduction, and a $\times 2$2 layer-level latency improvement in a production layer of about $\times 2$3B MACs, from $\times 2$4 on L40S to $\times 2$5 on P150. Audio fidelity is preserved with DNSMOS $\times 2$6 on NVIDIA versus $\times 2$7 on Tenstorrent and normalized WER $\times 2$8. The fleet-level extrapolation for sustaining 550 simultaneous 5-second TTS requests gives about $\times 2$9 for $76.2$0 Tenstorrent P100, and about $76.2$1 for $76.2$2 Tenstorrent P150 (S. et al., 24 Mar 2026).

The hardware explanation is equally central. Tenstorrent’s Network-on-Chip enables weight multicast and direct routing of intermediate activations; distributed SRAM allows local reuse at very high effective bandwidth; deterministic execution with 1:1 thread-to-core mapping reduces scheduling overhead; and a five-stage asynchronous pipeline overlaps reader, unpacker, compute, and writer stages. The paper’s bandwidth hierarchy makes the economic gradient explicit: SRAM local/shared $76.2$3 TB/s, neighbor halo $76.2$4 TB/s, multicast $76.2$5 TB/s, gather/scatter 3 hops $76.2$6 TB/s, gather/scatter 10 hops $76.2$7 TB/s, and DRAM row access $76.2$8 GB/s (S. et al., 24 Mar 2026).

The LLM serving paper generalizes this beyond TTS. It reports that newer NVIDIA generations improve speed at a fixed cost per token by only about $76.2$9 in the examples considered, quantization typically improves speed by about $\%%%%0%%%%0.55$0–$\%%%%0%%%%0.55$1 unless it crosses a hardware boundary such as one GPU or one node, and speculative decoding at acceptance rates around $\%%%%0%%%%0.55$2 can roughly double speed for some models. For long contexts, KV-cache reads dominate parameter reads, so inference becomes memory-bandwidth bound and architectural choices such as grouped-query attention or MLA alter economics by shrinking cache size rather than merely increasing arithmetic efficiency (Erdil, 5 Jun 2025).

A common misconception is that AI inference cost is primarily a matter of raw compute throughput. These papers reject that view. In TTS, the bottleneck is memory movement plus precision fragility; in LLMs, it is often communication latency and KV-cache bandwidth. This suggests that economically relevant optimization lies in dataflow design as much as in accelerator peak performance.

4. Market pricing, welfare, and macroeconomic pass-through

The economics of inference extends beyond serving stacks into pricing, welfare, and monetary transmission. "The Economics of AI Inference: Inflation Dynamics, Welfare Costs, and Optimal Monetary Policy under the Inference-Cost Phillips Curve" embeds AI inference costs directly into firm marginal costs: $\%%%%0%%%%0.55$3 Aggregation then yields the Inference-Cost Phillips Curve

$\%%%%0%%%%0.55$4

with structural slope

$\%%%%0%%%%0.55$5

Here $\%%%%0%%%%0.55$6 is average AI intensity, so the inflationary pass-through of inference-cost shocks scales with the degree of AI usage in production (Lundström-Imanov, 19 May 2026).

The same paper adds algorithmic pricing. If a fraction $\%%%%0%%%%0.55$7 of active price setters delegate pricing to algorithmic agents with responsiveness $\%%%%0%%%%0.55$8, then

$\%%%%0%%%%0.55$9

Algorithmic pricing therefore attenuates the output-gap slope while amplifying inference-cost pass-through. Welfare is decomposed as

$\%%%%1%%%%3.47$0

with inference-cost volatility entering quadratically through $\%%%%1%%%%3.47$1. The generalized Taylor principle under commitment gives

$\%%%%1%%%%3.47$2

The empirical implementation on U.S. monthly data from 2022:M01 to 2026:M04 reports $\%%%%1%%%%3.47$3 with HAC s.e. $\%%%%1%%%%3.47$4, $\%%%%1%%%%3.47$5 with HAC s.e. $\%%%%1%%%%3.47$6, $\%%%%1%%%%3.47$7 with HAC s.e. $\%%%%1%%%%3.47$8, and $\%%%%1%%%%3.47$9 with s.e. $\text{token latency} = \max\!\left( \frac{pN}{B}, \frac{2Nb}{C} \right),$0. A scaling regression over 50 rolling-window subwindows gives $\text{token latency} = \max\!\left( \frac{pN}{B}, \frac{2Nb}{C} \right),$1 with $\text{token latency} = \max\!\left( \frac{pN}{B}, \frac{2Nb}{C} \right),$2, and a G7 panel gives $\text{token latency} = \max\!\left( \frac{pN}{B}, \frac{2Nb}{C} \right),$3 with s.e. $\text{token latency} = \max\!\left( \frac{pN}{B}, \frac{2Nb}{C} \right),$4, with a Wald test failing to reject cross-country homogeneity at $\text{token latency} = \max\!\left( \frac{pN}{B}, \frac{2Nb}{C} \right),$5 (Lundström-Imanov, 19 May 2026).

At the market-design level, the deployment paper proposes that inference economics can support future market-based pricing of AI inference resources, including GPU-hour pricing, token pricing, quality-tiered service pricing, and congestion-sensitive pricing. It also treats GPU procurement planning, concurrency tuning, batch scheduling, serving-stack optimization, and cloud-versus-self-hosting decisions as economic choices rather than merely technical ones. Self-hosted clusters can have lower marginal cost at high sustained utilization, whereas cloud instances are more flexible for variable or smaller workloads (Zhuang et al., 30 Oct 2025).

Taken together, these papers recast inference cost from a backend engineering expense into a first-order object in firm pricing, welfare accounting, and macroeconomic stabilization.

5. Robust statistical inference within economics

In econometrics, the economics of inference centers on validity under realistic data-generating complications. "Recent Developments in Inference: Practicalities for Applied Economics" reviews heteroskedasticity, clustering, serial correlation, and multiple testing, and argues that applied economists should articulate the inferential problem, use modern software and computing power to calculate correct standard errors and test statistics, and make bootstrapped asymptotic refinements standard practice. The paper reviews Eicker-Huber-White robust covariance estimators, HC1/HC2/HC3 corrections, Bell–McCaffrey, Young’s effective degrees of freedom, Liang-Zeger clustering, multiway clustering, Bonferroni, Holm, Westfall-Young, Romano-Wolf, Benjamini-Hochberg, bootstrap, wild bootstrap, and randomization inference. Its strongest practical claim is that main results should often rely on bootstrapped test statistics or critical values rather than default first-order asymptotics (Michler et al., 2021).

Heavy-tailed regressors motivate a different correction. "An estimator for predictive regression: reliable inference for financial economics" replaces OLS with

token latency=max ⁣(pNB,2NbC),\text{token latency} = \max\!\left( \frac{pN}{B}, \frac{2Nb}{C} \right),6

thereby bounding the influence of extreme predictors. The paper proves conditional unbiasedness, consistency, and asymptotic normality under finite first moments token latency=max ⁣(pNB,2NbC),\text{token latency} = \max\!\left( \frac{pN}{B}, \frac{2Nb}{C} \right),7 and token latency=max ⁣(pNB,2NbC),\text{token latency} = \max\!\left( \frac{pN}{B}, \frac{2Nb}{C} \right),8, and proposes a clipped heteroskedasticity-robust variance estimator using token latency=max ⁣(pNB,2NbC),\text{token latency} = \max\!\left( \frac{pN}{B}, \frac{2Nb}{C} \right),9. The empirical message is that OLS with robust standard errors can behave poorly or dramatically so under thick-tailed predictors, whereas the weighted estimator remains well behaved (Shephard, 2020).

When covariance information is missing rather than heavy-tailed, "Valid Inference on Functions of Causal Effects in the Absence of Microdata" develops worst-case variance bounds for nonlinear functions pp0 based only on published point estimates and standard errors. The core variance bound is

pp1

which is also expressible as a semidefinite program when sign or independence restrictions are available. In the application to the Marginal Value of Public Funds, Medicare Part D has point estimate pp2 with exact CI pp3, independence-assumption CI pp4, and worst-case CI pp5. For Paycheck Plus, adding sign constraints shrinks the interval width by nearly pp6. The paper also defines a breakdown statistic, reported as pp7 for Medicare Part D, pp8 for Foster Care, and pp9 for UI Extension, to quantify how dependent policy conclusions are on hidden covariance assumptions (Vohra, 2024).

A more radical critique appears in "On econometric inference and multiple use of the same data." The paper argues that repeated use of realized historical data makes standard Bayesian and Neyman–Pearson justifications inadequate modulo approximation error. Its alternative, neoclassical inference, works with the unconditional distribution of a generic proxy NN0 that has the same law as the data-based proxy NN1 but is independent of the realized sample. One practical consequence is Proposition 4: conventional Gaussian intervals understate uncertainty when the proxy distribution is estimated from the same data, and multiplying the standard error by NN2 restores nominal coverage asymptotically (Holcblat et al., 2015).

6. Partial identification, sets, and strategic environments

A large part of the economics of inference concerns situations in which the inferential object is not point identified. "Inference on Sets in Finance" studies identified sets of the form

NN3

and constructs weighted likelihood ratio and weighted Wald confidence regions that are root-NN4 Hausdorff-consistent and invariant, or first-order equivariant, to parameter transformations. The framework covers Hansen-Jagannathan sets, Markowitz-Fama frontiers, and Chetty-style optimization-friction sets, and it shows that structured projection methods are conservative because they protect against perturbations in directions irrelevant for the frontier. In the HJ application, the weighted LR confidence set does not overlap with the stochastic discount factor locus implied by NN5, and the paper reports that values around NN6–NN7 would be needed to reconcile the model with the HJ set. In the elasticity-friction application, the LR region excludes all points with NN8, implying that a nontrivial optimization friction is needed (Chernozhukov et al., 2012).

A related but distinct approach appears in "Inference in a class of optimization problems." There, partially identified parameters are defined by optimization subject to moment inequalities and equalities involving unknown population means. The paper constructs confidence intervals by embedding a confidence region NN9 for the unknown mean vector into the optimization problem, and derives finite-sample lower bounds on coverage under three nested assumptions: a multivariate normal approximation with a Berry–Esseen-type bound, componentwise sub-Gaussian tails, and vector sub-Gaussianity. The practical message is that stronger tail assumptions can make moderate-sample intervals substantially tighter than conservative alternatives (Horowitz et al., 2019).

Inference can also be exact in a nonasymptotic, revealed-preference sense. "Exact inference from finite market data" proves that under continuity, monotonicity, strict convexity, Lipschitz regularity, and dense observation sequences, any strict preference BB0 is eventually recovered from finitely many demand observations; and, under additional aggregate-demand distinguishability conditions, finitely many observations of individual endowments and Walrasian equilibrium prices suffice to identify individual preferences and approximate equilibrium outcomes. The paper is explicit that exact equilibrium prices are generally not exactly recoverable from finite data; only approximate equilibrium identification is available in general (Kübler et al., 2021).

Strategic and mechanism environments generate further inferential variants. "Inference from Auction Prices" studies the inverse problem of recovering values from observed per-unit prices in DSIC mechanisms. For single-unit proportional weights social choice functions, the induced price function is an interior BB1-matrix function and hence uniquely invertible; the inverse can be found in polynomial time by a one-dimensional search over total weight. The same paper shows that inversion can fail in environments with complementarities, where multiple value profiles can generate the same prices (Hartline et al., 2019).

"Econometrics for Learning Agents" weakens the equilibrium assumption further by replacing Nash best response with no-regret learning. In repeated generalized second price auctions, it defines the rationalizable set BB2 of BB3 pairs satisfying bounded-regret inequalities, shows that the set is closed and convex, and derives value intervals conditional on a fixed regret level. In Microsoft/Bing sponsored search data, roughly BB4 of listings within an account have almost zero smallest rationalizable multiplicative error, while the remaining BB5 are spread roughly uniformly over BB6; the paper also finds that advertisers bid, on average, about BB7 of their estimated value (Nekipelov et al., 2015).

7. Machine learning, causality, and large-scale economic systems

Recent work brings modern ML into inference without abandoning structural or semiparametric discipline. "Deep Neural Networks for Estimation and Inference" proves that deep ReLU feedforward networks can serve as first-step nuisance estimators while still delivering valid second-step semiparametric inference for treatment effects, expected welfare, and decomposition parameters. The paper derives nonasymptotic rates fast enough to verify the orthogonality remainder conditions needed for asymptotic normality, applies the framework to direct mail marketing data with about 292,657 consumers and roughly 150 covariates, and reports stable ATE estimates around BB8 to BB9 across architectures (Farrell et al., 2018).

"Deep Learning for Individual Heterogeneity" integrates DNNs directly into structural models by turning constant structural parameters into functions $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$00, estimated by a parameter layer feeding into an economically specified model layer. It derives nonasymptotic rates for the heterogeneous structural parameter functions and a general influence-function formula for targets of the form $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$01, enabling feasible inference via double machine learning and cross-fitting. The application to short-term loan advertising uses a logistic structural model and then studies both average marginal effects and personalized pricing rules (Farrell et al., 2020).

Large dynamic economic systems motivate scalable approximate Bayesian methods. "A Scalable Inference Method For Large Dynamic Economic Systems" casts latent TVP-VAR coefficients $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$02 as the inferential target in a variational objective optimized over time windows. In synthetic experiments with larger dimensions $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$03, Kalman execution time increases by $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$04–$\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$05, while variational inference time increases by only about $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$06; the paper also reports that L-BFGS converged faster than Adam or SGD, with about $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$07 lower execution time on average and MSE better by about one order of magnitude. Applied to Ethereum ERC20 data, the model finds that on-chain token inflow has weak, erratic, and non-structural effects on returns or prices, whereas returns and prices exert a stronger and more persistent effect on token inflow and outflow (Khandelwal et al., 2021).

Other papers extend the inferential grammar of economics rather than only its algorithms. "A Survey of Reinforcement Learning For Economics" presents RL as sample-based dynamic programming that can be embedded inside structural estimation, preference learning, and causal inference workflows; in RLHF, for example, latent rewards are inferred from pairwise preferences through a Bradley–Terry objective, while DPO eliminates the explicit RL loop and directly estimates a policy from comparisons (Rawat, 9 Mar 2026). "Causal Inference in Network Economics" represents interventions as changes in the operator of a causal variational inequality $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$08, so that causal effects become differences between equilibrium solutions rather than regression coefficients (Mahadevan, 2021). "Potential Outcome and Directed Acyclic Graph Approaches to Causality" argues that empirical economics is usually closer to the potential outcomes framework because the discipline is organized around interventions, treatments, assignment mechanisms, heterogeneity, estimation, inference, and policy evaluation, whereas DAGs are most useful as a visual language for assumptions and certain complex identification problems (Imbens, 2019). Finally, "Inference for Extremal Conditional Quantile Models" shows that standard normal approximations fail when $\text{Total Test Set Cost (\$)} = 1.58 \times \frac{T}{3600}.$09, develops self-normalized extremal quantile regression statistics and feasible subsampling or analytical critical values, and applies them to stock return tail risk and extremely low infant birthweights between 250 and 1500 grams (Chernozhukov et al., 2009).

Across these strands, the contemporary economics of inference is marked by a shift away from treating inference as a narrow afterthought. Whether the object is cost per token, inflation pass-through from GPU prices, a worst-case welfare interval without microdata, a revealed-preference set, a no-regret value region, or a semiparametric treatment effect after deep learning, inference is analyzed as a constrained economic activity with its own production frontier, failure modes, and design choices.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (20)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Economics of Inference.