REVIEW 5 major objections 5 minor 192 references
Mastering Stochastic OLG Models in Continuous Time
T0 review · 5 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read A finite-difference neural operator solves continuous-time overlapping-generations models with aggregate risk by mapping a compressed wealth distribution to grid values of the value function.
desk verdict A genuinely new method for continuous-time OLG models with aggregate risk, but the paper is an honest preliminary draft: the central derivation is missing, and the accuracy evidence is partly self-referential and leans on an unverified distribution compression. Deserves refereeing, not acceptance as is. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the finite-difference neural operator: a neural network that takes a finite-dimensional parameter vector representing the wealth distribution as input and outputs values of the value function on a finite-difference grid over the low-dimensional states, namely age, wealth, and the aggregate and idiosyncratic shocks. The master equation is the PDE characterizing recursive equilibrium whose hardest term is the derivative of the value function with respect to the infinite-dimensional distribution; by compressing the distribution to $n=26$ spline coefficients or to at most 200 parameters, that distribution derivative becomes a computable gradient. Outputs are learned with upwind finite differences, so boundary conditions at terminal age and at the borrowing constraint are handled in the same way as in models without aggregate risk, and concavity in wealth is enforced by learning negative second partial derivatives $\partial_{xx}V$ and integrating them back to a value function. Training minimizes squared residuals of the equilibrium conditions with stochastic gradient descent.
What would settle it
Take two wealth distributions that map to the same compressed parameter vector under the paper's projection, for instance by differing only in the upper tail, but that imply different true equilibrium interest rates; if the operator predicts nearly equal prices while the PDE residuals stay below the reported thresholds, the projection is losing information the model needs.
Extended reading notes
Core claim
The central claim is that a finite-difference neural operator computes equilibria of stochastic OLG models with substantial aggregate risk, and with both aggregate and idiosyncratic risk, to satisfactory accuracy, and that this is the first solution of a continuous-time stochastic OLG model with aggregate risk. In the aggregate-risk-only case the distribution reduces to a generational wealth function represented by $n=26$ linear spline coefficients; in the full model a density stored on 61,910 grid values is reduced to at most $n\le 200$ parameters through age-slice approximation, exponentiated polynomials, and displacement interpolation. The trained operator yields mean PDE residuals of 0.0008 (aggregate risk only) and 0.0005 (both risks), with 99.9th-percentile residuals of 0.0045 and 0.0068, and long simulations imply wealth dynamics that stay bounded and stable, including near the borrowing constraint.
Load-bearing premise
The whole construction rests on the premise that a low-dimensional parameter vector, 26 spline coefficients in the first model and at most 200 parameters in the second, can represent all economically relevant information in the wealth distribution; if that projection discards moments that prices and value functions depend on, the computed equilibrium can be wrong even when the PDE residual is tiny.
Editorial extensions
If this is right
- If the central claim holds, continuous-time OLG models with aggregate risk move from unsolved to tractable: both model variants converge within 24 hours on a single GPU.
- The same operator framework can be applied to other heterogeneous-agent models with aggregate risk, keeping finite-difference control over boundary conditions while remaining grid-free in the high-dimensional distribution.
- The reported residuals and stable simulations imply the method captures individual dynamics near the borrowing constraint, an aspect earlier master-equation approximations found difficult.
- Enforcing concavity in wealth through learned second derivatives prevents the non-monotone policy functions that unrestricted training produced.
Reading between the lines
- A natural test of the compression step would be to compare equilibrium prices from the operator with prices from a high-fidelity simulation that tracks the full distribution on a smaller state space; large discrepancies would localize information lost by the parameterization.
- If the low-dimensional representation is valid, the same operator idea should extend to models with more idiosyncratic states or multiple assets, where the distribution derivative would remain computable as long as the compression is fast enough.
- The paper's freedom to choose the distribution representation, splines for the generational wealth function versus exponentiated polynomials with displacement interpolation for the full density, gives a practical way to ask which features of the wealth distribution actually matter for prices, though the paper does not run that comparison.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a computational framework, the finite-difference neural operator, for solving continuous-time overlapping-generations (OLG) models with aggregate and idiosyncratic risk. Equilibrium is characterized by a master equation on the joint distribution of age, wealth, and productivity; the distribution is projected onto a finite-dimensional parameter vector that feeds a neural network, which outputs finite-difference values of the conditional value function. The authors demonstrate the method in two calibrations: one with aggregate risk only, where the distribution reduces to a generational wealth function represented by 26 spline coefficients, and one with both aggregate and idiosyncratic risk, where a 61,910-point density is compressed to at most 200 parameters. They report low master-equation residuals, bounded simulated wealth dynamics, and training times of 8 and 22 hours on an H200 GPU, and they claim to provide the first solution of a continuous-time stochastic OLG model with aggregate risk.
Significance. If the claims are substantiated, the paper would make a useful methodological contribution by bringing master-equation techniques from mean-field games to OLG models, combining neural operators with upwind finite-difference schemes, and enforcing shape constraints and boundary conditions in a way that addresses known difficulties near borrowing constraints. The two applications are nontrivial and the numerical results, if validated independently, would demonstrate a practical global solution method for a class of models that is currently very hard to solve. However, the present manuscript is explicitly preliminary and incomplete: several appendices containing the central derivation and the calibration details are marked 'TO BE COMPLETED', and the reported accuracy measure coincides with the training objective. The paper also provides no evidence on the error introduced by the distributional compression, which is load-bearing for the method. The core idea is promising, but the evidence as written does not yet support the central claim that the method solves these models to satisfactory accuracy.
major comments (5)
- [Appendix D, Eqs. (21) and (25)] The master equation is the central equilibrium characterization, but its formal derivation is deferred to Appendix D, which is marked 'TO BE COMPLETED'. The functional derivative term and the transport operator are load-bearing for both applications, and the reader cannot verify from the current text that equations (21) and (25) follow from the model in Section 3, including the treatment of bequest flows, the death process, and the borrowing constraint. A complete derivation, or a precise citation to a theorem with conditions under which this characterization is valid, must be supplied before the numerical results can be interpreted as solving the model.
- [Sections 4.4 and 5.4, accuracy measures] The reported accuracy (mean residuals 0.0008 and 0.0005, 99.9th percentiles 0.0045 and 0.0068) is computed as the residual of the master equation evaluated on simulated compressed distributions, which is the same squared residual that is minimized during training in Sections 4.3 and 5.3. Low values of this residual therefore only show that the optimizer found a low-loss point of the same functional; they do not, by themselves, establish that the approximate value function satisfies the economic equilibrium conditions. Please provide an independent validation, for example Euler-equation errors, market-clearing and bequest-accounting checks on simulated paths, or a benchmark against a known solution in a simplified version of the model, together with a convergence study over training epochs and network sizes.
- [Sections 4.3, 5.3, and Appendix E, distribution compression] The method replaces the infinite-dimensional wealth distribution with n=26 linear spline coefficients in the aggregate-risk case, and with at most n=200 parameters obtained from 61,910 grid values via age-slice approximation, exponentiated polynomials, and displacement interpolation in the idiosyncratic-risk case. No reconstruction error, no moment error, and no sensitivity analysis with respect to n are reported, even though the master equation is evaluated only on the compressed state gamma or m_gamma. The displacement interpolation between age slices in Appendix E imposes that conditional distributions move along Wasserstein geodesics, but the true dynamics have a kink at retirement, mass at the borrowing constraint, and bequest inflows, so this is an economic restriction rather than an innocuous numerical detail. Please provide evidence that the compression preserves the moments that determine prices and value functions (for instance aggregate capital and bequest flows) and demonstrate robustness of the solution to the choice of n and to the projection method.
- [Appendices A.2, B.2, C.2, and C.3, calibration and reference solution] The internal calibration of the discount rate, bequest parameters, and the reference value function used to initialize and train the neural operator is described only in sections marked 'TO BE COMPLETED', and the untargeted age-wealth shares in Table 3 are presented without the supporting calibration results. Since the numerical method in Sections 4.3 and 5.3 is initialized from and trained against this reference solution, the missing calibration details are necessary to reproduce and assess the reported equilibrium. Please complete these sections or clearly state the calibrated values and their targets in the main text.
- [Section 5.4 and Figures 5-6, simulation stability] The claim of 'substantial but stable dynamics' is based on long simulations of the approximate model, but no quantitative definition of stability is provided. The text reports that aggregate capital realizes within approximately [3,8] in a footnote, but gives no time horizon, no number of Monte Carlo draws, no check of stationarity, and no analysis of whether the simulated paths remain in the training domain. Please add a formal stability analysis, including bounds, tail behavior, and a comparison of the simulated ergodic distribution over independent long runs.
minor comments (5)
- [Section 5.4, footnote 20] The phrase 'As in the case without aggregate risk' should presumably read 'As in the case without idiosyncratic risk', since the comparison is with Section 4.
- [Figure 4 caption] The caption says 'for the model with aggregate risk', but the figure describes the model with both aggregate and idiosyncratic risk; please correct the caption.
- [Section 3 structure] Section 3 appears to contain only Subsection 3.1; please check the numbering of the section and its subsections.
- [Tables 1 and 2, degenerate Markov chain notation] In Table 1, the entries epsilon=1.0 and Q_epsilon=[-0.0] are not standard notation for a degenerate Markov chain; please clarify or replace with a statement that the idiosyncratic state is constant.
- [References] The reference to Moll (2025) in the introduction lacks complete publication information; please provide the full reference or remove the citation until it is available.
Circularity Check
No circularity found: the aggregate-risk solution is obtained by minimizing master-equation residuals, while calibration and reference solutions come from independent lower-dimensional models; the distribution compression is an approximation assumption, not a self-referential definition.
full rationale
I walked the derivation chain. The master equations (21) and (25) are posed as equilibrium conditions in the value function and distribution; the finite-difference neural operator is a numerical ansatz trained by minimizing the squared PDE residual. The reported accuracy is the same residual measured on simulated paths, so it is an internal consistency check rather than an external benchmark, but it is not a case where a fitted parameter is renamed as a prediction: the residual is the equation's own error measure, and no separate derived quantity is claimed to be predicted from fitted inputs. The distribution compression (n=26 splines for g in Sec. 4.3; the age-slice, exponentiated-polynomial and displacement-interpolation reduction in Sec. 5.3 and App. E) is an approximation assumption. It could be wrong—the paper reports no projection error or sensitivity analysis—but that is a correctness or robustness risk, not circularity, because the reduced representation is not defined in terms of the target equilibrium object. Calibration of preferences and bequest parameters is performed in the deterministic model (Sec. 4.2, App. A) or the idiosyncratic-risk-only model (Sec. 5.2, App. B), which do not use the aggregate-risk solution as an input. The only self-citation is reliance on Achdou et al. (2022) for upwind finite differences in the reference solutions; this is a published, externally established method and therefore independent support rather than a load-bearing circular citation. I find no step in which a claimed prediction reduces to its own input by construction.
Assumptions & free parameters
free parameters (8)
- discount rate rho =
0.0241 (aggregate risk only); 0.068 (with idiosyncratic risk)
- bequest desirability phi1 =
-7.4 (aggregate risk only); -26.0 (with idiosyncratic risk)
- bequest luxury parameter phi2 =
5.0 (aggregate risk only); 6.1 (with idiosyncratic risk)
- aggregate TFP realizations Gamma(Z) =
{0.95, 1.05}
- depreciation realizations delta(Z) =
{0.08, 0.12}
- aggregate transition rates QZ =
matrix in Tables 1 and 2
- parent-age distribution p(a) =
symmetric density between ages 20 and 40
- retirement age and contribution rate =
65 and 0.12
assumptions (4)
- ad hoc to paper The equilibrium of the OLG economy is characterized by the master equation (21) or (25), including the functional derivative term with respect to the distribution.
- domain assumption The value function depends on the distribution only through a finite-dimensional projection, such as spline coefficients or reduced density parameters.
- ad hoc to paper Stochastic gradient descent on PDE residuals finds a parameter vector with small loss, and small loss implies small equilibrium error.
- standard math Standard finite-difference and optimal-transport tools, including displacement interpolation, apply to the constructed densities.
Cite this review
Pith. "Pith review of Mastering Stochastic OLG Models in Continuous Time." pith.science (2026). https://pith.science/paper/6Y2T7CXC
@misc{pith2026260811134,
author = {Pith},
title = {Pith review of: Mastering Stochastic OLG Models in Continuous Time},
year = {2026},
howpublished = {\url{https://pith.science/paper/6Y2T7CXC}},
note = {Machine review of arXiv:2608.11134}
}
read the original abstract
We propose a comprehensive framework for solving overlapping-generations (OLG) models in continuous time with both idiosyncratic and aggregate risk. Our general characterization of equilibrium through the master equation operates on the joint distribution over the continuous idiosyncratic states, age and wealth. Our computational strategy is to take a finite-dimensional representation of this distribution as an input of a neural net which in turn outputs a finite-difference representation of the (conditional) value function. This idea can be applied generally to heterogeneous agent models with aggregate risk, and we call it finite-difference neural operator. Our method combines advantages from modern neural nets and traditional finite-difference methods: It is grid-free in the high-dimensional distribution, and retains control on boundary conditions in low-dimensional state variables. Moreover, our method is able to enforce shape constraints. We showcase its flexibility by solving a continuous-time OLG model with aggregate risk alone where we characterize the distribution by its supporting function; and to an OLG model with both types of risk.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[1]
Barron, Jonathan T. , month = apr, year =. Continuously. doi:10.48550/arXiv.1704.07483 , abstract =
-
[2]
Brumm, Johannes and Hußmann, Jakob , month = dec, year =. Public. doi:10.2139/ssrn.4510125 , abstract =
-
[3]
Mathematics and Financial Economics , author =
Stochastic analysis of overlapping generations models under incomplete markets , issn =. Mathematics and Financial Economics , author =. 2026 , keywords =. doi:10.1007/s11579-026-00418-5 , abstract =
-
[5]
Journal of Economic Dynamics and Control , author =
Smolyak method for solving dynamic economic models:. Journal of Economic Dynamics and Control , author =. 2014 , keywords =. doi:10.1016/j.jedc.2014.03.003 , abstract =
-
[6]
Brumm, Johannes and Hußmann, Jakob , year =. Tensor-
-
[7]
Eftekhari, Aryan and Scheidegger, Simon , month = jun, year =. High-. SIAM Journal on Scientific Computing , publisher =. doi:10.1137/21M1392231 , abstract =
-
[8]
Li, Zongyi and Kovachki, Nikola and Azizzadenesheli, Kamyar and Liu, Burigede and Bhattacharya, Kaushik and Stuart, Andrew and Anandkumar, Anima , month = mar, year =. Neural. doi:10.48550/arXiv.2003.03485 , abstract =
-
[9]
Yang, Yucheng and Wang, Chiyuan and Schaab, Andreas and Moll, Benjamin , year =. Structural. doi:10.48550/arXiv.2512.18892 , abstract =
Show all 192 references
-
[10]
The Review of Financial Studies , author =
Machine. The Review of Financial Studies , author =. 2024 , pages =. doi:10.1093/rfs/hhae043 , abstract =
2024 doi
-
[11]
Quantitative Economics , author =
A machine learning projection method for macro-finance models , volume =. Quantitative Economics , author =. 2024 , keywords =. doi:10.3982/QE1403 , abstract =
2024 doi
-
[13]
The Review of Economic Studies , author =
The. The Review of Economic Studies , author =. 2025 , pages =. doi:10.1093/restud/rdae011 , abstract =
2025 doi
-
[14]
Wavelet neural operator: a neural operator for parametric partial differential equations , shorttitle =
Tripura, Tapas and Chakraborty, Souvik , month = may, year =. Wavelet neural operator: a neural operator for parametric partial differential equations , shorttitle =. doi:10.48550/arXiv.2205.02191 , abstract =
-
[15]
Doklady Mathematics , author =
Spectral. Doklady Mathematics , author =. 2023 , keywords =. doi:10.1134/S1064562423701107 , abstract =
2023 doi
- [16]
- [17]
-
[18]
Operator
Zhong, Yaolang , year =. Operator
-
[19]
Institutional
Gopalakrishna, Goutham and Gu, Zhouzhou and Payne, Jonathan , year =. Institutional
-
[20]
Generative
Kase, Hanno and Rottner, Matthias and Stohler, Fabio , year =. Generative
-
[21]
Acta Mathematica , author =
The geometry of optimal transportation , volume =. Acta Mathematica , author =. 1996 , pages =. doi:10.1007/BF02392620 , language =
1996 doi
- [22]
- [23]
-
[24]
He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian , month = dec, year =. Delving. 2015. doi:10.1109/ICCV.2015.123 , urldate =
2015 doi
- [25]
-
[26]
, editor =
Anderson, William J. , editor =. Continuous-. doi:10.1007/978-1-4612-3038-0 , urldate =
-
[27]
Chung, Kai Lai , year =. Markov. doi:10.1007/978-3-642-49686-8 , language =
-
[28]
Berner, Julius and Grohs, Philipp and Kutyniok, Gitta and Petersen, Philipp , editor =. The. Mathematical. 2022 , pages =. doi:10.1017/9781009025096.002 , urldate =
2022 doi
-
[29]
Sargent, Thomas J , month = mar, year =. Bounded. doi:10.1093/oso/9780198288640.001.0001 , abstract =
- [30]
-
[31]
Cardaliaguet, Pierre and Delarue, François and Lasry, Jean-Michel and Lions, Pierre-Louis , month = aug, year =. The. doi:10.23943/princeton/9780691190716.001.0001 , language =
-
[32]
Continuous-time
Pham, Huyên , year =. Continuous-time. doi:10.1007/978-3-540-89500-8 , language =
-
[33]
Druedahl, Jeppe and Røpke, Jacob and Huleux, Raphaël , year =. Fiscal
-
[34]
Payne, Jonathan and Rebei, Adam and Yang, Yucheng , year =. Deep. doi:10.2139/ssrn.4768566 , abstract =
-
[35]
doi:10.2139/ssrn.3848657 , abstract =
Gopalakrishna, Goutham and Wu, Yuntao , year =. doi:10.2139/ssrn.3848657 , abstract =
-
[36]
Azinovic-Yang, Marlon and Žemlička, Jan , month = mar, year =. Deep. doi:10.48550/arXiv.2509.13623 , abstract =
-
[37]
Journal of Economic Dynamics and Control , author =
Solving the incomplete markets model with aggregate uncertainty using the. Journal of Economic Dynamics and Control , author =. 2010 , keywords =. doi:10.1016/j.jedc.2008.11.010 , abstract =
2010 doi
-
[38]
Intergenerational
Barcons, Sergi and Dávila, Eduardo and Schaab, Andreas , month = jan, year =. Intergenerational. doi:10.3386/w34616 , language =
-
[39]
Journal of Political Economy , author =
Welfare. Journal of Political Economy , author =. 2025 , pages =. doi:10.1086/736211 , language =
2025 doi
-
[40]
Journal of Public Economics , author =
What do bequests in married couples with a surviving spouse tell us about bequest motives? , volume =. Journal of Public Economics , author =. 2025 , pages =. doi:10.1016/j.jpubeco.2025.105333 , language =
2025
-
[41]
Introduction to
Thorpe, Matthew , year =. Introduction to
-
[42]
and Radul, Alexey Andreyevich and Siskind, Jeffrey Mark , year =
Baydin, Atilim Gunes and Pearlmutter, Barak A. and Radul, Alexey Andreyevich and Siskind, Jeffrey Mark , year =. Automatic differentiation in machine learning: a survey , copyright =. doi:10.48550/ARXIV.1502.05767 , abstract =
-
[43]
SIAM Journal on Numerical Analysis , author =
Mean. SIAM Journal on Numerical Analysis , author =. 2010 , pages =. doi:10.1137/090758477 , language =
2010 doi
-
[44]
and Caines, Peter E
Huang, Minyi and Malhamé, Roland P. and Caines, Peter E. , month = jan, year =. Large population stochastic dynamic games: closed-loop. Communications in Information & Systems , publisher =
- [45]
-
[46]
SIAM Journal on Applied Mathematics , author =
Entropic and. SIAM Journal on Applied Mathematics , author =. 2016 , pages =. doi:10.1137/16M1061382 , language =
2016 doi
-
[47]
Lecture notes on mean-field games , author =
-
[48]
Notes on
Cardaliaguet, Pierre , year =. Notes on
-
[49]
Santambrogio, Filippo , year =. Optimal. doi:10.1007/978-3-319-20828-2 , language =
-
[50]
Computing
Brumm, Johannes and Kubler, Felix and Scheidegger, Simon , editor =. Computing. Advances in. 2017 , pages =. doi:10.1017/9781108227223.007 , urldate =
2017 doi
-
[51]
The Economic Journal , author =
Intergenerational. The Economic Journal , author =. 2018 , pages =. doi:10.1111/ecoj.12535 , language =
2018 doi
-
[52]
American Economic Review , author =
Incidental. American Economic Review , author =. 2018 , keywords =. doi:10.1257/aer.20141651 , abstract =
2018 doi
-
[53]
Journal of Political Economy , author =
Why. Journal of Political Economy , author =. 2010 , pages =. doi:10.1086/651674 , language =
2010 doi
-
[54]
The Journal of Finance , author =
The. The Journal of Finance , author =. 2011 , note =. doi:10.1111/j.1540-6261.2010.01641.x , abstract =
2011
-
[55]
American Economic Review , author =
Estate. American Economic Review , author =. 2013 , keywords =. doi:10.1257/aer.103.3.489 , abstract =
2013 doi
-
[56]
The Quarterly Journal of Economics , author =
Progressive. The Quarterly Journal of Economics , author =. 2010 , pages =. doi:10.1162/qjec.2010.125.2.635 , abstract =
2010 doi
-
[57]
Econometrica , author =
A. Econometrica , author =. 2013 , note =. doi:10.3982/ECTA10712 , abstract =
2013 doi
-
[58]
Journal of Public Economics , author =
Simulating the transmission of wealth inequality via bequests , volume =. Journal of Public Economics , author =. 2001 , pages =. doi:10.1016/S0047-2727(00)00097-9 , abstract =
2001 doi
-
[59]
Journal of Economic Theory , author =
The law of large numbers with a continuum of. Journal of Economic Theory , author =. 1985 , pages =. doi:10.1016/0022-0531(85)90059-6 , language =
1985 doi
-
[60]
Journal of Mathematical Economics , author =
A theory of hyperfinite processes: the complete removal of individual uncertainty via exact. Journal of Mathematical Economics , author =. 1998 , pages =. doi:10.1016/S0304-4068(97)00036-0 , language =
1998 doi
-
[61]
Journal of Political Economy , author =
Long-. Journal of Political Economy , author =. 2020 , pages =. doi:10.1086/706686 , language =
2020 doi
-
[62]
Torres , month = may, year =
Borella, Margherita and De Nardi, Mariacristina and Yang, Fang and Chain, Johanna P. Torres , month = may, year =. Why. doi:10.3386/w33874 , language =
-
[63]
Journal of Economic Theory , author =
The exact law of large numbers via. Journal of Economic Theory , author =. 2006 , pages =. doi:10.1016/j.jet.2004.10.005 , language =
2006 doi
-
[64]
Economic Theory , author =
On existence of rich. Economic Theory , author =. 2010 , pages =. doi:10.1007/s00199-009-0458-9 , language =
2010 doi
-
[65]
, year =
Boserup, Simon Halphen and Kopczuk, Wojciech and Kreiner, Claus T. , year =. Intergenerational
-
[66]
American Economic Review , author =
The. American Economic Review , author =. 2016 , keywords =. doi:10.1257/aer.p20161036 , abstract =
2016 doi
-
[67]
The Review of Economic Studies , author =
To. The Review of Economic Studies , author =. 2007 , pages =. doi:10.1111/j.1467-937X.2007.00419.x , abstract =
2007 arXiv
-
[68]
Journal of the European Economic Association , author =
The (. Journal of the European Economic Association , author =. 2025 , pages =. doi:10.1093/jeea/jvae056 , abstract =
2025 doi
-
[69]
Review of Economic Dynamics , author =
Saving and wealth inequality , volume =. Review of Economic Dynamics , author =. 2017 , keywords =. doi:10.1016/j.red.2017.06.002 , abstract =
2017 doi
-
[70]
European Economic Review , author =
Bequests and heterogeneity in retirement wealth , volume =. European Economic Review , author =. 2014 , keywords =. doi:10.1016/j.euroecorev.2014.09.004 , abstract =
2014 doi
-
[71]
Journal of Monetary Economics , author =
Wealth inequality, family background, and estate taxation , volume =. Journal of Monetary Economics , author =. 2016 , keywords =. doi:10.1016/j.jmoneco.2015.10.005 , abstract =
2016 doi
-
[72]
Journal of Public Economics , author =
Inheritance and wealth inequality:. Journal of Public Economics , author =. 2018 , keywords =. doi:10.1016/j.jpubeco.2018.06.012 , abstract =
2018 doi
-
[73]
The Review of Economic Studies , author =
How. The Review of Economic Studies , author =. 2023 , pages =. doi:10.1093/restud/rdac016 , abstract =
2023 doi
-
[74]
Journal of Political Economy , author =
Parental. Journal of Political Economy , author =. 1997 , pages =. doi:10.1086/516388 , language =
1997 doi
-
[75]
Review of Economic Dynamics , author =
Bequests,. Review of Economic Dynamics , author =. 2002 , keywords =. doi:10.1006/redy.2002.0185 , abstract =
2002
-
[76]
SIAM Review , author =
Symplectic. SIAM Review , author =. 2016 , pages =. doi:10.1137/151002769 , abstract =
2016 doi
-
[77]
Economics Letters , author =
Finite state markov-chain approximations to univariate and vector autoregressions , volume =. Economics Letters , author =. 1986 , pages =. doi:10.1016/0165-1765(86)90168-0 , abstract =
1986 doi
-
[78]
Quantitative Economics , author =
Solving discrete time heterogeneous agent models with aggregate risk and many idiosyncratic states by perturbation , volume =. Quantitative Economics , author =. 2020 , note =. doi:10.3982/QE1243 , abstract =
2020 doi
-
[79]
Journal of Economic Dynamics and Control , author =
Solving heterogeneous-agent models with parameterized cross-sectional distributions , volume =. Journal of Economic Dynamics and Control , author =. 2008 , keywords =. doi:10.1016/j.jedc.2007.03.007 , abstract =
2008 doi
-
[80]
Jeux à champ moyen et contrôle optimal stochastique dans l’espace des mesures de probabilité
Bertucci, Charles , year =. Jeux à champ moyen et contrôle optimal stochastique dans l’espace des mesures de probabilité. , language =
-
[81]
Chebyshev
Rawitscher, George and dos Santos Filho, Victo and Peixoto, Thiago Carvalho , editor =. Chebyshev. An. 2018 , pages =. doi:10.1007/978-3-319-42703-4_5 , abstract =
2018 doi
-
[82]
Convergence of
Rawitscher, George and dos Santos Filho, Victo and Peixoto, Thiago Carvalho , editor =. Convergence of. An. 2018 , pages =. doi:10.1007/978-3-319-42703-4_4 , abstract =
2018 doi
-
[83]
Rawitscher, George and dos Santos Filho, Victo and Peixoto, Thiago Carvalho , editor =. Finite. An. 2018 , pages =. doi:10.1007/978-3-319-42703-4_2 , abstract =
2018 doi
-
[84]
Galerkin and
Rawitscher, George and dos Santos Filho, Victo and Peixoto, Thiago Carvalho , editor =. Galerkin and. An. 2018 , keywords =. doi:10.1007/978-3-319-42703-4_3 , abstract =
2018 doi
-
[85]
Journal of the European Economic Association , author =
Self-justified equilibria:. Journal of the European Economic Association , author =. 2025 , pages =. doi:10.1093/jeea/jvaf062 , abstract =
2025 doi
-
[86]
Acta Applicandae Mathematica , author =
Piecewise. Acta Applicandae Mathematica , author =. 2004 , keywords =. doi:10.1023/B:ACAP.0000031200.76583.75 , abstract =
2004
-
[87]
Bäuerle, Nicole and Rieder, Ulrich , year =. Markov. doi:10.1007/978-3-642-18324-9 , language =
-
[88]
Sargent, Thomas J and Stachurski, John , year =. Dynamic. doi:10.1017/9781009540780 , abstract =
-
[89]
, year =
Phillips, George M. , year =. Interpolation and approximation by polynomials , isbn =
-
[90]
Taming the
Fernandez-Villaverde, Jesus and Nuño, Galo and Perla, Jesse , month = dec, year =. Taming the
-
[91]
and Fernández-Villaverde, Jesús and Gomez-Cardona, Sebastian and Perla, Jesse and Rosa, Jan , month = aug, year =
Kahou, Mahdi E. and Fernández-Villaverde, Jesús and Gomez-Cardona, Sebastian and Perla, Jesse and Rosa, Jan , month = aug, year =. Spooky. doi:10.3386/w32850 , abstract =
-
[92]
Achdou, Yves and Laurière, Mathieu , editor =. Mean. Mean. 2020 , pages =. doi:10.1007/978-3-030-59837-2_4 , abstract =
2020 doi
-
[93]
Econometrica , author =
Price. Econometrica , author =. 2023 , pages =. doi:10.3982/ECTA20797 , abstract =
2023 doi
-
[94]
Finance and Stochastics , author =
A class of short-term models for the oil industry that accounts for speculative oil storage , volume =. Finance and Stochastics , author =. 2022 , keywords =. doi:10.1007/s00780-022-00481-y , abstract =
2022 doi
-
[95]
Soner, Halil Mete , month = nov, year =. Optimal. SIAM Journal on Control and Optimization , publisher =. doi:10.1137/0324067 , abstract =
-
[96]
Soner, Halil Mete , month = may, year =. Optimal. SIAM Journal on Control and Optimization , publisher =. doi:10.1137/0324032 , abstract =
-
[97]
doi:10.1145/3620665.3640366 , booktitle =
Ansel, Jason and Yang, Edward and He, Horace and Gimelshein, Natalia and Jain, Animesh and Voznesensky, Michael and Bao, Bin and Bell, Peter and Berard, David and Burovski, Evgeni and Chauhan, Geeta and Chourdia, Anjali and Constable, Will and Desmaison, Alban and DeVito, Zach...
-
[98]
Quantitative Economics , author =
Merging simulation and projection approaches to solve high-dimensional problems with an application to a new. Quantitative Economics , author =. 2015 , keywords =. doi:10.3982/QE364 , abstract =
2015 doi
-
[99]
Intergenerational
Barcons, Sergi and Dávila, Eduardo and Schaab, Andreas , year =. Intergenerational
-
[100]
Existence and
Dognini, Leandro Lyra Braga , year =. Existence and
-
[101]
Intergenerational
Azinovic, Marlon and Žemlička, Jan , month = jan, year =. Intergenerational
-
[102]
Moll, Benjamin , year =. The
- [103]
- [104]
- [105]
-
[106]
Bilal, Adrien , month = oct, year =. Solving. doi:10.3386/w31103 , abstract =
- [107]
-
[108]
Exploiting
Ebrahimi Kahou, Mahdi and Fernández-Villaverde, Jesús and Perla, Jesse and Sood, Arnav , month = jul, year =. Exploiting. doi:10.3386/w28981 , abstract =
-
[109]
Recursive
Bommier, Antoine and Harenberg, Daniel and Le Grand, Francois , month = jan, year =. Recursive. doi:10.2139/ssrn.2867570 , abstract =
-
[110]
Recursive
Bommier, Antoine and Harenberg, Daniel and Le Grand, Francois and O’Dea, Cormac , month = may, year =. Recursive. doi:10.2139/ssrn.3592883 , abstract =
-
[111]
Consumption,
Straub, Ludwig , year =. Consumption,
-
[112]
Approximating
Proehl, Elisabeth , month = jun, year =. Approximating. doi:10.2139/ssrn.2620937 , abstract =
-
[113]
Bonnmann, Niklas and Proehl, Elisabeth , year =. A
- [114]
-
[115]
Achdou, Yves and Lasry, Jean-Michel and Lions, Pierre-Louis , year =
-
[116]
Monotone solutions for mean field games master equations : continuous state space and common noise , shorttitle =
Bertucci, Charles , month = oct, year =. Monotone solutions for mean field games master equations : continuous state space and common noise , shorttitle =. doi:10.48550/arXiv.2107.09531 , abstract =
- [117]
-
[118]
Okahata, Nobuhide , year =. An
-
[119]
Estimating
Kase, Hanno and Melosi, Leonardo and Rottner, Matthias , year =. Estimating
-
[120]
and Peterson, Todd E
Albert, Samuel and Cockburn, Bernardo and French, Donald A. and Peterson, Todd E. , year =. A. Mathematics of Computation , publisher =
-
[121]
Journal of Economic Theory , author =
Projection methods for solving aggregate growth models , volume =. Journal of Economic Theory , author =. 1992 , pages =. doi:10.1016/0022-0531(92)90061-L , abstract =
1992 doi
-
[122]
Econometrica , author =
Accuracy of. Econometrica , author =. 2000 , note =. doi:10.1111/1468-0262.00165 , abstract =
2000
-
[123]
Mathematische Annalen , author =
Über die partiellen. Mathematische Annalen , author =. 1928 , pages =. doi:10.1007/BF01448839 , language =
1928 doi
-
[124]
Communications on Pure and Applied Mathematics , author =
On the solution of nonlinear hyperbolic differential equations by finite differences , volume =. Communications on Pure and Applied Mathematics , author =. 1952 , pages =. doi:10.1002/cpa.3160050303 , language =
1952 doi
-
[125]
Functional analysis , isbn =
Rudin, Walter , year =. Functional analysis , isbn =
-
[126]
Real and complex analysis , isbn =
Rudin, Walter , year =. Real and complex analysis , isbn =
-
[127]
Grundwissen
Brokate, Martin and Henze, Norbert and Hettlich, Frank and Meister, Andreas and Schranz-Kirlinger, Gabriela and Sonar, Thomas , year =. Grundwissen
-
[128]
Transactions of the American Mathematical Society , author =
Hamilton-. Transactions of the American Mathematical Society , author =. 1990 , pages =. doi:10.1090/S0002-9947-1990-0951880-0 , language =
1990 doi
-
[129]
Transactions of the American Mathematical Society , author =
Viscosity solutions of. Transactions of the American Mathematical Society , author =. 1983 , keywords =. doi:10.1090/S0002-9947-1983-0690039-8 , language =
1983 doi
-
[130]
The Review of Economic Studies , author =
Wealth. The Review of Economic Studies , author =. 2004 , pages =. doi:10.1111/j.1467-937X.2004.00302.x , abstract =
2004 arXiv
-
[131]
SSRN Electronic Journal , author =
Breaking the. SSRN Electronic Journal , author =. doi:10.2139/ssrn.4649043 , abstract =
-
[132]
Contribution à l’étude de l’équation maitresse des jeux à champ moyen , language =
-
[133]
Neural Networks , author =
Tackling the curse of dimensionality with physics-informed neural networks , volume =. Neural Networks , author =. 2024 , keywords =. doi:10.1016/j.neunet.2024.106369 , abstract =
2024
-
[134]
Journal of Computational Physics , author =
Physics-informed neural networks:. Journal of Computational Physics , author =. 2019 , keywords =. doi:10.1016/j.jcp.2018.10.045 , abstract =
2019 doi
-
[135]
Lim, Kart Leong and Dutta, Rahul and Rotaru, Mihai , month = oct, year =. Physics. 2022. doi:10.1109/SMC53654.2022.9945171 , abstract =
2022
-
[136]
and Pakzad, Shamim N
Shi, Zheng and Gulgec, Nur Sila and Berahas, Albert S. and Pakzad, Shamim N. and Takáč, Martin , month = dec, year =. Finite. 2020 19th. doi:10.1109/ICMLA51294.2020.00029 , abstract =
2020
-
[137]
Econometrica , author =
Financial. Econometrica , author =. 2023 , note =. doi:10.3982/ECTA18180 , abstract =
2023 doi
-
[138]
Mathematical Finance , author =
Convex duality for. Mathematical Finance , author =. 2018 , note =. doi:10.1111/mafi.12168 , abstract =
2018 doi
-
[139]
, month = apr, year =
Golosov, Mikhail and Lucas, Robert E. , month = apr, year =. Menu. Journal of Political Economy , publisher =. doi:10.1086/512625 , abstract =
-
[140]
and Dupuis, Paul , year =
Kushner, Harold J. and Dupuis, Paul , year =. Numerical. doi:10.1007/978-1-4613-0007-6 , urldate =
-
[141]
, month = oct, year =
Krusell, Per and Smith, Anthony A., Jr. , month = oct, year =. Income and. Journal of Political Economy , publisher =. doi:10.1086/250034 , abstract =
-
[142]
Mathematical Finance , author =
Stability of the. Mathematical Finance , author =. 2024 , note =. doi:10.1111/mafi.12434 , abstract =
2024 doi
-
[143]
Finance and Stochastics , author =
The infinite-horizon investment–consumption problem for. Finance and Stochastics , author =. 2023 , keywords =. doi:10.1007/s00780-022-00495-6 , abstract =
2023 doi
-
[144]
Gârleanu, Nicolae and Panageas, Stavros , month = jun, year =. Young,. Journal of Political Economy , publisher =. doi:10.1086/680996 , abstract =
-
[145]
The Journal of Finance , author =
Risk-. The Journal of Finance , author =. 2022 , note =. doi:10.1111/jofi.13139 , abstract =
2022 doi
-
[146]
1992 , pages =
Journal of Mathematical Economics , author =. 1992 , pages =. doi:10.1016/0304-4068(92)90028-6 , abstract =
1992 doi
-
[147]
, year =
Epstein, Larry G. , year =. The. Econometrica , publisher =. doi:10.2307/1913239 , abstract =
-
[148]
Finance and Stochastics , author =
Consumption-portfolio optimization with recursive utility in incomplete markets , volume =. Finance and Stochastics , author =. 2013 , keywords =. doi:10.1007/s00780-012-0184-1 , abstract =
2013 doi
-
[149]
Journal of Economic Dynamics and Control , author =
Comparison of solutions to the incomplete markets model with aggregate uncertainty , volume =. Journal of Economic Dynamics and Control , author =. 2010 , keywords =. doi:10.1016/j.jedc.2008.12.010 , abstract =
2010 doi
-
[150]
Journal of Computational Science , author =
Machine learning for high-dimensional dynamic stochastic economies , volume =. Journal of Computational Science , author =. 2019 , keywords =. doi:10.1016/j.jocs.2019.03.004 , abstract =
2019 doi
-
[151]
Journal of Economic Theory , author =
Optimal consumption and savings with stochastic income and recursive utility , volume =. Journal of Economic Theory , author =. 2016 , keywords =. doi:10.1016/j.jet.2016.04.002 , abstract =
2016 doi
-
[152]
, year =
Duffie, Darrell and Epstein, Larry G. , year =. Asset. The Review of Financial Studies , publisher =
-
[153]
The Quarterly Journal of Economics , author =
Nonexpected. The Quarterly Journal of Economics , author =. 1990 , pages =. doi:10.2307/2937817 , abstract =
1990 doi
-
[154]
and Porteus, Evan L
Kreps, David M. and Porteus, Evan L. , year =. Temporal. Econometrica , publisher =. doi:10.2307/1913656 , abstract =
-
[155]
and Zin, Stanley E
Epstein, Larry G. and Zin, Stanley E. , year =. Substitution,. Econometrica , publisher =. doi:10.2307/1913778 , abstract =
-
[156]
, year =
Duffie, Darrell and Epstein, Larry G. , year =. Stochastic. Econometrica , publisher =. doi:10.2307/2951600 , abstract =
-
[157]
American Economic Review , author =
Public. American Economic Review , author =. 2019 , keywords =. doi:10.1257/aer.109.4.1197 , abstract =
2019 doi
-
[158]
Journal of Economic Theory , author =
On capital overaccumulation in the aggregative, neoclassical model of economic growth:. Journal of Economic Theory , author =. 1972 , pages =. doi:10.1016/0022-0531(72)90149-4 , language =
1972 doi
-
[159]
Guéant, Olivier and Lasry, Jean-Michel and Lions, Pierre-Louis , editor =. Mean. Paris-. 2011 , keywords =. doi:10.1007/978-3-642-14660-2_3 , abstract =
2011 doi
-
[160]
The Review of Economic Studies , author =
Evaluating. The Review of Economic Studies , author =. 2018 , pages =. doi:10.1093/restud/rdx036 , abstract =
2018 doi
-
[161]
SSRN Electronic Journal , author =
Dynamic. SSRN Electronic Journal , author =. doi:10.2139/ssrn.4125702 , language =
-
[162]
SSRN Electronic Journal , author =
Micro and. SSRN Electronic Journal , author =. doi:10.2139/ssrn.4099000 , abstract =
-
[163]
The Quarterly Journal of Economics , author =
A. The Quarterly Journal of Economics , author =. 2014 , pages =. doi:10.1093/qje/qju024 , abstract =
2014 doi
-
[164]
Santambrogio, Filippo , editor =. Lecture. Mean. 2020 , pages =. doi:10.1007/978-3-030-59837-2_2 , abstract =
2020 doi
-
[165]
Cardaliaguet, Pierre and Porretta, Alessio , editor =. An. Mean. 2020 , pages =. doi:10.1007/978-3-030-59837-2_1 , abstract =
2020 doi
-
[166]
Delarue, François , editor =. Master. Mean. 2020 , pages =. doi:10.1007/978-3-030-59837-2_3 , abstract =
2020 doi
-
[167]
Probabilistic
Carmona, René and Delarue, François , year =. Probabilistic. doi:10.1007/978-3-319-58920-6 , urldate =
-
[168]
Grundwissen
Arens, Tilo and Busam, Rolf and Hettlich, Frank and Karpfinger, Christian and Stachel, Hellmuth , year =. Grundwissen
-
[169]
American Economic Journal: Macroeconomics , author =
When. American Economic Journal: Macroeconomics , author =. 2024 , keywords =. doi:10.1257/mac.20230154 , abstract =
2024 doi
-
[170]
International Economic Review , author =
Idiosyncratic. International Economic Review , author =. 2019 , pages =. doi:10.1111/iere.12365 , abstract =
2019 doi
-
[171]
American Economic Review , author =
National. American Economic Review , author =. 1965 , pages =
1965
-
[172]
Journal of Political Economy , author =
An. Journal of Political Economy , author =. 1958 , pages =. doi:10.1086/258100 , number =
1958 doi
-
[173]
Computer Methods in Applied Mechanics and Engineering , author =
A comprehensive and fair comparison of two neural operators (with practical extensions) based on. Computer Methods in Applied Mechanics and Engineering , author =. 2022 , keywords =. doi:10.1016/j.cma.2022.114778 , abstract =
2022
-
[174]
Journal of Economic Dynamics and Control , author =
Computing equilibrium in. Journal of Economic Dynamics and Control , author =. 2004 , keywords =. doi:10.1016/S0165-1889(03)00111-8 , abstract =
2004 doi
-
[175]
American Economic Review , author =
Pareto-. American Economic Review , author =. 2006 , keywords =. doi:10.1257/aer.96.3.737 , abstract =
2006 doi
-
[176]
Journal of Economic Dynamics and Control , author =
Pseudospectral methods for continuous-time heterogeneous-agent models , volume =. Journal of Economic Dynamics and Control , author =. 2024 , keywords =. doi:10.1016/j.jedc.2024.104856 , abstract =
2024
-
[177]
GAMM-Mitteilungen , author =
Three ways to solve partial differential equations with neural networks —. GAMM-Mitteilungen , author =. 2021 , pages =. doi:10.1002/gamm.202100006 , abstract =
2021 doi
-
[178]
, volume =
Deep learning for solving dynamic economic models. , volume =. Journal of Monetary Economics , author =. 2021 , pages =. doi:10.1016/j.jmoneco.2021.07.004 , language =
2021 doi
-
[179]
Econometrica , author =
Using. Econometrica , author =. 2017 , pages =. doi:10.3982/ECTA12216 , language =
2017 doi
-
[180]
Econometrica , author =
Recursive. Econometrica , author =. 2017 , note =. doi:10.3982/ECTA13047 , abstract =
2017 doi
-
[181]
and Lucas, Robert E
Stokey, Nancy L. and Lucas, Robert E. , month = oct, year =. Recursive
-
[182]
Recursive macroeconomic theory , isbn =
Ljungqvist, Lars and Sargent, Thomas J , year =. Recursive macroeconomic theory , isbn =
-
[183]
Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences , author =
Partial differential equation models in macroeconomics , volume =. Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences , author =. 2014 , pages =. doi:10.1098/rsta.2013.0397 , abstract =
2014
-
[184]
Journal of Economic Dynamics and Control , author =
Multi-country real business cycle models:. Journal of Economic Dynamics and Control , author =. 2011 , pages =. doi:10.1016/j.jedc.2010.09.011 , abstract =
2011 doi
-
[185]
, month = oct, year =
Judd, Kenneth L. , month = oct, year =. Numerical
-
[186]
2021 , note =
Nature Machine Intelligence , author =. 2021 , note =. doi:10.1038/s42256-021-00302-5 , abstract =
2021 doi
-
[187]
Journal of Computational Physics , author =
Numerical approximation of singular forward-backward. Journal of Computational Physics , author =. 2022 , pages =. doi:10.1016/j.jcp.2022.111459 , language =
2022
-
[188]
The Review of Economic Studies , author =
Income and. The Review of Economic Studies , author =. 2022 , pages =. doi:10.1093/restud/rdab002 , abstract =
2022 doi
-
[189]
Japanese Journal of Mathematics , author =
Mean field games , volume =. Japanese Journal of Mathematics , author =. 2007 , pages =. doi:10.1007/s11537-007-0657-8 , abstract =
2007 doi
-
[190]
Convergence of approximation schemes for fully nonlinear second order equations , language =
Barles, G and Souganidis, P E , year =. Convergence of approximation schemes for fully nonlinear second order equations , language =
-
[191]
Journal of Economic Dynamics and Control , author =
Computational suite of models with heterogeneous agents. Journal of Economic Dynamics and Control , author =. 2011 , pages =. doi:10.1016/j.jedc.2010.09.010 , abstract =
2011 doi
-
[192]
2022 , pages =
International Economic Review , author =. 2022 , pages =. doi:10.1111/iere.12575 , abstract =
2022 doi
-
[193]
Journal of Economic Dynamics and Control , author =
Comparison of solutions to the multi-country. Journal of Economic Dynamics and Control , author =. 2011 , pages =. doi:10.1016/j.jedc.2010.09.013 , abstract =
2011 doi
-
[194]
, publisher =
Panel Study of Income Dynamics, public use dataset [restricted use data, if appropriate]. , publisher =
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.