pith. machine review for the scientific record. sign in

arxiv: 2605.12341 · v1 · submitted 2026-05-12 · 📊 stat.ML · cs.LG

Recognition: 2 theorem links

· Lean Theorem

Multi-Variable Conformal Prediction: Optimizing Prediction Sets without Data Splitting

Lars Lindemann, Laura L\"utzow, Marco C. Campi, Matthias Althoff, Simone Garatti

Pith reviewed 2026-05-13 03:49 UTC · model grok-4.3

classification 📊 stat.ML cs.LG
keywords conformal predictionprediction setsscenario theorydata splittingcoverage guaranteesjoint optimizationmachine learning
0
0 comments X

The pith

Multi-variable conformal prediction unifies the design and calibration of prediction sets into one optimization that uses all data without splitting.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper introduces multi-variable conformal prediction to extend standard methods to vector-valued score functions and multiple calibration variables at the same time. It frames the shape of the prediction sets and the choice of their thresholds as a joint optimization problem. This removes the need to reserve separate data for calibration while still delivering finite-sample coverage guarantees through scenario theory. Two efficient solution methods are given, one based on constraint removal and the other on iterative relaxation, that work for convex and non-convex cases respectively.

Core claim

Multi-variable conformal prediction (MCP) extends conformal prediction by allowing vector-valued score functions and multiple simultaneous calibration variables. It unifies prediction set design and calibration into a single optimization problem certified by scenario theory, so that the entire dataset can be used for both steps without data splitting and without losing the finite-sample coverage guarantee. The framework is instantiated in two variants that achieve the target coverage with prediction sets that are smaller than or comparable to split-based baselines and with lower variance across calibration runs.

What carries the argument

Multi-variable conformal prediction (MCP), a joint optimization over vector-valued scores and multiple calibration variables whose solutions are certified for coverage by scenario theory.

If this is right

  • Prediction set shapes can be optimized jointly with calibration instead of being fixed in advance.
  • All available data contributes to both design and calibration, which reduces variance in the resulting set sizes.
  • Target coverage is maintained without any data split, generalizing the guarantees of split conformal prediction.
  • RemMCP solves convex cases through constraint removal; RelMCP handles non-convex score functions through relaxation at the possible cost of larger sets.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • MCP could be especially useful in domains where labeled data is scarce, because every sample participates in both shape selection and threshold calibration.
  • The same joint-optimization pattern might transfer to other uncertainty-quantification settings that currently rely on separate calibration stages.
  • Numerical gains observed on ellipsoidal and multi-modal sets suggest the approach may scale to higher-dimensional or structured prediction problems where fixed shapes are inefficient.

Load-bearing premise

Scenario theory still supplies finite-sample coverage guarantees when the score function is vector-valued and several calibration variables are optimized together.

What would settle it

An empirical coverage rate that falls below the nominal level in repeated finite-sample trials on a distribution where the joint optimization produces sets that are too tight.

Figures

Figures reproduced from arXiv: 2605.12341 by Lars Lindemann, Laura L\"utzow, Marco C. Campi, Matthias Althoff, Simone Garatti.

Figure 1
Figure 1. Figure 1: Comparison of standard split conformal prediction (SCP) and multi-variable conformal pre [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Vehicle prediction sets and calibration residuals ( [PITH_FULL_IMAGE:figures/full_fig_p009_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Empirical coverage (top) and prediction set volume (bottom) over 10,000 test points and [PITH_FULL_IMAGE:figures/full_fig_p009_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Coverage distributions for ε = 0.05 obtained from (16). The dis￾played curve for RemMCP is a lower bound in general, and holds exactly un￾der Assumptions 4 and 5. competitive when modeling complex multi-modal struc￾ture [PITH_FULL_IMAGE:figures/full_fig_p009_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Vehicle position prediction sets and calibration residuals ( [PITH_FULL_IMAGE:figures/full_fig_p020_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: CASP dataset prediction sets and calibration residuals ( [PITH_FULL_IMAGE:figures/full_fig_p020_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Empirical coverage (top) and prediction set volume (bottom) for vehicle position prediction [PITH_FULL_IMAGE:figures/full_fig_p020_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Empirical coverage (top) and prediction set volume (bottom) for the CASP dataset across [PITH_FULL_IMAGE:figures/full_fig_p021_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: SCM20D prediction sets and calibration residuals ( [PITH_FULL_IMAGE:figures/full_fig_p022_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: Empirical coverage (top) and prediction set volume (bottom) for the SCM20D dataset [PITH_FULL_IMAGE:figures/full_fig_p022_10.png] view at source ↗
read the original abstract

Conformal prediction constructs prediction sets with finite-sample coverage guarantees, but its calibration stage is structurally constrained to a scalar score function and a single threshold variable - forcing shapes of prediction sets to be fixed before calibration, typically through data splitting. We introduce multi-variable conformal prediction (MCP), a framework that extends conformal prediction to vector-valued score functions with multiple simultaneous calibration variables. Building on scenario theory as a principled framework for certifying data-driven decisions, MCP unifies prediction set design and calibration into a single optimization problem, eliminating data splitting without sacrificing coverage guarantees. We propose two computationally efficient variants: RemMCP, grounded in constrained optimization with constraint removal, which admits a clean generalization of split conformal prediction; and RelMCP, based on iterative optimization with constraint relaxation, which supports non-convex score functions at the cost of possibly greater conservatism. Through numerical experiments on ellipsoidal and multi-modal prediction sets, we demonstrate that RemMCP and RelMCP consistently meet the target coverage with prediction set sizes smaller than or comparable to those of baselines with data split, while considerably reducing variance across calibration runs - a direct consequence of using all available data for shape optimization and calibration simultaneously.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

3 major / 3 minor

Summary. The paper introduces multi-variable conformal prediction (MCP), a framework that extends conformal prediction to vector-valued score functions and multiple simultaneous calibration variables. It unifies prediction set shape design and calibration into a single optimization problem using scenario theory, eliminating data splitting while claiming to preserve finite-sample coverage guarantees. Two variants are proposed: RemMCP (constraint removal for convex cases, generalizing split conformal) and RelMCP (relaxation for non-convex scores). Experiments on ellipsoidal and multi-modal sets show target coverage is met with smaller or comparable set sizes and reduced variance compared to split baselines.

Significance. If the coverage guarantees are rigorously established, the result would be significant for conformal prediction by removing the data-splitting requirement and enabling joint optimization of flexible set shapes. This could yield more efficient and stable prediction sets in practice, with direct benefits for applications needing non-standard geometries. The use of scenario theory for certification is a principled strength, and the empirical variance reduction is a clear practical advantage when all data is used jointly.

major comments (3)
  1. [§3] §3 (MCP framework) and the scenario-theory application: the central claim that finite-sample coverage is preserved (at least as strong as split conformal) when jointly optimizing shape parameters and multiple thresholds over the full dataset with vector-valued scores requires an explicit re-derivation. Standard scenario theory bounds depend on the number of support constraints and Helly dimension after solving the sampled convex program; the manuscript invokes the theory directly without showing that the multi-variable structure and joint optimization leave the violation probability bound unchanged or recover the exact 1-α exchangeability guarantee.
  2. [§3.1] RemMCP definition and generalization claim (likely §3.1): the constraint-removal procedure is presented as a clean generalization of split conformal, but it is unclear whether removing constraints after joint optimization over the entire calibration set preserves the exact marginal coverage without introducing data-dependent bias in the support count. A concrete example or lemma showing equivalence to the standard split case under scalar scores would strengthen this.
  3. [§3.2] RelMCP and non-convex case (likely §3.2): the relaxation approach is said to support non-convex scores at the cost of greater conservatism, yet no explicit high-probability bound or comparison to the exact guarantee is provided. If the central 'without sacrificing coverage' assertion is to hold for both variants, the manuscript must clarify whether RelMCP delivers the same finite-sample guarantee or only an approximate one.
minor comments (3)
  1. [§2] Notation for vector-valued scores and the multi-variable threshold vector should be introduced earlier and used consistently (e.g., clarify the dimension of the score function in the optimization problem statement).
  2. [§5] The experimental section would benefit from reporting the exact fraction of data used in split baselines and including statistical significance tests or confidence intervals on the variance reduction claim.
  3. A short appendix with the full scenario-theory derivation for the MCP setting would make the coverage argument self-contained and easier to verify.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for the careful and constructive review of our manuscript. We address each major comment point by point below, providing clarifications and committing to specific revisions that strengthen the theoretical presentation without altering the core claims.

read point-by-point responses
  1. Referee: [§3] §3 (MCP framework) and the scenario-theory application: the central claim that finite-sample coverage is preserved (at least as strong as split conformal) when jointly optimizing shape parameters and multiple thresholds over the full dataset with vector-valued scores requires an explicit re-derivation. Standard scenario theory bounds depend on the number of support constraints and Helly dimension after solving the sampled convex program; the manuscript invokes the theory directly without showing that the multi-variable structure and joint optimization leave the violation probability bound unchanged or recover the exact 1-α exchangeability guarantee.

    Authors: We agree that an explicit re-derivation would improve clarity and rigor. In the revised manuscript we will add a dedicated paragraph in §3 that re-derives the coverage bound for the multi-variable setting. The argument proceeds by noting that the joint optimization remains a convex program in the decision variables (shape parameters together with the vector of thresholds); the number of support constraints is therefore still controlled by the Helly dimension of the feasible set, and the standard scenario-theory violation probability bound applies unchanged. Consequently the finite-sample guarantee is at least as strong as that of split conformal prediction under exchangeability. We will also state explicitly that the 1-α marginal coverage is recovered exactly when the score function is scalar. revision: yes

  2. Referee: [§3.1] RemMCP definition and generalization claim (likely §3.1): the constraint-removal procedure is presented as a clean generalization of split conformal, but it is unclear whether removing constraints after joint optimization over the entire calibration set preserves the exact marginal coverage without introducing data-dependent bias in the support count. A concrete example or lemma showing equivalence to the standard split case under scalar scores would strengthen this.

    Authors: We acknowledge that the current presentation leaves this equivalence implicit. In the revision we will insert a short lemma (new Lemma 3.1) proving that, when the score function is scalar and no shape parameters are optimized, the RemMCP constraint-removal step is algebraically identical to selecting the (1-α)-quantile of the scalar scores on the full calibration set. Because the points remain exchangeable, the support count is unbiased and the exact marginal coverage guarantee is recovered. We will also add a one-dimensional numerical example that reproduces the classical split-conformal threshold exactly. revision: yes

  3. Referee: [§3.2] RelMCP and non-convex case (likely §3.2): the relaxation approach is said to support non-convex scores at the cost of greater conservatism, yet no explicit high-probability bound or comparison to the exact guarantee is provided. If the central 'without sacrificing coverage' assertion is to hold for both variants, the manuscript must clarify whether RelMCP delivers the same finite-sample guarantee or only an approximate one.

    Authors: We thank the referee for requesting this clarification. The manuscript already notes that RelMCP incurs 'possibly greater conservatism'; we will make the distinction explicit in the revised §3.2 by stating that RelMCP yields a conservative high-probability coverage bound obtained from the relaxed program, which may exceed the nominal 1-α level. The exact finite-sample guarantee of scenario theory applies only to the convex RemMCP case. We will add a short comparison paragraph and report the empirical excess coverage observed for RelMCP in the experiments. revision: yes

Circularity Check

0 steps flagged

MCP extends scenario theory to multi-variable optimization without reducing claims to self-defined inputs or fitted predictions

full rationale

The paper's central contribution is a new multi-variable optimization framework (MCP) that unifies prediction set design and calibration. It explicitly builds on existing scenario theory (with one author overlap) but introduces novel structures like RemMCP and RelMCP for vector-valued scores and joint optimization. No equations or steps in the abstract or description reduce the coverage guarantees or size improvements by construction to previously fitted parameters, self-citations, or renamed known results. The derivation remains self-contained as an extension with claimed finite-sample properties, warranting only a minor self-citation score rather than load-bearing circularity.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

Abstract provides no explicit free parameters, axioms, or invented entities; the approach relies on scenario theory from prior literature without detailing new postulates here.

pith-pipeline@v0.9.0 · 5519 in / 1066 out tokens · 155301 ms · 2026-05-13T03:49:34.154518+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Lean theorems connected to this paper

Citations machine-checked in the Pith Canon. Every link opens the source theorem in the public Lean library.

Reference graph

Works this paper leans on

300 extracted references · 300 canonical work pages

  1. [1]

    AND Kieffer, M

    Jaulin, L. AND Kieffer, M. AND Didrit, O. , publisher =. Applied Interval Analysis , year =

  2. [2]

    International Journal of Control , volume =

    Christophe Combastel and Ali Zolghadri , title =. International Journal of Control , volume =

  3. [3]

    Ben and Maniu, C

    Chabane, S. Ben and Maniu, C. Stoica and Alamo, T. and Camacho, E.F. and Dumur, D. , booktitle=. Improved set-membership estimation approach based on zonotopes and ellipsoids , year=

  4. [4]

    2008 , author =

    Probabilistic reachability and safety for controlled discrete time stochastic hybrid systems , journal =. 2008 , author =

  5. [5]

    , title =

    Chen, Mo and Tomlin, Claire J. , title =. Annual Review of Control, Robotics, and Autonomous Systems , volume =

  6. [6]

    Reachable Set Over-Approximation for Nonlinear Systems Using Piecewise Barrier Tubes

    Kong, Hui and Bartocci, Ezio and Henzinger, Thomas A. Reachable Set Over-Approximation for Nonlinear Systems Using Piecewise Barrier Tubes. International Conference on Computer Aided Verification. 2018

  7. [7]

    Approximate Reachability Analysis of Piecewise-Linear Dynamical Systems

    Asarin, Eugene and Bournez, Olivier and Dang, Thao and Maler, Oded. Approximate Reachability Analysis of Piecewise-Linear Dynamical Systems. Hybrid Systems: Computation and Control. 2000

  8. [8]

    2010 , author =

    Reachability analysis of linear systems using support functions , journal =. 2010 , author =

  9. [9]

    Linear Encodings for Polytope Containment Problems , year=

    Sadraddini, Sadra and Tedrake, Russ , booktitle=. Linear Encodings for Polytope Containment Problems , year=

  10. [10]

    Reachability Analysis for Cyber-Physical Systems: A re We There Yet?

    Chen, Xin and Sankaranarayanan, Sriram. Reachability Analysis for Cyber-Physical Systems: A re We There Yet?. NASA Formal Methods. 2022

  11. [11]

    and Bravo, José M

    Marruedo, Daniel L. and Bravo, José M. and Alamo, Teodoro and Camacho, Eduardo F. , booktitle=. Robust. 2002 , volume=

  12. [12]

    Computation and application of

    Berz, Martin AND Hoffstätter, Georg , journal =. Computation and application of

  13. [13]

    and Bayen, Alexandre M

    Mitchell, Ian M. and Bayen, Alexandre M. and Tomlin, Claire J. , journal=. A time-dependent. 2005 , volume=

  14. [14]

    and Aliprantis, Dionysios C

    Villegas Pico, Hugo N. and Aliprantis, Dionysios C. , journal=. Voltage Ride-Through Capability Verification of Wind Turbines With Fully-Rated Converters Using Reachability Analysis , year=

  15. [15]

    and Budzis, Jacob and Bolyachevets, Andriy , booktitle =

    Mitchell, Ian M. and Budzis, Jacob and Bolyachevets, Andriy , booktitle =. Invariant, Viability and Discriminating Kernel under-Approximation via Zonotope Scaling , year =

  16. [16]

    Reachability of uncertain linear systems using zonotopes , year =

    Antoine Girard , booktitle =. Reachability of uncertain linear systems using zonotopes , year =

  17. [17]

    Rigorously Computed Orbits of Dynamical Systems without the Wrapping Effect , year =

    K\". Rigorously Computed Orbits of Dynamical Systems without the Wrapping Effect , year =. Computing , pages =

  18. [18]

    Girard and C

    A. Girard and C. Efficient Computation of Reachable Sets of Linear Time-Invariant Systems with Inputs , year =. ACM International Conference on Hybrid Systems: Computation and Control , pages =

  19. [19]

    , journal=

    Prajna, Stephen and Jadbabaie, Ali and Pappas, George J. , journal=. A Framework for Worst-Case and Stochastic Safety Verification Using Barrier Certificates , year=

  20. [20]

    1998 , author =

    On Contraction Analysis for Non-linear Systems , journal =. 1998 , author =

  21. [21]

    and Clark, Ashley A

    Allen, Ross E. and Clark, Ashley A. and Starek, Joseph A. and Pavone, Marco , booktitle=. A machine learning approach for real-time reachability analysis , year=

  22. [22]

    Active Learning for Estimating Reachable Sets for Systems With Unknown Dynamics , volume =

    Chakrabarty, Ankush and Danielson, Claus and Di Cairano, Stefano and Raghunathan, Arvind , year =. Active Learning for Estimating Reachable Sets for Systems With Unknown Dynamics , volume =

  23. [23]

    Data-Driven Reachability Analysis from Noisy Data , year=

    Alanwar, Amr and Koch, Anne and Allgöwer, Frank and Johansson, Karl Henrik , journal=. Data-Driven Reachability Analysis from Noisy Data , year=

  24. [24]

    Data-Driven Reachability with Scenario Optimization and the Holdout Method , year=

    Dietrich, Elizabeth and Devonport, Rosalyn and Tu, Stephen and Arcak, Murat , booktitle=. Data-Driven Reachability with Scenario Optimization and the Holdout Method , year=

  25. [25]

    Data-Driven Reachability Analysis with Christoffel Functions , year=

    Devonport, Alex and Yang, Forest and El Ghaoui, Laurent and Arcak, Murat , booktitle=. Data-Driven Reachability Analysis with Christoffel Functions , year=

  26. [26]

    Symposium on Conformal and Probabilistic Prediction with Applications , pages =

    Data-driven Reachability using Christoffel Functions and Conformal Prediction , author =. Symposium on Conformal and Probabilistic Prediction with Applications , pages =

  27. [27]

    , booktitle=

    Hashemi, Navid and Qin, Xin and Lindemann, Lars and Deshmukh, Jyotirmoy V. , booktitle=. Data-Driven Reachability Analysis of Stochastic Dynamical Systems with Conformal Inference , year=

  28. [28]

    Automatica , volume =

    Data-driven and model-based verification via. Automatica , volume =. 2017 , author =

  29. [29]

    Data-Driven Reachability Analysis for Nonlinear Systems , year=

    Park, Hyunsang and Vijay, Vishnu and Hwang, Inseok , journal=. Data-Driven Reachability Analysis for Nonlinear Systems , year=

  30. [30]

    Active Learning for Estimating Reachable Sets for Systems With Unknown Dynamics , year=

    Chakrabarty, Ankush and Danielson, Claus and Cairano, Stefano Di and Raghunathan, Arvind , journal=. Active Learning for Estimating Reachable Sets for Systems With Unknown Dynamics , year=

  31. [31]

    Data-Driven Reachable Set Computation using Adaptive

    Devonport, Alex and Arcak, Murat , booktitle=. Data-Driven Reachable Set Computation using Adaptive. 2020 , pages=

  32. [32]

    Data-Driven Approach for Uncertainty Propagation and Reachability Analysis in Dynamical Systems , year=

    Ramapuram Matavalam, Amarsagar Reddy and Vaidya, Umesh and Ajjarapu, Venkataramana , booktitle=. Data-Driven Approach for Uncertainty Propagation and Reachability Analysis in Dynamical Systems , year=

  33. [33]

    and Goubault, Eric and Putot, Sylvie and Topcu, Ufuk , booktitle=

    Djeumou, Franck and Vinod, Abraham P. and Goubault, Eric and Putot, Sylvie and Topcu, Ufuk , booktitle=. On-The-Fly Control of Unknown Smooth Systems from Limited Data , year=

  34. [34]

    Conference on Learning for Dynamics and Control , pages=

    Nonconvex scenario optimization for data-driven reachability , author=. Conference on Learning for Dynamics and Control , pages=

  35. [35]

    2006 , author =

    Guaranteed Nonlinear Parameter Estimation for Continuous-time Dynamical Models , booktitle =. 2006 , author =

  36. [36]

    and Bravo, J.M

    Alamo, T. and Bravo, J.M. and Camacho, E.F. , booktitle=. Guaranteed state estimation by zonotopes , year=

  37. [37]

    Automatica , volume =

    Zonotopes and. Automatica , volume =. 2015 , author =

  38. [38]

    and Varaiya, Pravin

    Kurzhanskiy, Alexander B. and Varaiya, Pravin. Ellipsoidal Techniques for Reachability Analysis. Hybrid Systems: Computation and Control. 2000

  39. [39]

    Mo, S. H. and Norton, J. P. , title =. Mathematics and Computers in Simulation , pages =. 1990 , publisher =

  40. [40]

    2005 , author =

    Interval Parameter Estimation under Model Uncertainty , journal =. 2005 , author =

  41. [41]

    International Journal of Adaptive Control and Signal Processing , volume =

    Kieffer, Michel and Walter, Eric , title =. International Journal of Adaptive Control and Signal Processing , volume =

  42. [42]

    Interval methods and contractor-based branch-and-bound procedures for verified parameter identification of quasi-linear cooperative system models , volume =

    Rauh, Andreas and Kersten, Julia and Aschemann, Harald , year =. Interval methods and contractor-based branch-and-bound procedures for verified parameter identification of quasi-linear cooperative system models , volume =

  43. [43]

    and Dezert, Jean

    Mahato, Nisha Rani and Jaulin, Luc and Chakraverty, S. and Dezert, Jean. Validated Enclosure of Uncertain Nonlinear Equations Using SIVIA Monte Carlo. Recent Trends in Wave Mechanics and Vibrations. 2020

  44. [44]

    and Nazin, Sergey A

    Polyak, Boris T. and Nazin, Sergey A. and Durieu, C\'. Ellipsoidal Parameter or State Estimation under Model Uncertainty , year =. Automatica , pages =

  45. [45]

    Feasible Parameter Set Approximation for Linear Models with Bounded Uncertain Regressors , year=

    Casini, Marco and Garulli, Andrea and Vicino, Antonio , journal=. Feasible Parameter Set Approximation for Linear Models with Bounded Uncertain Regressors , year=

  46. [46]

    and Milanese, M

    Novara, C. and Milanese, M. , booktitle=. Set membership identification of nonlinear systems , year=

  47. [47]

    and Alamo, T

    Bravo, J.M. and Alamo, T. and Camacho, E.F. , journal=. Bounded error identification of systems with time-varying parameters , year=

  48. [48]

    Estimation of parameter bounds from bounded-error data:

    Walter, Eric and Piet-Lahanier, H\'. Estimation of parameter bounds from bounded-error data:. Mathematics and Computers in Simulation , pages =. 1990 , volume =

  49. [49]

    and Fagiano, L

    Canale, M. and Fagiano, L. and Signorile, M. C. , title =. Asian Journal of Control , volume =

  50. [50]

    Conference on Learning for Dynamics and Control , pages =

    Data-Driven Reachability Analysis Using Matrix Zonotopes , author =. Conference on Learning for Dynamics and Control , pages =. 2021 , volume =

  51. [51]

    Data-Driven Computation of Robust Control Invariant Sets With Concurrent Model Selection , year=

    Chen, Yuxiao and Ozay, Necmiye , journal=. Data-Driven Computation of Robust Control Invariant Sets With Concurrent Model Selection , year=

  52. [52]

    2018 , booktitle =

    Sadraddini, Sadra and Belta, Calin , title =. 2018 , booktitle =

  53. [53]

    Peter Overschee and Bart Moor , title =

  54. [54]

    System Identification:

    Lennart Ljung , year =. System Identification:

  55. [55]

    Tokunbo Ogunfunmi , title =

  56. [56]

    Roland Tóth , title =

  57. [57]

    Rolf Isermann and Marco Münchhof , title =

  58. [58]

    Keesman , year=

    Karel J. Keesman , year=. System Identification:

  59. [59]

    Anish Deb and Srimanti Roychoudhury and Gautam Sarkar , title =

  60. [60]

    1965 , author =

    Numerical Identification of Linear Dynamic Systems from Normal Operating Records , booktitle =. 1965 , author =

  61. [61]

    , author=

    Effective construction of linear state-variable models from input/output data. , author=. 1965 , journal =

  62. [62]

    Automatisierungstechnik , year =

    Effective construction of linear state-variable models from input/output functions , author =. Automatisierungstechnik , year =

  63. [63]

    Advances in System Identification:

    Guého, Damien and Singla, Puneet and Majji, Manoranjan and Juang, Jer-Nan , booktitle=. Advances in System Identification:. 2021 , volume=

  64. [64]

    Nonlinear System Identification:

    Schoukens, Johan and Ljung, Lennart , journal=. Nonlinear System Identification:. 2019 , volume=

  65. [65]

    , journal=

    Ljung, L. , journal=. Analysis of recursive stochastic algorithms , year=

  66. [66]

    Signal Process

    Lin, Tsair-Chuan and Wong, Kainam Thomas , title =. Signal Process. , month =. 2016 , publisher =

  67. [67]

    , journal=

    Voros, J. , journal=. Iterative algorithm for parameter identification of. 1999 , volume=

  68. [68]

    2000 , author =

    Gray-box identification of block-oriented nonlinear models , journal =. 2000 , author =

  69. [69]

    and Luculano, G

    Mirri, D. and Luculano, G. and Filicori, F. and Pasini, G. and Vannini, G. and Gabriella, G.P. , journal=. A modified. 2002 , volume=

  70. [70]

    and Koukoulas, P

    Glentis, G.-O.A. and Koukoulas, P. and Kalouptsidis, N. , journal=. Efficient algorithms for. 1999 , volume=

  71. [71]

    An identification algorithm for polynomial

    Luigi Piroddi and William Spinelli , journal=. An identification algorithm for polynomial. 2003 , volume=

  72. [72]

    S. Chen, S. A. Billings and W. Luo , title =. International Journal of Control , volume =. 1989 , publisher =

  73. [73]

    Modeling and Identification of Nonlinear Systems:

    Adeniran, Ahmed Adebowale and El Ferik, Sami , journal=. Modeling and Identification of Nonlinear Systems:. 2017 , volume=

  74. [74]

    Yassin and Mohd Nasir Taib and Ramli Adnan , year=

    Ihsan M. Yassin and Mohd Nasir Taib and Ramli Adnan , year=. Recent Advancements & Methodologies in System Identification:. Scientific Research Journal , volume =

  75. [75]

    Nonlinear Black-Box Modeling in System Identification:

    Sj\". Nonlinear Black-Box Modeling in System Identification:. Automatica , pages =. 1995 , volume =

  76. [76]

    , title =

    Quaranta, Giuseppe and Lacarbonara, Walter and Masri, Sami F. , title =. Nonlinear Dynamics , pages =. 2020 , volume =

  77. [77]

    and Mitchell, R

    Hong, X. and Mitchell, R. J. and Chen, S. and Harris, C. J. and Li, K. and Irwin, G. W. , title =. International Journal of Systems Science , pages =. 2008 , volume =

  78. [78]

    Journal of Optimization Theory and Application , volume=

    Minh Phan and Lucas Horta and Jer-Nan Juang and Richard Longman , title =. Journal of Optimization Theory and Application , volume=. 1993 , pages =

  79. [79]

    An Eigensystem Realization Algorithm for Modal Parameter Identification and Model Reduction , volume =

    Juang, Jer-Nan and Pappa, Richard , year =. An Eigensystem Realization Algorithm for Modal Parameter Identification and Model Reduction , volume =

  80. [80]

    GPTIPS 2 : A n Open-Source Software Platform for Symbolic Data Mining

    Searson, Dominic P. GPTIPS 2 : A n Open-Source Software Platform for Symbolic Data Mining. Handbook of Genetic Programming Applications. 2015

Showing first 80 references.