REVIEW 2 major objections 5 minor 1 cited by
Measurement-Based Line-Impedance Estimation in the Absence of Phasor Measurement Units
T0 review · 2 major / 5 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read Line resistance and reactance in low-voltage grids can be recovered by swapping unknowns and measurements in the load-flow equations, and an analytical Jacobian extends the same idea to smart-meter data.
desk verdict Solid analytical Jacobian for inverse load flow line-impedance estimation, but the experimental validation is in-sample and needs ground truth or out-of-sample checks. 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 analytical Jacobian of the power-mismatch functions $\Delta P_k$ and $\Delta Q_k$ with respect to line resistance $R_l$ and reactance $X_l$. It is computed by differentiating the nodal admittance matrix entries $Y_{kj}$, which are sums of $a_{lk}a_{lj}/(R_l+jX_l)$, then propagating through magnitude and angle via the chain rule; for reactance the derivative is $j$ times the resistance derivative. This Jacobian turns the parameter-estimation problem into a standard Newton-Raphson iteration and, when supplied to the trust-region-reflective least-squares solver, reduces its runtime from 9.2 seconds to 0.05 seconds in the paper's experiments.
What would settle it
Take a radial test grid with known line impedances, generate noiseless load-flow measurements at two time instants with power injections that differ by a factor well above 1%, and run the proposed Newton-Raphson with the analytical Jacobian starting from a moderate initial guess; if it fails to converge to the known impedances within the stated tolerance, the central identifiability-and-convergence claim is contradicted.
Extended reading notes
Core claim
On the paper's own terms, the central discovery is that line-impedance estimation is not a separate inverse problem but the same power-flow system with the roles of unknowns and measurements swapped: given nodal voltage phasors and power injections, the $2N-2$ unknown resistances and reactances satisfy $2N$ power-balance equations, and dropping one redundant node leaves a square nonlinear system that Newton-Raphson solves. The paper derives the Jacobian analytically, expressing derivatives of the nodal admittance entries with respect to each line's $R_l$ and $X_l$, including the relation $\partial Y_{kj}/\partial X_l = j\,\partial Y_{kj}/\partial R_l$. Without phasors, voltage angles become extra unknowns, but two sufficiently different measurement intervals make the system determined again; with more intervals, the problem becomes a least-squares fit. Experimental results on a laboratory distribution grid show the estimated parameters reduce load-flow voltage error by up to 83% compared with datasheet values.
Load-bearing premise
The method assumes a balanced, radial, single-phase grid where voltage phasors (or RMS values plus angles) and complex power injections are measured at every node; in real low-voltage grids many nodes have no meter, so the equations cannot be formed.
Editorial extensions
If this is right
- With full phasor observability, line resistance and reactance can in principle be recovered exactly from noiseless measurements, with no additional metering infrastructure beyond what PMUs already provide.
- With RMS smart-meter data, two measurement intervals with sufficiently different power injections are enough to make the line parameters identifiable, provided the grid is fully metered at every node.
- Supplying the analytical Jacobian to an off-the-shelf least-squares solver can cut runtime substantially, making online or repeated parameter updating more practical.
- Corrected line parameters improve load-flow voltage predictions; in the paper's experiments the average voltage error dropped by up to 83% relative to datasheet values.
- The methods tolerate rough initial guesses up to about a factor of 10 in impedance magnitude; beyond that, convergence is not guaranteed.
Reading between the lines
- This suggests the same swap of unknowns and measurements could be applied to other load-flow unknowns, such as shunt admittances or transformer tap positions, whenever the equations are square.
- The two-interval identifiability result implies a practical rule for smart-meter campaigns: choose measurement times with large, opposite injections to keep the Jacobian well-conditioned; the paper's 1% difference threshold is a lower bound that noise would likely push higher.
- A natural testable extension is unbalanced three-phase networks, where per-phase impedances and mutual couplings would add unknowns; the paper leaves this open.
- If smart-meter coverage is incomplete, the equations become underdetermined; combining the method with topology or load models would be needed, which is beyond the paper's assumptions.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes methods for estimating the series resistance and reactance of distribution lines from nodal measurements. It reformulates the parameter estimation problem as a load-flow problem with impedances as unknowns: when PMU measurements are available, a square system is solved by Newton-Raphson with an analytically derived Jacobian; when only RMS measurements are available, data from multiple intervals are combined in a least-squares formulation solved either by damped Newton-Raphson or by trust-region-reflective optimization. The methods are validated on a laboratory distribution grid test bench.
Significance. The analytical Jacobian derivation in Section III-B is correct and clearly presented; the relation dY/dX = j*dY/dR is valid, and the simulation with known ground truth in Section IV-B converges to parameter errors below 0.11%. The reformulation of impedance estimation as a load-flow problem with adjusted unknowns is a useful pedagogical and practical contribution, and the reported speed-up of trust-region-reflective optimization with the analytical Jacobian (0.05 s vs 9.2 s) is promising. However, the experimental validation in Section IV-D is weakened by the in-sample evaluation metric, so the claim that the method works approximately from noisy smart meter data is not yet fully supported.
major comments (2)
- [Section IV-D, Eqs. (27)-(29)] The error-reduction metric (27) is evaluated on the same 81 experimental snapshots that were used to fit the line impedances via the least-squares objective (24). This is a training-error quantity: any model fitted to minimize the power-flow mismatches on those snapshots will tend to reduce the corresponding voltage errors, even if the estimated impedances are not physically correct. The statement in Section IV-D that 'Because the 81 data points cover the full range of the grid’s capabilities, we can assume that the estimation of the line parameters is reliable' does not follow from the reported evidence, and Table III's estimates (up to 67% above datasheet) are equally consistent with overfitting to measurement noise and model mismatch. Please provide out-of-sample validation (e.g., fit on a subset, evaluate on a held-out subset) or an independent ground-truth measurement of the line impedances; without this, the 'approximately from noisy smart meter data' part of the claim is not established.
- [Section III-C and IV-C] The claim that two time instants 'should carry enough information' is based on counting equations versus unknowns (4N vs 4N-4). Equation counting does not establish global identifiability: it only shows that the system is not obviously underdetermined. The Jacobian nonsingularity analysis in Section IV-C is local and computed at the first iteration from the initial datasheet guess; Section IV-C itself states that a nonsingular Jacobian 'does not guarantee that NR converges to the line parameters’ true value, as multiple values might satisfy the power flow equations.' The simulation in Section IV-B demonstrates a favorable case, but the uniqueness claim is not proven. Please either provide a proof of injectivity under the stated assumptions (e.g., using monotonicity of power flow equations in radial networks) or explicitly soften the claim to 'sufficient in the tested configurations.'
minor comments (5)
- [Section III-C] The sentence 'we also need to compute the derivatives \partial \Delta P^{t_i}_k / \partial \theta^{t_j}_k and \partial \Delta P^{t_i}_k / \partial \theta^{t_j}_k' should read \partial \Delta Q^{t_i}_k / \partial \theta^{t_j}_k for the second derivative.
- [Section IV-A] The grouping of Z3, Z4, and Z5 into a single impedance is described only briefly; please state the electrical topology (series/parallel) and how the three line segments are combined.
- [Eq. (19)] The derivative of the phase angle uses arctan; for a robust implementation, use atan2 to handle the quadrant of \phi_{kj}.
- [Section IV-D] The observation that the measured current (7 A) is much smaller than the sensor rating (50 A) does not by itself establish reliability of the parameter estimates; low current levels can reduce the signal-to-noise ratio for impedance estimation. Please clarify or remove this statement.
- [Section III-D] The word 'least-sqaures' is a typo and should be 'least-squares'.
Circularity Check
Validation is in-sample: the same 81 snapshots are used to fit line impedances and to compute the voltage-error reduction, and the convergence test treats the fitted values as ground truth.
-
fitted input called prediction
[Section IV-D, Eqs. (24), (27)-(29)]
"To evaluate whether these new values are a better estimate than datasheet information, we use a load flow to compute the voltage magnitude under the different impedance values and compare them against experimental measurements. ... Because the 81 data points cover the full range of the grid's capabilities, we can assume that the estimation of the line parameters is reliable."
The same 81 snapshots used to solve the least-squares objective (24) are used to compute the voltage-error metric (27). Objective (24) is exactly the sum of squared power-flow mismatches (10)-(11) built from the measured voltage magnitudes and powers, so it directly penalizes deviations from those measured voltages. Reporting 83% error reduction on the training set is therefore an in-sample residual statement; without an independent ground-truth impedance or a held-out snapshot set, it cannot establish that the estimated line parameters are physically correct. The datasheet values are used as initial guesses and are not treated as a reference.
-
other
[Section IV-D, Eq. (30) and Fig. 4]
"The impedances estimated in Table III are assumed to be the real ones, 𝑍𝑟𝑒𝑎𝑙 𝑙 ; the initial estimates are modified as 𝑍𝑒𝑠𝑡𝑖𝑚 𝑙,0 =𝜌𝑍𝑟𝑒𝑎𝑙 𝑙 for 𝜌∈[ 0.01,100]."
Convergence accuracy is measured against the very estimates produced by the method (Table III), not against measured physical values. This can only show that NR and TRR return the same local optimum from perturbed starting points; it cannot quantify estimation error. If the Table III values are biased, the test will still report errors below 1% for small rho. Thus the statement that the algorithms converge to the true values is circular.
full rationale
The core derivation in Sections III-B through III-D is self-contained: the power-flow equations define the mismatch functions, the Jacobian is derived analytically from admittance-matrix derivatives, and the least-squares objective minimizes those same mismatches. No target line impedance is assumed as an input, and the simulation study in Section IV-B uses independently generated load-flow ground truth, so that portion is legitimate. The circularity is confined to the experimental validation. Section IV-D fits the line impedances with the least-squares objective (24) using all 81 experimental snapshots, then evaluates them via the voltage-error reduction (27) on the very same snapshots; this is a training-error metric and cannot by itself establish physical correctness. In addition, the convergence study in Fig. 4 defines the 'real' impedances as the paper's own Table III estimates, so it can only demonstrate self-consistency of the optimizer, not accuracy. These issues weaken the noisy-smart-meter-data part of the claim, but they do not undermine the analytical Jacobian derivation. There is no load-bearing self-citation chain or uniqueness argument imported from the authors' prior work.
Assumptions & free parameters
free parameters (1)
- Step size alpha =
1 (simulation), 0.1 (experiment)
assumptions (7)
- domain assumption The grid is radial, single-phase, with L = N-1 lines and negligible shunt admittance.
- domain assumption Voltage phasors or RMS values and complex power injections are known at every node at each measurement time.
- domain assumption Loads are balanced and line impedances are identical across the three phases, so a single-phase equivalent is valid.
- standard math The nodal admittance matrix is constructed from the branch-to-node matrix and primitive admittances as in equations (1)-(3).
- standard math Newton-Raphson converges when initialized sufficiently close to the solution and the Jacobian is nonsingular.
- ad hoc to paper A reasonable initial estimate for the voltage angles is given by a load flow using datasheet line parameters.
- domain assumption Two time steps with sufficiently different, non-zero power injections yield a nonsingular Jacobian.
Cite this review
Pith. "Pith review of Measurement-Based Line-Impedance Estimation in the Absence of Phasor Measurement Units." pith.science (2026). https://pith.science/paper/ZP2MNJ3O
@misc{pith2026250421606,
author = {Pith},
title = {Pith review of: Measurement-Based Line-Impedance Estimation in the Absence of Phasor Measurement Units},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZP2MNJ3O}},
note = {Machine review of arXiv:2504.21606}
}
abstract
This paper proposes and compares experimentally several methods to estimate the series resistance and reactance (i.e., the transversal components of the $\pi$-model of a line) of low-voltage lines in distribution grids. It first shows that if phasor measurements are available and the grid nodal voltages and power injections are known, the problem can be formulated and solved as a conventional load flow with properly adjusted unknowns. To solve this problem, we propose an analytical derivation of the Jacobian matrix. If only RMS values are available, such as from smart meters, integrating information from multiple intervals becomes necessary, ultimately opening to least-squares estimations, widely adopted in the literature. In this context, applying the proposed Jacobian contributes to accelerating the problem resolution of existing algorithms. The methods are compared in terms of estimation performance and convergence by using measurements from an experimental distribution grid interfacing real-world components and with realistic size implemented at the Gridlab at HES-SO Valais.
Figures
Forward citations
Cited by 1 Pith paper
-
Large-Scale Processing and Validation of Grid Data for Assessing the Fair Spatial Distribution of PV Hosting Capacity
A validated grid data pipeline plus a fairness-aware optimal power flow that quantifies the cost of spatially fair PV hosting capacity.
Reference graph
Works this paper leans on
-
[1]
Distribution Grids May Be a Barrier To Residential Electrification
C. Crozier, K. Baker, K. Kircheret al., “Distribution grids may be a barrier to residential electrification,” arXiv preprint arXiv:2410.04540 , 2024
work page Pith review arXiv 2024
-
[2]
R. Gupta, F. Sossan, and M. Paolone, “Countrywide pv hosting capacity and energy storage requirements for distribution networks: The case of switzerland,” Applied Energy , vol. 281, p. 116010, 2021
work page 2021
-
[3]
How grid reinforcement costs differ by the income of electric vehicle users,
S. A. Steinbach and M. J. Blaschke, “How grid reinforcement costs differ by the income of electric vehicle users,”Nature Communications, vol. 15, no. 1, p. 9674, 2024
work page 2024
-
[4]
Real time recursive parameter estimation in energy management systems,
I. Slutsker, S. Mokhtari, and K. Clements, “Real time recursive parameter estimation in energy management systems,”IEEE Transactions on Power Systems, vol. 11, no. 3, pp. 1393–1399, 1996
work page 1996
-
[5]
A data-driven technique for network line parameter estimation using gaussian processes,
A. Priyanka, A. Monti, and F. Ponci, “A data-driven technique for network line parameter estimation using gaussian processes,” in2023 IEEE Power & Energy Society General Meeting (PESGM) . IEEE, 2023, pp. 1–5
work page 2023
-
[6]
C. Mishra, V. A. Centeno, and A. Pal, “Kalman-filter based recursive regression for three-phase line parameter estimation using synchrophasor measurements,” in2015 IEEE Power & Energy Society General Meeting , 2015, pp. 1–5
work page 2015
-
[7]
R. K. Gupta, F. Sossan, J.-Y. Le Boudec, and M. Paolone, “Compound admittance matrix estimation of three-phase untransposed power distri- bution grids using synchrophasor measurements,” IEEE Transactions on Instrumentation and Measurement , vol. 70, pp. 1–13, 2021
work page 2021
-
[8]
Estimate three-phase distribution line parameters with physics-informed graphical learning method,
W. Wang and N. Yu, “Estimate three-phase distribution line parameters with physics-informed graphical learning method,”IEEE Transactions on Power Systems, vol. 37, no. 5, pp. 3577–3591, 2021
work page 2021
Show all 12 references
-
[9]
Transmission line parameter error identification and estimation in three-phase networks,
R. Khalili and A. Abur, “Transmission line parameter error identification and estimation in three-phase networks,” IEEE Transactions on Power Systems, vol. 37, no. 3, pp. 2271–2282, 2022
2022
-
[10]
Backward–forward sweep inverse power flow for distribution line parameters estimation with metering data,
P. C. Leal and P. M. Carvalho, “Backward–forward sweep inverse power flow for distribution line parameters estimation with metering data,” IET Smart Grid , 2024
2024
-
[11]
The moore–penrose pseudoinverse: A tutorial review of the theory,
J. C. A. Barata and M. S. Hussein, “The moore–penrose pseudoinverse: A tutorial review of the theory,” Brazilian Journal of Physics , vol. 42, no. 1–2, p. 146–165, Dec. 2011. [Online]. Available: http://dx.doi.org/10.1007/s13538-011-0052-z
2011 doi
-
[12]
An interior trust region approach for nonlinear minimization subject to bounds,
T. F. Coleman and Y. Li, “An interior trust region approach for nonlinear minimization subject to bounds,” SIAM Journal on Optimization, vol. 6, no. 2, pp. 418–445, 1996. [Online]. Available: https://doi.org/10.1137/0806023
1996 doi
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.