REVIEW 4 major objections 5 minor 49 references
Neural Kolmogorov Equations: Parallelizable Learning of Stochastic Dynamics under General Noise
T0 review · 4 major / 5 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read Neural Kolmogorov Equations learn stochastic dynamics by modeling the evolution of probability densities rather than individual trajectories, enabling parallel-in-time training and recovery of general Lévy-type noise, including coupled Gaus
desk verdict A solid, original training scheme for neural SDEs via projected Kolmogorov operators, weakened only by overclaimed noise identifiability and unreported threshold parameters. 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 central mechanism is a Lagrangian Galerkin projection onto K Gaussian mixture components, which reduces the infinite-dimensional Kolmogorov forward generator to an ODE on the parameters (weights, means, covariances). The generator splits as A + D + J: advection transports means, diffusion spreads covariances, and the jump semigroup convolves the mixture with a learned conditional Gaussian mixture. Strang splitting (e^{Ls} ≈ e^{As/2} e^{Js} e^{Ds} e^{As/2}) is used to train each operator separately, making the training loss parallelizable in time and second-order accurate in the absence of jumps.
What would settle it
Simulate a compound-Poisson jump-diffusion where the jump scale equals the diffusion increment scale (e.g., jump standard deviation equals sqrt(dt) times the diffusion coefficient), train NKEs, and compare the learned drift, diffusion, and jump mixture to the ground truth. If the recovered parameters deviate systematically or the generated trajectory Wasserstein distance does not beat an Euler-Maruyama baseline, the jump-thresholding decomposition is the culprit.
Extended reading notes
Core claim
The core discovery is that the Kolmogorov Forward generator, decomposed into advection, diffusion, and jump components, can be learned as a neural operator on the finite-dimensional space of Gaussian mixtures, turning SDE identification into a deterministic regression problem on density moments. Advection is recovered from the mean dynamics of localized Gaussian clusters, diffusion from their covariance growth, and the jump semigroup from thresholded jump increments via conditional Gaussian mixture deconvolution. This operator-level formulation avoids the need for autoregressive simulation and naturally supports non-diagonal diffusion tensors and general jump laws.
Load-bearing premise
The method's separation of jumps from diffusion relies on jumps being visibly larger than ordinary random fluctuations at the observation time step; if a jump is about the same size as a typical diffusion increment, the split cannot be identified and both the learned jump semigroup and the advection–diffusion operator become biased.
Editorial extensions
If this is right
- NKEs can learn coupled, non-diagonal diffusion tensors without maximum-likelihood estimation, which is not possible with standard EM-based neural SDE training.
- Training is parallelizable across time steps because each loss term depends only on local clusters and finite differences, eliminating the need for autoregressive rollout.
- The same framework handles Gaussian and jump noise in one generative model, learning the jump distribution itself rather than assuming a fixed parametric family.
- On the paper's benchmarks, NKEs achieve lower mean, covariance, and Wasserstein errors than Euler-Maruyama matching, trajectory flow matching, and SDE-GAN baselines, while keeping training times comparable.
Reading between the lines
- Editorial inference: If the density-operator view is correct, the method could be extended to non-uniform sampling by learning the jump generator directly in a basis that supports the generator, although the paper notes this is out of reach for its Gaussian mixture representation.
- Editorial inference: The jump-thresholding assumption implies a stress test: performance should degrade gracefully as jump sizes shrink toward the diffusion scale; identifying that boundary would define the method's practical application envelope.
- Editorial inference: The same Lagrangian projection idea could be applied to other parametric families (e.g., Student-t or skewed mixtures) to handle fat tails or state-dependent jump distributions with less ill-posed projection.
- Editorial inference: Because the projection for K>1 Gaussian mixtures is non-unique, state-dependent jump learning may be the first place to fail in higher dimensions; regularizing the mixture parameters across the state space would be a natural extension.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Neural Kolmogorov Equations (NKEs), a method for learning stochastic dynamics from discretely observed trajectories by fitting the Kolmogorov forward generator rather than simulating SDE paths. The generator is projected onto a Gaussian-mixture manifold, yielding ODEs for the evolution of mixture means and covariances under advection and diffusion, plus a finite-time jump semigroup modeled by a mixture-density network. Training uses a Strang-splitting objective, with a MAD-based threshold detector to separate jump increments from advection–diffusion increments. Experiments on Lorenz, Black–Scholes, double-well jump-diffusion, and molecular-dynamics coarse-graining benchmarks compare NKEs with Euler–Maruyama, Trajectory Flow Matching, and SDE-GAN baselines on mean, covariance, and Wasserstein errors.
Significance. The core idea is attractive and potentially useful: formulating neural-SDE learning as moment evolution on probability densities is a principled way to avoid autoregressive trajectory simulation and to handle coupled (non-diagonal) Gaussian noise. The basic advection and diffusion moment identities (Eqs. 13–15 and 17–19) are correct, and Appendix C gives plausible, even if sketched, error bounds for short-time Gaussianity, small-jump diffusion approximation, and jump freezing. If the central claims were fully supported, the work would be a meaningful step beyond simulation-free Gaussian-noise SDE training. However, the paper's headline claim of learning general Lévy-type forcing directly is currently not supported: the jump/diffusion separation rests on an unreported threshold sensitivity, and the small-jump/diffusion equivalence (Prop. 4) implies an identifiability limitation that is not addressed. The experiments are also not consistently faster than the parallel EM baseline.
major comments (4)
- [§5.2.2, Eq. (31)] The jump detector threshold depends on κsens, but κsens is never reported and no sensitivity analysis is given. This is load-bearing because the entire two-stage training procedure first separates jump increments from advection–diffusion increments using this detector. For pure-Gaussian diffusion increments, a threshold at κsens=1 flags roughly 32% of increments as jumps; larger κsens will miss true jumps comparable to the diffusion scale. The paper must report the chosen κsens, justify it, and show that the learned diffusion and jump models are stable over a range of κsens. Without this, the benchmark numbers in Tables 1–4 are conditional on an undisclosed hyperparameter.
- [Appendix C.2, Prop. 4 and Eq. (20)] Proposition 4 shows that small jumps act, to O(ε^3), like an effective advection–diffusion with drift β=∫_{|y|<ε} y h(dy) and covariance γ=∫ yy^T h(dy). At any fixed observation scale, many different pairs (g, h^{<ε}) produce indistinguishable short-time semigroups, so the learned Lévy triplet is not identifiable from discretely sampled trajectories. This directly undermines the abstract's claim that NKEs 'learn general Lévy-type stochastic forcing directly.' The manuscript should either limit the claim to the identifiable equivalence class, or present a concrete identifiability analysis and a test showing that varying jump sizes around the diffusion scale does not materially change the recovered advection–diffusion operator.
- [Appendix B.3 and §7] The paper explicitly acknowledges that the projection onto Gaussian mixtures is non-unique and often ill-posed for K>1, and that this 'leads to discontinuities and poor convergence when learning complex jump patterns.' Yet the jump-learning step uses a Gaussian-mixture MDN with K_J components, i.e., K>1 projection. The manuscript does not report K_J, the component-pruning thresholds, or the covariance regularization mentioned in Appendix B.3.1. As a result, the jump semigroup in the double-well experiment (Table 3) is not a well-defined object. The authors need to specify the projection regularization and demonstrate that the learned jump law is stable under changes in K_J and initialization.
- [Tables 1–4, training time columns] The paper claims 'improved training efficiency,' but the reported training times do not support this against the Euler–Maruyama baseline: NKE is slower than EM in Table 1 (42.4 vs 33.9), Table 3 (1545 vs 1152), and Table 4 (323.1 vs 206.3); only in Table 2 is it faster (4.1 vs 35.7). If the claim is meant only relative to SDE-GAN, it should be stated as such. The efficiency argument should be reframed as parallel-in-time capability rather than wall-clock speed, or the comparison should be made on equal footing with the same hardware and implementation maturity.
minor comments (5)
- [Abstract and §7] The abstract's 'learn general Lévy-type stochastic forcing directly' is inconsistent with the limitations stated in §7 and with the identifiability issue raised in Appendix C.2. The wording should be softened or accompanied by the required identifiability conditions.
- [Appendix A] Typo: 'provie' should be 'provide' in the first paragraph of Appendix A.
- [Appendix E] Typo: 'Trajecotry Flow Matching' should be 'Trajectory Flow Matching'.
- [§5.4, Eq. (42)] The jump loss is written as a negative log-likelihood of target points under the convolved mixture. It would help to state explicitly that this is a conditional maximum-likelihood objective and to describe how the MDN's output covariances are constrained to be positive definite.
- [§4.4, Eq. (21)] The notation H^s for the finite-time jump distribution is introduced, but it is not immediately clear that H^s is a probability measure on jump sizes for the interval [t,t+s] and that the no-jump mass is included. A one-sentence clarification would improve readability.
Circularity Check
No circularity: NKE losses are direct moment-matching regressions on empirical data, and the identifiability limitations are explicitly acknowledged.
full rationale
I found no circular step. The derivation chain is: KFE semigroup -> Lagrangian Gaussian-mixture projection -> moment equations -> neural parameterizations -> moment-matching losses -> held-out evaluation. Each learned operator is fit to empirical moments or target clouds that do not encode the model output as an assumption. The MAD thresholding in Eq. 31 and the small-jump diffusion approximation in Prop. 4 are identifiability/modeling choices, not circular definitions; the paper explicitly states that undetected small jumps are modeled as effective diffusion ('In practice, any jumps too small to be detected will be modelled as effective diffusion, as discussed'), so there is no hidden equivalence between input and prediction. The limitations section also concedes that NKEs learn a fixed-step semigroup and that Gaussian-mixture projections for K>1 are non-unique; these reduce scope and correctness guarantees but do not make the derivation circular. References are to external classical results (Levy-Khintchine, Trotter/Strang splitting, MAD) with no self-citation chain, and the benchmarks use held-out test trajectories, so fitted parameters are not presented as predictions of the same data they were fit to.
Assumptions & free parameters
free parameters (3)
- κsens (jump detector sensitivity)
- κnn (nearest-neighbor cluster size)
- K_J (number of mixture components in jump MDN)
assumptions (6)
- standard math Lévy–Khintchine representation / Lévy-Itô decomposition of the SDE
- domain assumption Assumptions (A1)-(A3): drift/diffusion C^1 and uniformly Lipschitz; jump measures have bounded moments
- domain assumption Short-time Gaussian closure: e^{(A+D)s}G_{μ,Σ} ≈ G_{μ+sΔμ,Σ+sΔΣ}
- domain assumption Jump-freezing approximation at the Gaussian center (Eq. 23)
- domain assumption MAD jump detectability (Eq. 31)
- domain assumption Strang splitting (Eq. 27) is accurate for the operator ordering
Cite this review
Pith. "Pith review of Neural Kolmogorov Equations: Parallelizable Learning of Stochastic Dynamics under General Noise." pith.science (2026). https://pith.science/paper/XLCGLW5T
@misc{pith2026260719173,
author = {Pith},
title = {Pith review of: Neural Kolmogorov Equations: Parallelizable Learning of Stochastic Dynamics under General Noise},
year = {2026},
howpublished = {\url{https://pith.science/paper/XLCGLW5T}},
note = {Machine review of arXiv:2607.19173}
}
read the original abstract
Neural stochastic differential equations (SDEs) have emerged as powerful tools for learning noisy or stochastic dynamics directly from data; however, existing approaches largely assume uncoupled and continuous noise, limiting their applicability to realistic stochastic drivers, and often scale poorly in time, requiring expensive autoregressive training. To address these limitations, we propose Neural Kolmogorov Equations (NKEs), a deterministic, infinite-dimensional reformulation of Neural SDEs based on the Kolmogorov Forward equation, transforming the learning problem from modelling individual stochastic trajectories to modelling the evolution of probability densities. NKEs learn general L\'evy-type stochastic forcing directly through the operator structure of the KFE, and enable parallel-in-time training via a Lagrangian Galerkin projection and operator splitting. We evaluate NKEs on several stochastic benchmarks, including systems with coupled noise and jump processes, and verify that NKEs provide flexible models that accurately recover deterministic and stochastic dynamics with competitive predictive accuracy and improved training efficiency. Code and pretrained models will be released.
Figures
Figures from the paper (6 more)
Reference graph
Works this paper leans on
-
[1]
Ricky T. Q. Chen, Yulia Rubanova, Jesse Bettencourt, and David Duvenaud. Neural ordinary differential equations. InAdvances in Neural Information Processing Systems, volume 31, 2018
2018
-
[2]
Christopher Rackauckas, Yingbo Ma, Julius Martensen, Collin Warner, Kirill Zubov, Rohit Supekar, Dominic Skinner, Ali Ramadhan, and Alan Edelman. Universal differential equations for scientific machine learning.arXiv preprint arXiv:2001.04385, 2020
arXiv 2001
-
[3]
Cohen, Christoph Reisinger, and Sheng Wang
Samuel N. Cohen, Christoph Reisinger, and Sheng Wang. Arbitrage-free neural-SDE market models.Applied Mathematical Finance, 30(1):1–46, 2023
2023
-
[4]
FP-Diffusion: Improving score-based diffusion models by enforcing the underlying score Fokker–Planck equation
Chieh-Hsin Lai, Yuhta Takida, Naoki Murata, Toshimitsu Uesaka, Yuki Mitsufuji, and Stefano Ermon. FP-Diffusion: Improving score-based diffusion models by enforcing the underlying score Fokker–Planck equation. InProceedings of the 40th International Conference on Machine Learning, 2023
2023
-
[5]
Neural controlled differential equations for irregular time series
Patrick Kidger, James Morrill, James Foster, and Terry Lyons. Neural controlled differential equations for irregular time series. InAdvances in Neural Information Processing Systems, volume 33, 2020
2020
-
[6]
Xuechen Li, Ting-Kam Leonard Wong, Ricky T. Q. Chen, and David Duvenaud. Scalable gradients for stochastic differential equations. InProceedings of the 23rd International Confer- ence on Artificial Intelligence and Statistics, volume 108 ofProceedings of Machine Learning Research, 2020
2020
-
[7]
Neural SDEs as infinite-dimensional GANs
Patrick Kidger, James Foster, Xuechen Li, Harald Oberhauser, and Terry Lyons. Neural SDEs as infinite-dimensional GANs. InProceedings of the 38th International Conference on Machine Learning, volume 139 ofProceedings of Machine Learning Research, 2021
2021
-
[8]
Will Grathwohl, Ricky T. Q. Chen, Jesse Bettencourt, Ilya Sutskever, and David Duvenaud. FFJORD: Free-form continuous dynamics for scalable reversible generative models. InInterna- tional Conference on Learning Representations, 2019
2019
Show all 49 references
-
[9]
Denoising diffusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. In Advances in Neural Information Processing Systems, volume 33, pages 6840–6851, 2020
2020
-
[10]
Kingma, Abhishek Kumar, Stefano Ermon, and Ben Poole
Yang Song, Jascha Sohl-Dickstein, Diederik P. Kingma, Abhishek Kumar, Stefano Ermon, and Ben Poole. Score-based generative modeling through stochastic differential equations. In International Conference on Learning Representations, 2021
2021
-
[11]
Yaron Lipman, Ricky T. Q. Chen, Heli Ben-Hamu, Maximilian Nickel, and Matt Le. Flow matching for generative modeling. InInternational Conference on Learning Representations, 2023
2023
-
[12]
Kloeden and Eckhard Platen.Numerical Solution of Stochastic Differential Equations
Peter E. Kloeden and Eckhard Platen.Numerical Solution of Stochastic Differential Equations. Springer, 1992
1992
-
[13]
Trajectory flow matching with applications to clinical time series modelling
Xi Zhang, Yuan Pu, Yuki Kawamura, Andrew Loza, Yoshua Bengio, Dennis L Shung, and Alexander Tong. Trajectory flow matching with applications to clinical time series modelling. Advances in Neural Information Processing Systems, 37:107198–107224, 2024
2024
-
[14]
Naesseth
Grigory Bartosh, Dmitry Vetrov, and Christian A. Naesseth. SDE matching: Scalable and simulation-free training of latent stochastic differential equations. InProceedings of the 42nd International Conference on Machine Learning, volume 267 ofProceedings of Machine Learning Rese...
2025
-
[15]
Neural SDE: Stabilizing neural ODE networks with stochastic noise.arXiv preprint arXiv:1906.02355, 2019
Xuanqing Liu, Tesi Xiao, Si Si, Qin Cao, Sanjiv Kumar, and Cho-Jui Hsieh. Neural SDE: Stabilizing neural ODE networks with stochastic noise.arXiv preprint arXiv:1906.02355, 2019
1906 arXiv
-
[16]
Junteng Jia and Austin R. Benson. Neural jump stochastic differential equations. InAdvances in Neural Information Processing Systems, volume 32, 2019. 13
2019
-
[17]
Neural jump-diffusion temporal point processes
Shuai Zhang, Chuan Zhou, Yang Aron Liu, Peng Zhang, Xixun Lin, and Zhi-Ming Ma. Neural jump-diffusion temporal point processes. InProceedings of the 41st International Conference on Machine Learning, volume 235 ofProceedings of Machine Learning Research, pages 60541–60557, 2024
2024
-
[18]
Yulia Rubanova, Ricky T. Q. Chen, and David Duvenaud. Latent ODEs for irregularly-sampled time series. InAdvances in Neural Information Processing Systems, volume 32, 2019
2019
-
[19]
Convergence and stability analysis of neural stochastic differential equations with poisson jumps.Chaos, Solitons & Fractals, 2026
Qi Rong, Liang Yan, and Xiaojun Duan. Convergence and stability analysis of neural stochastic differential equations with poisson jumps.Chaos, Solitons & Fractals, 2026
2026
-
[20]
Variational inference with normalizing flows
Danilo Rezende and Shakir Mohamed. Variational inference with normalizing flows. InPro- ceedings of the 32nd International Conference on Machine Learning, volume 37 ofProceedings of Machine Learning Research, 2015
2015
-
[21]
Karniadakis
Maziar Raissi, Paris Perdikaris, and George E. Karniadakis. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations.Journal of Computational Physics, 378:686–707, 2019
2019
-
[22]
Williams, Ioannis G
Matthew O. Williams, Ioannis G. Kevrekidis, and Clarence W. Rowley. A data-driven ap- proximation of the koopman operator: Extending dynamic mode decomposition.Journal of Nonlinear Science, 25(6):1307–1346, 2015
2015
-
[23]
A differential geometric approach to nonlinear filtering: The projection filter.IEEE Transactions on Automatic Control, 43(2):247– 252, 1998
Damiano Brigo, Bernard Hanzon, and François Le Gland. A differential geometric approach to nonlinear filtering: The projection filter.IEEE Transactions on Automatic Control, 43(2):247– 252, 1998
1998
-
[24]
Approximate nonlinear filtering by projection on exponential manifolds of densities.Bernoulli, 5(3):495–534, 1999
Damiano Brigo, Bernard Hanzon, and François Le Gland. Approximate nonlinear filtering by projection on exponential manifolds of densities.Bernoulli, 5(3):495–534, 1999
1999
-
[25]
Bernard Hanzon and Remi L. M. Hut. New results on the projection filter. InProceedings of the European Control Conference, pages 623–628, Grenoble, France, 1991
1991
-
[26]
Approximate solution of the Fokker–Planck–Kolmogorov equation.Probabilistic Engineering Mechanics, 17(4):369–384, 2002
Mario Di Paola and Alba Sofi. Approximate solution of the Fokker–Planck–Kolmogorov equation.Probabilistic Engineering Mechanics, 17(4):369–384, 2002
2002
-
[27]
Gingold and Joseph J
Robert A. Gingold and Joseph J. Monaghan. Smoothed particle hydrodynamics: Theory and application to non-spherical stars.Monthly Notices of the Royal Astronomical Society, 181(3):375–389, 1977
1977
-
[28]
Leon B. Lucy. A numerical approach to the testing of the fission hypothesis.Astronomical Journal, 82:1013–1024, 1977
1977
-
[29]
H. F. Trotter. On the product of semi-groups of operators.Proceedings of the American Mathematical Society, 10(4):545–551, 1959
1959
-
[30]
On the construction and comparison of difference schemes.SIAM Journal on Numerical Analysis, 5(3):506–517, 1968
Gilbert Strang. On the construction and comparison of difference schemes.SIAM Journal on Numerical Analysis, 5(3):506–517, 1968
1968
-
[31]
Rousseeuw and Christophe Croux
Peter J. Rousseeuw and Christophe Croux. Alternatives to the median absolute deviation. Journal of the American Statistical Association, 88(424):1273–1283, 1993
1993
-
[32]
Christopher M. Bishop. Mixture density networks. Technical Report NCRG/94/004, Aston University, 1994
1994
-
[33]
Neural sdes as a unified approach to continuous-domain sequence modeling.arXiv preprint arXiv:2501.18871, 2025
Macheng Shen and Chen Cheng. Neural sdes as a unified approach to continuous-domain sequence modeling.arXiv preprint arXiv:2501.18871, 2025
2025 arXiv
-
[34]
Decoupled weight decay regularization.arXiv preprint arXiv:1711.05101, 2017
Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization.arXiv preprint arXiv:1711.05101, 2017
2017 arXiv
-
[35]
American Mathematical Society and Oxford University Press, 2000
Shun-ichi Amari and Hiroshi Nagaoka.Methods of Information Geometry, volume 191 of Translations of Mathematical Monographs. American Mathematical Society and Oxford University Press, 2000. 14
2000
-
[36]
Singularity structures and impacts on parameter estimation in finite mixtures of distributions.SIAM Journal on Mathematics of Data Science, 1(4):730–758, 2019
Nhat Ho and XuanLong Nguyen. Singularity structures and impacts on parameter estimation in finite mixtures of distributions.SIAM Journal on Mathematics of Data Science, 1(4):730–758, 2019
2019
-
[37]
Dempster, Nan M
Arthur P. Dempster, Nan M. Laird, and Donald B. Rubin. Maximum likelihood from incomplete data via the EM algorithm.Journal of the Royal Statistical Society: Series B, 39(1):1–38, 1977
1977
-
[38]
From molecular dynamics to brownian dynamics.Proceedings
Radek Erban. From molecular dynamics to brownian dynamics.Proceedings. Mathematical, Physical, and Engineering Sciences/The Royal Society, 470(2167):20140036, 2014. 15 A Symbols and notation The paper alternates between the microscopic SDE picture, given in terms of particles ...
2014
-
[39]
two Gaussian components coincide,
-
[40]
Consequently,G K becomes a stratified space rather than a smooth manifold [36]
or a mixture weight vanishes. Consequently,G K becomes a stratified space rather than a smooth manifold [36]. B.2 Projection Operator We will defineΠin terms a divergenceDonM(R d): ΠK(p) := arg min q∈GK D(p∥q).(46) ChoosingD= KLyields the population maximum-likelihood projecti...
-
[41]
Permutation symmetry.If λ⋆ is an optimal set of mixture parameters, then any permutation of its Gaussian components yields the same density and is therefore also optimal
-
[42]
Proof sketch.Permuting Gaussian components leaves the mixture density unchanged
Redundant representations.If p∈ GK⋆ for some K ⋆ < K, then infinitely many distinct parameter vectors inG K represent the same density and attain the same projection error. Proof sketch.Permuting Gaussian components leaves the mixture density unchanged. Therefore, if pλ⋆ = KX ...
-
[43]
use small mixture counts,
-
[44]
regularize covariances,
-
[45]
prune low-weight components,
-
[46]
18 C Lifted Dynamics This appendix provides theoretical justification for the approximations underlying Neural Kolmogorov Equations
enforce spatial smoothness. 18 C Lifted Dynamics This appendix provides theoretical justification for the approximations underlying Neural Kolmogorov Equations. We show that:
-
[47]
Localized Gaussian packets remain approximately Gaussian under short-time advection– diffusion evolution
-
[48]
Sufficiently small jumps behave as an effective diffusion process
-
[49]
Throughout this section, we assume f∈C 3 b (Rd,R d), a:=gg ⊤ ∈C 2 b (Rd,R d×d), and that all jump measures possess finite third moments
State-dependent jump distributions may be frozen at the packet center with controlled error. Throughout this section, we assume f∈C 3 b (Rd,R d), a:=gg ⊤ ∈C 2 b (Rd,R d×d), and that all jump measures possess finite third moments. We denote by L=A+D+J the Kolmogorov generator, ...
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.