REVIEW 3 major objections 4 minor 1 cited by
(Exhaustive) Symbolic Regression and model selection by minimum description length
T0 review · 3 major / 4 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read Pairing an exhaustive enumeration of functions with an information-theoretic score fixes symbolic regression and beats standard formulas on three astrophysics problems.
desk verdict A clear self-review of ESR+MDL with honest caveats, but the abstract's 'superior to literature standards' claims ride on a subjective complexity prior and an unproven dedup completeness. 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 exhaustive generator paired with the description-length score. ESR grows every possible tree template, labels nodes by arity, decorates the trees with every permutation of operators from a user basis set up to a maximum node count, then simplifies the list to unique representatives using comparison rules that include tree reordering, parameter permutations, simplifications, reparametrisation invariance, and parameter combinations. Each unique function is then scored by $$L(D)=-\log L(\hat{\$\theta$})+k\log n-\frac{p}{2}\log 3+\sum_j\log c_j+\sum_i\left[\frac{1}{2}\log I_{ii}+\log|\hat\theta_i|\right],$$ where $k\log n$ charges for the operators, the $c_j$ charge for natural-number constants from simplification, and the final sum codes the maximum-likelihood parameters at optimal precision using the observed Fisher information. The paper shows this equals the negative of the Bayesian evidence (up to a normalisation constant) provided the functional prior is $-\log P(f_i)=k\log n+\sum_\alpha\log c_\alpha$, making the ranking a specific, and replaceable, subjective choice.
What would settle it
Run ESR-MDL on a noiseless synthetic dataset generated by a known function of complexity at most 10 built from the test operator basis; if the true generator or a member of its behavioural equivalence class is not at the top of the description-length ranking, the exhaustive-and-correct claim fails. A cheaper check is to scan the enumerated 'unique' function set for two structurally different trees that are numerically identical over a dense grid, since any such pair shows the duplicate-removal rules are incomplete and subsequent description lengths are mis-assigned.
Extended reading notes
Core claim
The paper claims that the two longstanding defects of symbolic regression are curable together. The first defect is that genetic-programming searches have an unknown probability of missing the best function; the second is that ranking by a Pareto front of likelihood versus a 'complexity' heuristic leaves the final choice arbitrary. The remedy is Exhaustive Symbolic Regression (ESR): generate every tree of operators from a user-specified basis up to a maximum node count, reduce the list to behaviourally unique functions with comparison rules, fit the free parameters, and rank every unique function by its description length, the number of nats needed to transmit the function and the residuals. On the benchmark dataset feynman_I_6_2a, only ESR finds the true generator, a standard normal, in its simplest form at complexity 7, while the comparison algorithms either miss it or find it overparametrised. Applied to cosmology, the MDL function for the expansion rate is $H^2(z)=\theta_0(1+z)^2$ for cosmic chronometers and $H^2(z)=\theta_0(1+z)^{1+z}$ for Pantheon+ supernovae, preferred over the simple Friedmann equation by 7.12 and 4.91 nats, with 38 and 36 competitor functions ranked above it. For the radial acceleration relation the best functions beat the classic MOND interpolating functions but usually lack a deep-MOND limit; for inflation, the $k\log n$ prior favours $\exp(-\exp(\exp(\exp(\phi))))$ at complexity 6, while a Katz prior trained on known inflationary potentials favours $\theta_0(\theta_1+\log(\phi)^2)$ or $\theta_0\phi^{\theta_1/\phi}$. The author's conclusion is that in all three applications many functions superior to the literature standards exist, and that the method supplies a principled, reproducible ranking in which no good function within the budget is missed.
Load-bearing premise
The system's guarantee depends on its simplification and duplicate-removal rules catching every structurally different function that behaves identically; if any equivalent pair slips through, the enumeration is not exhaustive and the description lengths, which depend on tree structure, are assigned to the wrong representatives.
Editorial extensions
If this is right
- On feynman_I_6_2a, an algorithm whose Pareto front stalls at complexity 5 would miss the true data generator, whereas ESR finds it at complexity 7, so stochastic-search failures become measurable rather than unknown.
- Because MDL puts accuracy and complexity in the same units, no second heuristic is needed to pick a function from a Pareto front, and the location of the minimum tells the user whether the complexity cap was high enough.
- The Friedmann equation is not the MDL-preferred $H(z)$ function for either dataset: 38 functions beat it for cosmic chronometers and 36 for Pantheon+, but the winning functions share its low-redshift Taylor expansion, so better data are required to distinguish them.
- For the radial acceleration relation, most MDL-best functions have a Newtonian limit but plateau at low $g_{\rm bar}$ instead of following the deep-MOND $x^{-1/2}$ limit, and the paper shows the same would occur on MOND-generated mock data, so the RAR does not currently single out MOND's functional form.
- For inflation, the ranking is prior-sensitive: the $k\log n$ prior crowns $\exp(-\exp(\exp(\exp(\phi))))$, while a Katz prior trained on known inflationary potentials favours physically more plausible functions, and literature standards such as Starobinsky, quadratic, and quartic place far down the list.
Reading between the lines
- The method turns 'which fitting function is best?' into a finite computation only up to the complexity cap, so the cap and operator basis should be reported alongside every ranking; the exponential scaling means the practical ceiling is near complexity 10, and claims about functions beyond it are out of scope.
- Because the description-length score is a Bayesian evidence with an explicit functional prior, the headline preferences of 7.12 and 4.91 nats should be read as conditional on the $k\log n$ prior; readers who care about physical plausibility can and should re-run the ranking under the Katz prior, as the inflation section does.
- The same exhaustive enumeration could serve as a recall benchmark for stochastic methods: given a dataset and operator basis, run a genetic algorithm many times and record what fraction of the top-MDL functions it finds, converting 'unknown probability of missing the best function' into a measured coverage statistic.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Exhaustive Symbolic Regression (ESR), an algorithm that enumerates all functions built from a user-specified operator basis up to a maximum node-count complexity, together with model selection by the minimum description length (MDL) principle. The MDL score, Eq. 4.1, trades off accuracy against a complexity penalty that the paper shows is equivalent to a Bayesian evidence calculation with a particular functional prior. The paper benchmarks ESR on the feynman_I_6_2a dataset, where it recovers the standard-normal generator, and then applies the method to three astrophysics problems: the cosmic expansion history (Friedmann equation), the radial acceleration relation (MOND interpolating functions), and inflationary potentials. In each application the paper claims that ESR identifies many functions superior to the literature standards.
Significance. If the claims hold, ESR+MDL would be a valuable contribution to symbolic regression: it replaces stochastic search with exhaustive enumeration up to a complexity cap, and it replaces ad hoc Pareto-front selection with an information-theoretic scoring rule. The paper has genuine strengths: the underlying code and pre-computed function sets are publicly available; the feynman_I_6_2a benchmark is a credible positive control; and the mock-data experiment for the MOND radial acceleration relation is an honest out-of-sample check that tempers the astrophysical conclusions. The MDL framework is also usefully connected to Bayesian model selection through Eq. 4.3-4.4. However, the central guarantee of exhaustiveness depends on an unproven completeness property of the function-simplification rules, and the quantitative superiority claims are sensitive to the choice of functional prior, which the paper itself notes is subjective.
major comments (3)
- [Sec. 3(a)] The exhaustiveness guarantee is stated unconditionally: Sec. 3(a) says the simplification and comparison rules 'establish the unique functions', and Sec. 4 says 'we are guaranteed not to miss any function'. No completeness proof is given for the rule set (tree reordering, parameter permutations, simplifications, reparametrisation invariance, parameter combinations). For operator bases containing exp, log, sin, sqrt, and pow, behavioral identities are abundant, and any unrecognized equivalence would cause the same function to be scored under multiple tree representations with different node counts k in Eq. 4.1, making the description length and the ranking representation-dependent. This directly affects load-bearing claims such as the numbers of functions better than the Friedmann equation (38 for CCs and 36 for SNe, Sec. 5(a)). Please either supply a completeness argument for the equivalence rules, or state the guarantee as conditional on that rule set and empirically test the sensitivity to missed equivalences.
- [Sec. 4, Eq. 4.4] The MDL score is not prior-free. Eq. 4.4 makes explicit that the description length corresponds to the Bayesian evidence only for the specific functional prior -log P(f_i) = k log n + sum_j log c_j, and the text immediately notes that priors are subjective and proposes the Katz back-off prior as a replacement. The quantitative claims in Sec. 5(a) (preferences of 7.12 and 4.91 nats, and the counts 38 and 36 functions better than the Friedmann equation) are therefore statements about one choice of prior, as is the abstract's assertion that the algorithm identifies 'many functions superior to the literature standards'. The inflation application itself shows the sensitivity: the MDL function changes from exp(-exp(exp(exp(phi)))) under k log n to theta_0 (theta_1 + log(phi)^2) under the Katz prior (Sec. 5(c)). The paper should report how the rankings, preference strengths, and counts change under alternative priors, or at minimum qualify all such claims as prior-dependent.
- [Sec. 5(a)] The headline conclusion that ESR finds functions 'superior to the literature standards' is potentially misleading in the Friedmann case. The authors themselves state that the MDL functions in Eq. 5.2 have the same Taylor expansion as the Friedmann equation to second order and are preferred because they are simpler. Thus the reported preferences of 7.12 and 4.91 nats are largely a model-selection penalty on complexity rather than evidence that the Friedmann form is empirically inadequate. The abstract and conclusions should carry this qualification; without it, a reader may reasonably interpret 'superior' as meaning better-fitting in a likelihood sense.
minor comments (4)
- [Sec. 3(a)] The statement that 'the operator basis set and maximum complexity are the only things that must be specified by the user' is inconsistent with Sec. 4, where the choice of functional prior (k log n versus Katz) and its hyperparameters also affects the results. Please rephrase to say these are the only function-space choices, with model-selection choices discussed separately.
- [Sec. 3(b)] The conclusion that 'most SR algorithms fail even on very simple problems' is based on a single benchmark dataset (feynman_I_6_2a). Consider softening the generalization or citing a broader comparative study to support it.
- [References] Reference [3] should give the full author name (D. E. Goldberg), reference [4] contains a typo ('Wyley' for 'Wiley'), and reference [18] gives the edition year incorrectly ('Wiley 2nd edition' should likely be 2006, not 1991).
- [Sec. 5(b), Fig. 3] The figure caption refers to blue/red/cyan/magenta slopes; please ensure the printed version is readable for color-blind readers by adding line styles or labels to the data series.
Circularity Check
The exhaustive-search guarantee is imported from the authors' own prior work, but the applications are openly benchmarked and the MDL prior is acknowledged as subjective, so the circularity is partial rather than total.
-
self citation load bearing
[Sec. 3(a) (function simplification and uniqueness) and Sec. 4 (restatement of exhaustiveness)]
"We then simplify the functions and remove duplicates using a set of function-comparison rules (tree reordering, parameter permutations, simplifications, reparametrisation invariance, parameter combinations). This establishes the unique functions... Full details may be found in [9]."
The central methodological claim, 'with ESR we are guaranteed not to miss any function', depends on the completeness of the deduplication and simplification rules: only if every behavioural equivalence is recognized can the enumeration be exhaustive and the function counts in the applications be meaningful. The paper offers no completeness proof; it asserts that the rules 'establish the unique functions' and refers to [9], a paper whose authors include the present author. The external feynman_I_6_2a benchmark is genuine out-of-sample evidence for one successful recovery, but it does not verify exhaustiveness or the completeness of the equivalence rules. Thus the load-bearing guarantee is effectively inherited from a self-citation rather than derived or independently checked.
full rationale
The paper is not fundamentally circular: the MDL formula of Eq. 4.1 is derived from an explicit coding argument plus a stated functional prior, and the equivalence with Bayesian evidence (Eqs. 4.2-4.4) is shown rather than assumed. The astronomical applications compare external datasets (cosmic chronometers, Pantheon+ supernovae, Planck constraints) and the authors transparently note that the MDL preference for simpler functions is a feature of the chosen prior, which they describe as subjective. The mock-data test in Sec. 5(b) is an honest control: it shows that even MOND-generated data would not exhibit the deep-MOND limit among the best ESR functions, which directly addresses the obvious objection that the method is rigged against MOND. The main circularity concern is narrower: the exhaustive-search guarantee rests on the completeness of the function-comparison rules, and that completeness is supported only by a reference to the authors' own prior work [9]. Since the feynman_I_6_2a benchmark demonstrates a success but not exhaustiveness, and no machine-checked proof of the simplification rules is provided, the core 'guaranteed not to miss any function' premise is partially self-citational. This warrants a score of 4: some self-citation is load-bearing, but the central applications still contain substantial independent, externally falsifiable content.
Assumptions & free parameters
free parameters (4)
- maximum complexity cap =
10 (typical); 13 planned for ESR 2.0
- operator basis set per application =
e.g. {x=1+z, theta, inv, +, -, x, /, pow} for H(z); Sets A and B for inflation
- Katz back-off model hyperparameters =
not reported
- functional prior choice (k log n versus Katz) =
k log n for H(z) and RAR; both variants for inflation
assumptions (7)
- domain assumption Completeness of the function-equivalence rules used to deduplicate the search
- standard math Laplace approximation to the posterior in Eq. 4.3
- standard math Residual description cost equals negative log-likelihood (Shannon-Fano coding)
- domain assumption Single-field slow-roll inflation with V(phi) constrained only by (A_s, n_s, r)
- domain assumption MOND's Newtonian and deep-MOND limits define the admissible interpolating-function class
- domain assumption The likelihoods of the CC, Pantheon+ and Planck datasets are correctly specified
- ad hoc to paper The functional prior -log P(f_i) = k log n + sum_j log c_j (Eq. 4.4)
Cite this review
Pith. "Pith review of (Exhaustive) Symbolic Regression and model selection by minimum description length." pith.science (2026). https://pith.science/paper/NI7CSWWH
@misc{pith2026250713033,
author = {Pith},
title = {Pith review of: (Exhaustive) Symbolic Regression and model selection by minimum description length},
year = {2026},
howpublished = {\url{https://pith.science/paper/NI7CSWWH}},
note = {Machine review of arXiv:2507.13033}
}
read the original abstract
Symbolic regression is the machine learning method for learning functions from data. After a brief overview of the symbolic regression landscape, I will describe the two main challenges that traditional algorithms face: they have an unknown (and likely significant) probability of failing to find any given good function, and they suffer from ambiguity and poorly-justified assumptions in their function-selection procedure. To address these I propose an exhaustive search and model selection by the minimum description length principle, which allows accuracy and complexity to be directly traded off by measuring each in units of information. I showcase the resulting publicly available Exhaustive Symbolic Regression algorithm on three open problems in astrophysics: the expansion history of the universe, the effective behaviour of gravity in galaxies and the potential of the inflaton field. In each case the algorithm identifies many functions superior to the literature standards. This general purpose methodology should find widespread utility in science and beyond.
Figures
Figures from the paper (1 more)
Forward citations
Cited by 1 Pith paper
-
Comparison of symbolic regression algorithms in Star/galaxy/quasar separation
On SDSS DR17 redshift data, a multi-view symbolic regression expression achieves Cohen's κ≈0.895, comparable to random forests, SVMs, and MLPs trained on the same single feature.
Reference graph
Works this paper leans on
-
[9]
2024 Exhaustive Symbolic Regression.IEEE Transactions on Evolutionary Computation28, 950–964
Bartlett DJ, Desmond H, Ferreira PG. 2024 Exhaustive Symbolic Regression.IEEE Transactions on Evolutionary Computation28, 950–964. (10.1109/TEVC.2023.3280250)
arXiv 2024
-
[1]
Sui C, Bartlett DJ, Pandey S, Desmond H, Ferreira PG, Wandelt BD. 2024 syren-new: Precise formulae for the linear and nonlinear matter power spectra with massive neutrinos and dynamical dark energy.arXiv e-printsp. arXiv:2410.14623. (10.48550/arXiv.2410.14623)
-
[2]
1950 I.—COMPUTING MACHINERY AND INTELLIGENCE.MindLIX, 433–460
Turing AM. 1950 I.—COMPUTING MACHINERY AND INTELLIGENCE.MindLIX, 433–460. (10.1093/mind/LIX.236.433)
-
[3]
1989Genetic Algorithms in Search, Optimization and Machine Learning
David E. 1989Genetic Algorithms in Search, Optimization and Machine Learning. Addison-Wesley
-
[4]
2004Practical genetic algorithms
Haupt R, Haupt S. 2004Practical genetic algorithms. Wyley 2nd edition
-
[5]
2020 Operon C++: an efficient genetic programming framework for symbolic regression
Burlacu B, Kronberger G, Kommenda M. 2020 Operon C++: an efficient genetic programming framework for symbolic regression. pp. 1562–1570. (10.1145/3377929.3398099) 14royalsocietypublishing.org/journal/rsta Phil. Trans. R. Soc. A 0000000
arXiv 2020
-
[6]
2020 Discovering Symbolic Models from Deep Learning with Inductive Biases.NeurIPS 2020
Cranmer M, Sanchez-Gonzalez A, Battaglia P , Xu R, Cranmer K, Spergel D, Ho S. 2020 Discovering Symbolic Models from Deep Learning with Inductive Biases.NeurIPS 2020
work page 2020
-
[7]
Evolved Analytics LLC. Data Modeler 9.5.1. Evolved analytics LLC. URL:www. evolved-analytics.com; 2021
work page 2021
Show all 37 references
-
[8]
2009 Order of Nonlinearity as a Complexity Measure for Models Generated by Symbolic Regression via Pareto Genetic Programming
Vladislavleva EJ, Smits GF, den Hertog D. 2009 Order of Nonlinearity as a Complexity Measure for Models Generated by Symbolic Regression via Pareto Genetic Programming. IEEE Transactions on Evolutionary Computation13, 333–349. (10.1109/TEVC.2008.926486)
2009
-
[10]
2022 Exhaustive Symbolic Regression Function Sets
Bartlett DJ, Desmond H, Ferreira PG. 2022 Exhaustive Symbolic Regression Function Sets. (10.5281/zenodo.7339113)
2022 doi
-
[11]
1996 The Structure of Cold Dark Matter Halos.ApJ462,
Navarro JF, Frenk CS, White SDM. 1996 The Structure of Cold Dark Matter Halos.ApJ462,
1996
-
[12]
2021 Contemporary Symbolic Regression Methods and their Relative Performance
La Cava W, Orzechowski P , Burlacu B, Olivetti de França F, Virgolin M, Jin Y, Kommenda M, Moore JH. 2021 Contemporary Symbolic Regression Methods and their Relative Performance. arXiv e-printsp. arXiv:2107.14351
2021 arXiv
-
[13]
McConaghy T. 2011 pp. 235–260. InFFX: Fast, Scalable, Deterministic Symbolic Regression Technology, pp. 235–260. New York, NY: Springer New York. (10.1007/978-1-4614-1770-5_13)
2011 doi
-
[14]
2021 An Approach to Symbolic Regression Using Feyn.arXiv e-printsp
René Broløs K, Vieira Machado M, Cave C, Kasak J, Stentoft-Hansen V , Galindo Batanero V , Jelen T, Wilstrup C. 2021 An Approach to Symbolic Regression Using Feyn.arXiv e-printsp. arXiv:2104.05417. (10.48550/arXiv.2104.05417)
-
[15]
2020 PySR: Fast & Parallelized Symbolic Regression in Python/Julia
Cranmer M. 2020 PySR: Fast & Parallelized Symbolic Regression in Python/Julia. (10.5281/zenodo.4041459)
2020 doi
-
[16]
1978 Modeling by shortest data description.Automatica14, 465–471
Rissanen J. 1978 Modeling by shortest data description.Automatica14, 465–471. (https://doi.org/10.1016/0005-1098(78)90005-5)
1978 doi
-
[17]
2019 Minimum Description Length Revisited.arXiv e-printsp
Grünwald P , Roos T. 2019 Minimum Description Length Revisited.arXiv e-printsp. arXiv:1908.08484
2019 arXiv
-
[18]
1991Elements of Information Theory
Cover TM, Thomas JA. 1991Elements of Information Theory. Wiley 2nd edition
- [19]
-
[20]
1987 Estimation of probabilities from sparse data for the language model component of a speech recognizer.IEEE Trans
Katz SM. 1987 Estimation of probabilities from sparse data for the language model component of a speech recognizer.IEEE Trans. Acoust. Speech Signal Process.35, 400–401
1987
-
[21]
2022 Unveiling the Universe with emerging cosmological probes.Living Reviews in Relativity25, 6
Moresco M et al.. 2022 Unveiling the Universe with emerging cosmological probes.Living Reviews in Relativity25, 6. (10.1007/s41114-022-00040-z)
2022 doi
-
[22]
2021 The Pantheon+ Analysis: The Full Dataset and Light-Curve Release
Scolnic D et al.. 2021 The Pantheon+ Analysis: The Full Dataset and Light-Curve Release. arXiv e-printsp. arXiv:2112.03863
2021 arXiv
-
[23]
2023 On the functional form of the radial acceleration relation.MNRAS521, 1817–1831
Desmond H, Bartlett DJ, Ferreira PG. 2023 On the functional form of the radial acceleration relation.MNRAS521, 1817–1831. (10.1093/mnras/stad597)
2023 doi
-
[24]
1983a A modification of the Newtonian dynamics as a possible alternative to the hidden mass hypothesis.ApJ270, 365–370
Milgrom M. 1983a A modification of the Newtonian dynamics as a possible alternative to the hidden mass hypothesis.ApJ270, 365–370. (10.1086/161130)
-
[25]
1983b A Modification of the Newtonian Dynamics - Implications for Galaxy Systems.ApJ270, 384
Milgrom M. 1983b A Modification of the Newtonian Dynamics - Implications for Galaxy Systems.ApJ270, 384. (10.1086/161132)
-
[26]
1983c A modification of the Newtonian dynamics - Implications for galaxies.ApJ 270, 371–389
Milgrom M. 1983c A modification of the Newtonian dynamics - Implications for galaxies.ApJ 270, 371–389. (10.1086/161131)
- [27]
-
[28]
2017 One Law to Rule Them All: The Radial Acceleration Relation of Galaxies.ApJ836, 152
Lelli F, McGaugh SS, Schombert JM, Pawlowski MS. 2017 One Law to Rule Them All: The Radial Acceleration Relation of Galaxies.ApJ836, 152. (10.3847/1538-4357/836/2/152)
2017 doi
-
[29]
2023 The underlying radial acceleration relation.MNRAS526, 3342–3351
Desmond H. 2023 The underlying radial acceleration relation.MNRAS526, 3342–3351. (10.1093/mnras/stad2762)
2023 doi
-
[30]
2023 On the fundamentality of the radial acceleration relation for late-type galaxy dynamics.MNRAS525, 6130–6145
Stiskalek R, Desmond H. 2023 On the fundamentality of the radial acceleration relation for late-type galaxy dynamics.MNRAS525, 6130–6145. (10.1093/mnras/stad2675)
2023 doi
-
[31]
2024 Radial acceleration relation of galaxies with joint kinematic and weak-lensing data.JCAP2024, 020
Mistele T, McGaugh S, Lelli F, Schombert J, Li P . 2024 Radial acceleration relation of galaxies with joint kinematic and weak-lensing data.JCAP2024, 020. (10.1088/1475- 7516/2024/04/020)
2024 doi
-
[32]
2024 Optimal inflationary potentials.PRD109, 083524
Sousa T, Bartlett DJ, Desmond H, Ferreira PG. 2024 Optimal inflationary potentials.PRD109, 083524. (10.1103/PhysRevD.109.083524)
2024 doi
- [33]
-
[34]
2020 Planck 2018 results
Planck Collaboration. 2020 Planck 2018 results. X. Constraints on inflation.AAP641, A10. (10.1051/0004-6361/201833887)
2020 doi
-
[35]
2023 Updated constraints on amplitude and tilt of the tensor primordial spectrum.JCAP2023, 062
Galloni G, Bartolo N, Matarrese S, Migliaccio M, Ricciardone A, Vittorio N. 2023 Updated constraints on amplitude and tilt of the tensor primordial spectrum.JCAP2023, 062. (10.1088/1475-7516/2023/04/062)
2023 doi
-
[36]
2023 GECCO’2022 Symbolic Regression Competition: Post-Analysis of the Operon Framework
Burlacu B. 2023 GECCO’2022 Symbolic Regression Competition: Post-Analysis of the Operon Framework. InProceedings of the Companion Conference on Genetic and Evolutionary Computation GECCO ’23 Companion p. 2412–2419 New York, NY, USA. Association for Computing Machinery. (10.114...
2023
-
[37]
1976 An analytic expression for the luminosity function for galaxies..ApJ203, 297–306
Schechter P . 1976 An analytic expression for the luminosity function for galaxies..ApJ203, 297–306. (10.1086/154079)
1976 doi
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.