iconOpen Access

ARTICLE

A Robust Hybrid WLS-EKF Algorithm for Power System State Estimation

Zahid Javid1,2, Kush Lohana2, Danial Murtaza2, William Holderbaum3,*

1 Salford Business School, University of Salford, Manchester, UK
2 TNEI Services Limited, Manchester, UK
3 Department of Control Engineering, Manchester Metropolitan University, Manchester, UK

* Corresponding Author: William Holderbaum. Email: email

(This article belongs to the Special Issue: Innovations and Challenges in Smart Grid Technologies)

Energy Engineering 2026, 123(7), 23 https://doi.org/10.32604/ee.2026.080073

Abstract

This paper introduces a novel hybrid method for Power System State Estimation (PS-SE) that effectively integrates the strengths of Weighted Least Squares (WLS) and the Extended Kalman Filter (EKF) through an adaptive weighting mechanism. The proposed method addresses key challenges in modern PS-SE, including measurement uncertainties, bad data detection and handling, and convergence reliability. By incorporating an adaptive weighting mechanism, the hybrid approach dynamically adjusts estimation parameters based on the quality of the measurements, enabling it to maintain high accuracy for clean data while demonstrating exceptional resilience against outliers and noisy measurements. The performance of the proposed method is rigorously evaluated against established state estimation techniques, including WLS, EKF, Bayesian method, Huber-Adaptive Method (HAM) and Neural network-based Method. Simulations are performed on IEEE 14-bus, IEEE 34-bus and IEEE 342-bus test systems to assess estimation accuracy, convergence behavior, computational efficiency, and robustness in the presence of bad data. Results highlight the superior performance of the hybrid method, which achieves higher accuracy and robust convergence properties while requiring 40% fewer iterations than conventional WLS. Despite its enhanced capabilities, the computational burden remains comparable to traditional techniques, making it highly suitable for real-time applications. These findings underscore the proposed hybrid method as a significant advancement in power system state estimation, offering a reliable, efficient, and robust solution for modern power system monitoring and control. It represents a promising approach to address the increasing complexity and data uncertainties in contemporary power grids.

Keywords

Adaptive estimation; hybrid estimator; power system monitoring; state estimation

1  Introduction

Power System State Estimation (PSSE) plays a crucial role in modern power system operation and control, serving as the backbone for real-time monitoring and decision-making processes. With the increasing integration of renewable energy sources, smart grid technologies, and distributed generation, the complexity of power systems has grown significantly, making accurate and robust state estimation more challenging yet more critical than ever. Traditional state estimation methods, while well-established, often struggle with measurement uncertainties, bad data, and convergence issues in modern power networks. The fundamental challenge in PSSE lies in accurately determining system states from a set of redundant measurements that may contain errors, noise, and bad data. While conventional methods like Weighted Least Squares (WLS), Extended Kalman Filter (EKF), have served as the industry standard, their performance can deteriorate significantly in the presence of bad data or during unusual system conditions. This limitation has motivated the development of more robust and adaptive estimation techniques. Recent advances in statistical methods, computational capabilities have opened new avenues for improving state estimation accuracy and reliability. However, many proposed advanced methods either lack robustness against bad data or require excessive computational resources, making them impractical for real-time applications.

Modern power systems are experiencing a paradigm shift in their monitoring and measurement infrastructure. The deployment of Phasor Measurement Units (PMUs) has introduced synchronized, high-resolution measurements that complement traditional SCADA systems, enabling real-time wide-area monitoring and control [1,2]. Concurrently, the proliferation of smart meters and Advanced Metering Infrastructure (AMI) at the distribution level has created unprecedented opportunities for enhanced observability, particularly in systems with high penetration of distributed energy resources [3]. However, this heterogeneous measurement landscape also presents significant challenges in terms of data fusion, optimal utilization of measurements with varying accuracies and sampling rates, and handling of communication delays and data gaps. Distribution networks and microgrids present unique challenges for state estimation that differ substantially from transmission systems. Three-phase unbalanced conditions, the presence of neutral conductors, high R/X ratios, and limited real-time measurements characterize distribution system state estimation (DSSE) [4]. Microgrids, with their dynamic topology changes, islanding capabilities, and high penetration of intermittent renewable generation, require state estimation methods that can adapt rapidly to changing operational conditions [5]. In scenarios with limited measurement infrastructure, pseudo-measurements derived from historical data, load forecasts, and statistical models become essential for maintaining system observability, though they introduce additional uncertainty that must be carefully managed [6].

This paper addresses these challenges by introducing and novel Hybrid Huber-Adaptive Robust Method (HH-ARM) for PSSE by combining the statistical robustness of Huber’s M-estimator with adaptive optimization technique. The main contributions of this paper are:

We propose a novel state estimation method that dynamically integrates weighted least squares (WLS) and extended Kalman filter (EKF) approaches through an adaptive weighting mechanism. Unlike existing hybrid methods that use fixed weights or switching logic, our approach continuously adjusts the contribution of each component based on real-time assessment of measurement quality and system operating conditions.

A regularized adaptive weighting scheme is introduced that balances estimation accuracy and numerical stability. The mechanism automatically determines optimal fusion between static WLS and dynamic EKF estimates without requiring system-specific parameter tuning, demonstrated through consistent performance across test systems of different scales.

The paper provides detailed guidance on measurement infrastructure requirements, parameter tuning strategies, and extension to emerging applications, facilitating practical deployment in modern power system control centers.

2  State of the Art and Beyond

The Weighted Least Squares (WLS) estimator, first introduced by Schweppe and Wildes [7], remains one of the most widely used methods for Power System State Estimation (PS-SE). By minimizing the sum of squared residuals weighted by measurement variances, WLS offers computational simplicity and efficiency, making it a practical choice for many real-world applications. Since its introduction in 1970, WLS has undergone numerous advancements to enhance its performance. For instance, a non-iterative WLS approach was proposed in [8] to improve computational speed, while iterative reweighting techniques were introduced in Ref. [9] to enhance robustness. Additionally, Ref. [10] developed an optimal weighting strategy for WLS to improve estimation accuracy. Despite these advancements, WLS remains highly sensitive to bad data, as it assumes Gaussian measurement errors, and its performance can degrade significantly in the presence of outliers [6].

To address the limitations of static estimators like WLS, the Extended Kalman Filter (EKF) [11] was introduced to extend state estimation to dynamic systems. EKF incorporates system state prediction into the estimation process, enabling it to track dynamic state changes more effectively. While this approach improves performance in dynamic environments, it still struggles with measurement outliers and is computationally intensive, particularly for large-scale systems [12].

The Bayesian method [13] provides a probabilistic framework for state estimation by incorporating prior knowledge into the estimation process. This approach is particularly advantageous in scenarios with high uncertainty, as it allows for more informed estimations. However, Bayesian methods often require significant computational resources, which limit their applicability for real-time PS-SE in large-scale systems [14].

Recent advancements in artificial intelligence (AI) have introduced neural networks and deep learning approaches, which can model the complex, nonlinear relationships in power systems [15]. These methods have shown promise in improving estimation accuracy and robustness, particularly in handling noisy and incomplete data. However, they come with challenges, such as the need for extensive training data, high computational demands, and limited interpretability, which can hinder their adoption in critical real-time applications [2,14]. Recent advances in robust state estimation address computational efficiency and adaptability through both advanced M-estimation and hybrid approaches. Reference [16] proposed generalized M-estimation with sampling-optimized parameters, achieving robustness up to 12% contamination with 15–18 s computation time for 300-bus systems. The method adaptively adjusts the Huber parameter β based on measurement noise distribution, improving accuracy by 23% over fixed-parameter approaches in non-Gaussian scenarios. Authors in [17] developed interval state estimation using fixed-point expansion for distribution systems, providing guaranteed bounds under uncertainty but with O(n4) complexity limiting scalability. Reference [18] proposed graph neural networks exploiting topology, achieving fast inference but limited robustness to bad data.

Huber’s M-estimator [16] provides a robust alternative to traditional L2-based methods by balancing the sensitivity of the L1 and L2 norms. This approach is effective in handling outliers while maintaining efficiency for normal measurements. However, its performance can still be limited by the choice of tuning parameters and its reliance on static weighting, which may not adapt well to varying system conditions.

The integration of PMUs has revolutionized power system state estimation by providing synchronized voltage and current phasor measurements with sampling rates up to 60 samples per second [19]. Unlike conventional SCADA measurements, PMU data offers time-synchronized measurements across geographically dispersed locations, enabling enhanced observability and dynamic state tracking. However, the integration of PMU and SCADA measurements in a hybrid framework presents several challenges, including optimal placement of PMUs for system observability, handling measurements with different sampling rates and accuracies, and managing communication delays and data losses in wide-area monitoring systems [20]. Recent research has focused on developing hybrid state estimators that optimally combine PMU and SCADA data. Linear state estimation methods leveraging PMU measurements have been proposed to avoid the computational burden of iterative nonlinear estimation [21]. However, in partially observable systems where PMU coverage is incomplete, nonlinear estimation remains necessary. Adaptive weighting schemes that dynamically adjust the contribution of PMU and SCADA measurements based on their respective characteristics have shown promise in improving estimation accuracy and robustness. The proposed hybrid method in this paper, with its adaptive weighting mechanism, is particularly well-suited for such hybrid measurement environments, as it can dynamically adjust the contribution of different measurement types based on their quality and reliability.

Microgrids represent a paradigm shift in power system architecture, characterized by the integration of distributed generation, energy storage systems, and controllable loads within a localized network that can operate in both grid-connected and islanded modes [5]. State estimation in microgrids faces unique challenges including: rapid topology changes during islanding transitions, high penetration of intermittent renewable generation causing significant state variations, limited measurement infrastructure due to economic constraints, and the need for real-time estimation to support fast control actions. The application of Kalman filter-based methods, particularly the EKF has gained significant attention for microgrid state estimation due to their inherent ability to track dynamic system states [22]. These methods incorporate system dynamics through process models, making them particularly suitable for capturing the rapid state changes characteristic of microgrids. Recent work has demonstrated the effectiveness of adaptive Kalman filtering approaches that adjust process and measurement noise covariances based on operating conditions. However, these methods can be computationally intensive and sensitive to model uncertainties, particularly during transient conditions or mode transitions. Distributed and decentralized state estimation approaches have also emerged as promising solutions for microgrids, offering improved scalability and resilience to communication failures. These methods decompose the global estimation problem into local sub-problems solved at individual nodes or zones, with coordination achieved through limited information exchange. The hybrid approach proposed in this paper could be extended to such distributed frameworks, leveraging its adaptive weighting mechanism to handle the varying data quality and availability inherent in microgrid environments.

State estimation in three-phase distribution networks presents distinct challenges compared to transmission systems, primarily due to the unbalanced nature of distribution systems, high R/X ratios of distribution lines, radial or weakly meshed topology, and the presence of neutral conductors that must be explicitly modeled [4]. Traditional state estimation methods developed for balanced transmission systems often fail to provide accurate results when directly applied to unbalanced distribution networks, as they neglect the coupling between phases and the role of the neutral conductor.

Recent advances in DSSE have focused on developing three-phase models that explicitly account for system unbalances. The branch current-based formulation has gained popularity for distribution systems due to its better numerical properties compared to traditional bus voltage-based methods, particularly in systems with high R/X ratios [4]. Furthermore, the inclusion of neutral conductor modeling has been shown to significantly improve estimation accuracy, especially in four-wire distribution systems common in low-voltage networks [23]. The challenge of limited real-time measurements in distribution networks has led to increased reliance on pseudo-measurements and virtual measurements. Recent work has explored the integration of smart meter data, which provides high-resolution consumption data but typically lacks the time synchronization of SCADA or PMU measurements. Advanced load modeling techniques and the use of machine learning for load forecasting have been proposed to generate more accurate pseudo-measurements [24]. While the current implementation of our hybrid method focuses on balanced systems, the adaptive weighting framework is inherently suitable for extension to three-phase systems, where it could optimally weight measurements and pseudo-measurements of varying quality across different phases.

In many practical power system state estimation applications, particularly in distribution networks and emerging microgrids, the availability of real-time measurements is limited due to economic constraints and infrastructure limitations. In such scenarios, pseudo-measurements become essential for maintaining system observability. Pseudo-measurements are typically derived from historical load data, short-term load forecasts, typical load profiles, and network topology information. However, these pseudo-measurements inherently carry higher uncertainty compared to real-time measurements, and their accuracy directly impacts the overall state estimation performance. The challenge of integrating heterogeneous data sources—including SCADA measurements, PMU data, smart meter readings, and pseudo-measurements—has received significant research attention. Multi-source data fusion techniques aim to optimally combine information from various sources while accounting for their different characteristics in terms of accuracy, sampling rate, time synchronization, and reliability [25]. Bayesian frameworks have been proposed to incorporate prior information and uncertainty quantification in state estimation with pseudo-measurements [13]. However, these methods can be computationally demanding and require careful specification of prior distributions.

Recent research has explored the use of machine learning techniques to improve pseudo-measurement accuracy. Neural networks and Gaussian processes have been employed to learn complex load patterns from historical data and generate more accurate load forecasts. Additionally, adaptive strategies that update pseudo-measurement variances based on forecast accuracy and real-time measurement residuals have shown promise in improving estimation robustness [26]. The adaptive weighting mechanism in our proposed hybrid method is particularly well-suited for handling scenarios with mixed real and pseudo-measurements, as it can dynamically adjust the contribution of each measurement based on its quality indicator, effectively down-weighting unreliable pseudo-measurements while maintaining the benefits of increased redundancy.

Beyond traditional WLS-based approaches, several advanced methodologies have been developed to address specific challenges in power system state estimation, particularly concerning robustness, computational efficiency, and handling of non-Gaussian measurement errors. While the classical WLS method assumes Gaussian measurement errors, real-world power system measurements often contain outliers and non-Gaussian noise. M-estimators provide robust alternatives by replacing the quadratic cost function with more robust loss functions. The Huber M-estimator combines quadratic loss for small residuals with absolute loss for large residuals, providing robustness against outliers while maintaining efficiency for Gaussian noise [16]. Correntropy, a localized similarity measure from information theoretic learning, has recently been applied to state estimation to handle non-Gaussian noise and outliers [27]. Correntropy-based Kalman filters have been developed for dynamic state estimation, showing superior performance in heavy-tailed noise environments compared to standard EKF [28]. However, these methods introduce a kernel bandwidth parameter that significantly affects performance, and the non-convex optimization problem can lead to local minima. Traditional state estimation formulates a nonlinear least squares problem due to the nonlinearity of power flow equations. Linear state estimation methods aim to avoid iterative solutions by reformulating the problem in terms of linear measurements or through linearization techniques. PMU-based linear state estimation leverages the linear relationship between voltage phasors and current phasor measurements, enabling direct solution without iteration [29]. While these methods offer computational advantages, they require specific measurement configurations (e.g., full PMU observability) or system topologies, limiting their applicability in hybrid measurement scenarios where both linear and nonlinear measurements coexist.

Extensions to state estimation have been proposed, formulating Holomorphic Embedding State estimation Method that inherits the convergence properties of Holomorphic Embedding Load Flow [30]. However, the practical implementation of holomorphic embedding for state estimation faces challenges including computational complexity of power series calculations for large systems, difficulty in incorporating inequality constraints, and limited research on handling bad data and topology errors.

Despite the significant advances in PS-SE methodologies, existing approaches often face one or more limitations, such as sensitivity to bad data, lack of adaptability to changing system conditions, high computational complexity, poor convergence properties, or limited scalability to modern power systems. These limitations create a gap in the ability to provide accurate, robust, and computationally efficient state estimation for evolving power systems characterized by increased grid complexity, intermittent renewable energy sources, and diverse measurement uncertainties.

To address these challenges, this paper proposes a hybrid state estimation method that combines the strengths of WLS and EKF through an adaptive weighting mechanism. The proposed method dynamically adjusts the contributions of WLS and EKF based on the quality of measurements and system conditions, enabling it to maintain high accuracy for clean data while being robust against outliers and measurement noise. By leveraging the computational efficiency of WLS and the dynamic tracking capability of EKF, the hybrid method achieves a balance between robustness, adaptability, and efficiency. This approach represents a significant advancement in PS-SE, offering a practical solution for modern power system monitoring and control. The proposed hybrid method in this paper distinguishes itself from these advanced techniques through its adaptive integration of WLS and EKF frameworks. Unlike M-estimators and correntropy methods that focus primarily on robustness against outliers, our approach addresses the broader challenge of optimal fusion between static and dynamic estimation paradigms. The adaptive weighting mechanism automatically balances the contributions based on system conditions without requiring manual parameter tuning for different scenarios.

The rest of the paper is organized as follows. Section 3 provides the mathematical model of the proposed method and the models of EKF, WLS, Bayesian and AI for comparison purposes. Section 4 provides the simulation results. Section 5 discusses the broader implications, strengths, challenges, and potential areas for future research. Finally, Section 6 draws the conclusions.

3  Formulation

This section details the formulation of the proposed hybrid method and methods used for comparison (HAM, EKF, WSL, Bayesian, AI). The measurement model for the study is given below.

z=h(x)+e(1)

where, zRm is the measurement vector.

x=[δ2,,δn,V1,,Vn]Rn is the state vector (V: voltage & δ: voltage angle); h(x):RnRm is the nonlinear measurement function (PF equations) and eN(0,R) is the measurement error (measurement noise).

3.1 HAM Model

The HRM combines the statistical robustness of Huber’s M-estimator with adaptive weight optimization. Given the measurement model in (1), the objective function of the HRM adaptive weighting is given below.

minO(x)=iρ(ri(x))+λiwi(x)g(x)(2)

where: ri(x)=zihi(x)σi; ρ(ri)={12ri2|ri|kk|ri|12k2|ri|k;

O(x): objective function; wi(x): adaptive weight function; g(x): regularization function; ri(x): normalized residual for measurement i; σi: standard deviation of measurement i; ρ(ri): Huber loss function; k: Huber threshold; λ: regularization parameter.

The adaptive weight function is given below:

wi=exp(βri2).γi(3)

where: β: sensitivity parameter for adaptive weight; γi: measurement reliability index.

The state equation becomes:

xk+1=xk+αO(xk)(4)

where: J(xk)=H(xk)TW(xk)R1[zh(xk)]; α: step size determined by line search; H(x): Jacobian matrix of h(x); R: measurement error covariance matrix.

The convergence criteria is set on state change and gradient norm as follows xk+1xkε1 and

O(xk)ε2

where: ϵ1: tolerance for the state change and ϵ2: tolerance for the gradient norm.

3.2 AI Model

The AI state estimation method combines the robustness of neural networks with traditional state estimation principles. This approach leverages deep learning capabilities for adaptive weight prediction while maintaining the mathematical rigor of conventional estimation techniques Given the measurement model in (1), the layer structure of the used method is given below.

L={L1,L2,,Lk}(5)

where, L1: input layer (m neurons); L2,L3: hidden layers (64, 32); Lk: output layer (2n − 1) neuron (n = number of buses in power system).

For each measurement i the adaptive weight prediction is given below.

wi=NN(ri)=σ(W1.σ(WL1σ(W1ri+b1)+bL1)+bL)(6)

where, ri=(zihi(x)/σi: is the normalized residual; σ(.): is the activation function (ReLU/sigmoid); wi: is the predicted measured weight.

The objective function is given below.

minO(x)=iwi(x)(zihi(x))2Ri+λx2(7)

where, wi(x): is the neural network predicted weight; λ: is the adaptive regularization parameter; Ri: measurement variance.

Finally, the state update equation can be written as follows.

xk+1=xk+αkΔxk(8)

where, Δxk=HkTW(zh(xk))/(HkTWHk+λI); αk: is the learning rate; W=diag(w1,wm): is the diagonal weight matrix.

The convergence criteria is set as Δxkε.

3.3 EKF Model

EKF provides a recursive state estimation framework for nonlinear power systems by combining measurement information with system dynamics. It extends the traditional Kalman filter to handle the nonlinear nature of power system measurements through linearization about the current state estimate.

The EKF objective function:

O(x)=(xx^k)TPk1(xx^k)(9)

where, x^: denotes the estimated value of the state vector.

The state evolution model of used EKF is given below.

xk+1=f(xk)+wk(10)

zk=h(xk)+vk(11)

where, wkN(0,Qk): is process noise; vkN(0,Rk): measured noise; Qk: process noise covariance; Q=diag[σ2d,,σ2d,σ2v,,σ2v] (σ2d: variance for angle states; σ2v: variance for voltage states); R=diag[σ2p,,σ2p,σ2g,,σ2g] (=σ2p: variance for power measurement; σ2g: variance for voltage measurement).

The state prediction and covariance prediction are as follows.

x^k+1|k=f(x^k|k)(12)

Pk+1|k=FkPk|kFkT+Qk(13)

where, Fk=f/dx|x=x^k|k

The Kalman gain is given below.

Kk+1=Pk+1|kHk+1T(Hk+1Pk+1|kHk+1T+Rk+1)(14)

The state update can be written as follows as:

x^k+1|k+1=x^k+1|k+Kk+1(zk+1h(x^k+1|k)(15)

The covariance update can be written as follows:

Pk+1|k+1=(IKk+1Hk+1)Pk+1|k(16)

where, Hk+1=h/dx|x=x^k+1|k

The convergence criteria is set as follows:

εv=V^V2/V2(17)

εδ=δ^δ2/δ2(18)

3.4 WLS Model

The Weighted Least Squares (WLS) method is one of the most commonly used techniques for power system state estimation. It is designed to minimize the weighted sum of squared errors between the measured values and the predicted values, making it highly effective for systems with linear or mildly nonlinear characteristics. WLS is particularly valued for its simplicity, reliability, and computational efficiency in practical applications.

Objective function:

O(x)=(zh(x))TR1(zh(x))(19)

The normalization equation:

[H(xk)TR1H(xk)]Δxk+1=H(xk)TR1[zh(xk)](20)

State update equation:

xk+1=xk+Δxk+1(21)

Gain matrix:

G(xk)=H(xk)TR1H(xk)(22)

Error computation:

r=zh(x)(23)

ri(x)=R12(zh(x))(24)

where, r: measurement residual and ri(x): normalized residual.

The weighted sum of squares:

O(x)=rTR1r(25)

The convergence criteria is set as follows:

Δxk+1maxε1(26)

|O(xk+1)O(xk)|ε2(27)

3.5 Bayesian Model

The Bayesian state estimation method provides a probabilistic framework for power system state estimation by incorporating prior knowledge and measurement uncertainties. Unlike traditional deterministic approaches, this method treats system states as random variables, offering a comprehensive framework for uncertainty quantification and robust estimation.

The method is built on Bayes’ theorem:

p(x|z)p(z|x)p(x)(28)

where, p(z|x): is likelihood function; p(x): prior function; p(x|z): is posterior distribution.

Given the measurement equation given by (1), the prior distribution will be as follows:

xN(μ0,P0)(29)

where, μ0: is the prior mean vector; P0: is the prior covariance matrix

The likelihood function can be written as follows:

L(x)=12(zh(x))TR1(zh(x))12(xμ0)TP01(xμ0)(30)

The objective function with Maximum A Posteriori (MAP) estimation can be written as follows:

x^map=arg max{px|z}=arg max{lnp(x|z)}(31)

The update equation:

Δxk=[HkTR1Hk+P01][HkTR1(zh(xk))P01(xkμ0)](32)

State update:

xk+1=xk+Δxk(33)

State convergence:

Δxkε1(34)

Likelihood convergence:

|(xk+1)(xk)|ε2(35)

3.6 Hybrid Model

The proposed hybrid method combines the strengths of WLS, EKF through an adaptive weighting mechanism. This approach provides enhanced robustness and accuracy in PSSE by dynamically adjusting the contribution of each method based on measurement quality and system conditions.

The objective function for the hybrid method is given below.

O(x)=β1OWLS(x)+β2OEKF(x)+β3Oλ(x)(36)

where, β1,β2,β3: are adaptive weight coefficients (β1+β2+β3=1)

The WLS component is as follows:

OWLS(x)=(zh(x))TR1(zh(x))(37)

The EKF component is as follows:

OEKF(x)=(xx^k)TPk1(xx^k)(38)

The regularization component is as follows:

Oλ(x)=λxx02(39)

The adaptive weights for each component are given below.

β1,k+1=γ1exp(α1zh(xk)2)(40)

β2,k+1=γ2exp(α2xkx^k2)(41)

β3,k+1=1(β1,k+1+β2,k+1)(42)

The state update is as follows:

xk+1=xk+αkΔxk(43)

where, Δxk=(HkTWkHk(zh(xk))+Qk(xkx^k); α: is the step size parameter; Wk=β1,kR1+β2,kPk1; Qk=β3,kλI.

The covariance update will be as follows:

Pk+1=(IKkHk)Pk(IKkHk)T+KkRkKkT(44)

where, Kk=β1,kKWLS+β2,kKEKF

The convergence criteria is set as follows:

xk+1xkε1(45)

O(xk+1)O(xk)ε2(46)

The core novelty of the proposed hybrid method lies in its adaptive weighting mechanism, which dynamically determines the optimal balance between WLS and EKF estimates based on real-time assessment of measurement quality and estimation performance. Unlike fixed-weight fusion or threshold-based switching, this mechanism provides smooth, continuous adaptation. The detail on adaptive mechanism in given in Appendix A.

3.7 Convergence Criteria

The convergence criteria outlined in Section 3 ensure the stability and accuracy of state estimation methods. These criteria are critical for evaluating when the algorithm has sufficiently minimized errors and can terminate. Below is an interpretation of each:

3.7.1 State Change Tolerance (ε1)

The condition xk+1xk∣∣ ϵ1 ensures that the state vector updates between iterations are sufficiently small, indicating proximity to the true solution. This criterion monitors the stability of the state estimation process. A small change in the state vector suggests that the algorithm has reached a steady state, where further iterations would yield negligible improvements.

3.7.2 Gradient Norm Tolerance (ε2)

The condition O(xk)∣∣ ϵ2 ensures that the gradient of the objective function is close to zero. This criterion reflects the optimality of the solution. A near-zero gradient indicates that the algorithm has minimized the objective function, achieving the best possible estimation under the given model.

These convergence criteria work together to balance computational efficiency and estimation accuracy. By setting appropriate tolerance values, the algorithm avoids premature termination and ensures robustness, even under challenging conditions such as noisy measurements or bad data.

4  Simulation and Results

The proposed method is compared against WLS, Bayesian, EKF, HAM and AI-based methods using the IEEE 14-bus IEEE 342-bus and IEEE 34-bus standard test systems. Simulation results ARE analyzed to evaluate the methods’ performance in terms of estimation accuracy, convergence characteristics, and sensitivity to measurement noise and bad data. Table 1 presents the results, highlighting the comparative performance of the state estimation methods for both the IEEE 14-bus and IEEE 342-bus systems. In our test systems, we utilized a combination of standard SCADA measurements (power flows and injections) with 2%–3% noise and PMU measurements with 0.1% noise, strategically placed to ensure complete system observability. For the IEEE 14-bus system, measurements were placed at 8 key locations, while for the IEEE 342-bus system, measurements were distributed across 105 strategic locations and for IEEE 34-bus across 18 strategic locations. Additionally, general load patterns for both networks were assumed to be approximately known to reflect realistic operating conditions. This measurement configuration was designed to balance accuracy and computational efficiency, providing a robust foundation for evaluating the proposed method. The metrics used to evaluate the methods include number of iterations, time (seconds), objective function value O(x), Root Mean Square Error (RMSE), Mean Absolute Error (MAE) and Maximum Residual Error (MRE). For IEEE 14 and 34 bus network the Hybrid method outperforms others while requiring the shortest computation time. The AI method, despite being computationally the slowest, shows the highest error metrics. WLS demonstrates a balanced performance with relatively low errors and moderate computation time. For large network (IEEE 342-bus) the hybrid method again proves superior, achieving the lowest RMSE, MAE, and MRE with a relatively short computation time.

images

The HAM and Bayesian require more iterations and computation time compared to prosed method, with higher error metrics. EKF delivers relatively low error metrics but takes more time compared to Hybrid approach. The results indicate that the proposed hybrid method consistently demonstrates superior performance across both test systems. Its low RMSE, MAE, and MRE values highlight its accuracy, while its remarkably short computation time reflects its efficiency. This makes it an ideal candidate for real-time applications or large-scale systems where computational speed and precision are critical. Conversely, the AI method, although capable of solving the systems, exhibits significantly higher error metrics and computation times, which may limit its practical applicability compared to analytical methods. The reason can be limited availability of data. The WLS method provides a good balance between accuracy and computational efficiency, making it a viable alternative for smaller systems like IEEE 14-bus. However, its performance is overshadowed by proposed hybrid in larger systems.

This comparative study underscores the importance of selecting methods that not only minimize error metrics but also optimize computation time, particularly in large-scale distribution networks. The hybrid method emerges as the most robust and efficient approach, while AI requires further optimization to enhance its practical usability. The voltage profiles of different nodes of IEEE 342 bus test network are shown in Fig. 1 for all the methods. The accuracy is compared with load flow (true value). It should be noted that it is a multiphase network with total nodes of 1380 and the results shown in Figure are per phase.

images images

Figure 1: Estimated voltage profile at different modes.

The results presented in Fig. 1 clearly demonstrate that the proposed hybrid method outperforms all other methods in accurately estimating the voltage, even at the most challenging nodes (500 and 1000). This indicates the method’s superior capability to handle complex scenarios where traditional techniques often struggle. To further evaluate the robustness and effectiveness of the algorithms, additional simulations were conducted using noisy measurement data, with the results for the worst-performing nodes illustrated in Fig. 2.

images

Figure 2: Estimated voltage profile at worst node with noisy data.

Under these noisy conditions, the proposed hybrid method and WLS continued to perform well, demonstrating resilience to measurement noise due to their adaptive weighting mechanisms. These adaptive weights allow the methods to dynamically adjust their estimation parameters based on the quality of the measurements, enhancing their robustness against errors. In contrast, the performance of the AI-based method remained largely unchanged when exposed to noise, indicating a lack of sensitivity to measurement quality. However, this also suggests that its error metrics were inherently high, even under normal conditions, limiting its overall effectiveness. On the other hand, the performance of EKF and HAM deteriorated significantly under noisy conditions, highlighting their vulnerability to measurement uncertainties and their inability to adapt effectively to such challenges. These findings underscore the robustness and adaptability of the proposed hybrid method, particularly in scenarios with noisy or unreliable data, where traditional and AI-based methods fall short.

4.1 Robustness Analysis

4.1.1 Multiple Bad Data Injection

To rigorously evaluate the hybrid method’s claimed resilience against outliers, we conducted systematic bad data injection tests on IEEE 342-bus test system. Unlike single bad data scenarios, this analysis focuses on multiple simultaneous outliers, including interacting with bad data that can evade traditional detection methods. Three types of bad data were injected: (1) Random outliers with Gaussian noise amplified by factors of 5–10σ at randomly selected measurements; (2) Leverage point bad data at critical measurements (high-leverage measurements in the Jacobian matrix) that have disproportionate influence on the estimation; (3) Conforming bad data designed to be consistent with the network model but correspond to incorrect system states, making them difficult to detect through residual-based methods. For each test case, we varied the percentage of contaminated measurements from 5% to 20% and compared the performance of the hybrid method against standard WLS, WLS with Largest Normalized Residual (LNR) test (threshold = 3.0), and standard EKF. Table 2 presents RMSE for different contamination levels in the IEEE 342-bus test system. At 5% bad data contamination (17–18 simultaneous outliers distributed across the network), the hybrid method achieved RMSE of 0.15, significantly outperforming standard WLS (10.45), WLS with LNR test (4.76), and standard EKF (3.76). The hybrid method’s adaptive weighting mechanism effectively isolated the influence of bad measurements by dynamically shifting weight toward the EKF component when WLS residuals indicated contamination. As contamination increased to 10% (34–35 outliers including leverage points), the hybrid method maintained RMSE of 0.38, demonstrating remarkable resilience, while standard WLS degraded severely to 12.76. The WLS+LNR approach achieved RMSE of 10.87, and EKF showed RMSE of 7.95. The larger system size provided greater measurement redundancy, which enhanced the relative robustness of the hybrid approach—the method maintained RMSE below 1.0 up to 15% contamination (RMSE = 0.52 at 15%). At 20% contamination (68–69 outliers, representing severe measurement corruption), the hybrid method’s RMSE increased to 1.37 but remained substantially lower than all competing methods: WLS (18.67), WLS+LNR (15.76), and EKF (13.87). The breakdown point—defined as the contamination level where RMSE exceeds a critical threshold indicating unacceptable estimation quality—occurred at approximately 22%–25% for the hybrid method, compared to less than 7% for standard WLS and approximately 18% for EKF alone. This represents a significant improvement in robustness, with the hybrid method tolerating 3–4 times more bad data than conventional WLS before performance degradation becomes critical.

images

4.1.2 Mechanism of Robustness

The hybrid method’s resilience does not rely on explicit M-estimator weight functions (Huber, Hampel, Tukey) within the WLS component. Instead, robustness emerges from the adaptive fusion mechanism: when measurements are contaminated, the WLS estimate deviates significantly from the true state, producing large residuals that trigger automatic down-weighting. The EKF, leveraging temporal consistency and prediction from previous clean states, provides a stable reference that receives increased weight. This “soft switching” avoids the binary decisions of traditional bad data detection (identify and remove) and instead gracefully degrades the influence of outliers.

4.1.3 Limitations and Future Enhancements

The current hybrid method’s breakdown point (18% contamination) is superior to standard WLS (5%–7%) but lower than dedicated robust estimators using M-estimation (25%–30%). For extremely contaminated scenarios or adversarial data injection attacks, incorporating Huber or Hampel weight functions within the WLS component would provide additional robustness. The hybrid framework is compatible with such enhancements—the WLS block could be replaced with a robust M-estimator while retaining the adaptive fusion mechanism. We acknowledge this limitation and propose this enhancement as future work. Additionally, the current implementation does not explicitly detect and identify bad data; developing a hybrid approach that combines robust estimation with explicit bad data identification would be valuable for operational deployment where utilities require both accurate estimates and flagged suspicious measurements.

4.2 Per-Iteration Computational Analysis

Table 3 presents detailed per-iteration timing analysis. The hybrid method performs three computational tasks per iteration: (1) WLS estimation, (2) EKF prediction and correction, and (3) adaptive weight computation and fusion. This naturally increases the per-iteration cost compared to running WLS or EKF alone. While the hybrid method does have higher cost per iteration (approximately 25%–35% more than WLS alone), it achieves faster overall execution due to superior convergence properties. For the IEEE 342-bus system, the hybrid method requires 1.146 s per iteration compared to 0.914 s for WLS (25% overhead) but converges in only 7 iterations vs. 10 for WLS, resulting in total time of 8.025 vs. 9.137 s—a net 12%-time savings. The real-time suitability claim is justified by: (1) Total execution time of 8 s for 342-bus system fits comfortably within typical 2–4 s SCADA refresh cycles when considering that state estimation doesn’t run every cycle, (2) Accuracy-speed tradeoff—the 25% per-iteration overhead is negligible compared to the 100× improvement in estimation accuracy (RMSE: 0.09 vs. 9.06), (3) Parallelization potential—the WLS and EKF components can run concurrently on multi-core processors, reducing the per-iteration overhead to ~10%–15% in optimized implementations, and (4) Reduced need for bad data detection iterations—standard WLS often requires multiple passes with bad data identification/removal, whereas the hybrid method’s robustness eliminates these additional cycles.

images

5  Discussion

The results and analysis presented in Section 4 highlight the effectiveness of the proposed hybrid method compared to traditional and AI-based approaches. This section discusses the broader implications, strengths, challenges, and potential areas for future research.

5.1 Strengths and Versatility of the Hybrid Method

The hybrid method stands out due to its adaptive weighting mechanism, which allows it to dynamically adjust to varying data quality. This adaptability makes it highly resilient to noise in measurement and outliers, as evidenced by its ability to maintain accuracy under challenging scenarios, demonstrated in Figs. 1 and 2. Additionally, the method achieves faster convergence with fewer iterations compared to HAM and Bayesian approaches, making it particularly valuable for real-time applications in large-scale power systems. Its superior performance on both the IEEE 14-bus and IEEE 342-bus systems further highlights its scalability and suitability for modern, complex power grids. By combining the computational simplicity of WLS with the dynamic tracking capabilities of EKF, the hybrid method effectively balances robustness and adaptability, ensuring reliable performance across diverse conditions.

5.2 Challenges and Limitations

The performance of the hybrid method is influenced by the proper selection of parameters, including adaptive weights (β1, β2, β3) and tolerances (ϵ1, ϵ2). Incorrect tuning of these parameters can adversely affect convergence and accuracy. Although robust, the hybrid method’s effectiveness under highly dynamic grid conditions, such as rapid fluctuations from renewable energy sources, require further investigation to ensure consistent performance.

5.3 Application to Microgrids

Microgrids present additional challenges including: rapid dynamics due to low inertia and fast-responding inverter-based resources, islanded operation requiring self-sufficient estimation capabilities, bidirectional power flows, and coordination with the main grid during grid-connected mode. The hybrid method’s dynamic tracking capability through the EKF component aligns well with the fast dynamics of microgrids. However, the state transition model (Eq. (8)) may require modification to capture inverter dynamics and renewable generation variability. The adaptive parameters (β1, β2, β3) would need retuning for microgrid time scales, which are typically faster than bulk power system dynamics. During islanded operation, the reduced system size could enable more frequent estimation updates and potentially incorporation of more sophisticated nonlinear filters (unscented or particle filters) within the hybrid framework.

5.4 Practical Implementation Considerations

In operational power systems, different measurement devices report at vastly different rates: PMUs provide synchronized measurements at 30–60 samples per second, SCADA systems update every 2–4 s, and smart meters may report at even longer intervals (15 min to 1 h). The hybrid method addresses this through a multi-rate filtering framework. The EKF component performs state prediction continuously at the fastest measurement rate (PMU rate), while measurement updates occur asynchronously as data arrives from different sources. When a PMU measurement arrives, it updates the state estimate immediately. When SCADA measurements arrive, they are incorporated with their timestamp and associated uncertainty. The adaptive weights automatically account for measurement staleness by increasing the process noise covariance for delayed measurements, effectively reducing their influence.

At the energy management system, each measurement maintains a timestamp, measurement type identifier, and quality flag. The hybrid algorithm processes measurements in the following sequence: (1) PMU data triggers high-frequency state updates using the EKF prediction-correction cycle; (2) SCADA measurements are buffered and processed in batch when a complete set arrives, updating the WLS component; (3) The adaptive weights (β1, k, β2, k) are computed based on the consistency between PMU-based and SCADA-based estimates; (4) Smart meter data, when available, is treated as pseudo-measurements with appropriate uncertainty modeling. The state estimate is continuously available, with confidence intervals reflecting the recency and quality of incorporated measurements.

The parameters (γ1, γ2, λ, α) require initial calibration but demonstrate stability across operating conditions once tuned. We recommend the following practical tuning procedure: Start with the values established in this study (γ1 = 0.95, γ2 = 0.90, λ = 0.01, α = 0.1) as defaults. Monitor estimation residuals over a representative operating period (1–2 weeks) covering various load conditions. If systematic bias appears in residuals, adjust λ upward (more regularization) or downward (more flexibility). If the method switches excessively between WLS-dominant and EKF-dominant modes, reduce the difference between γ1 and γ2. The regularization parameter α can be tuned based on the observed trade-off between estimation accuracy and computational stability. Most networks should require minimal adjustment from baseline parameters, as the adaptive mechanism compensates for system-specific characteristics. For networks with unusual characteristics (very high measurement redundancy, extremely sparse measurements, or unique topology), an initial offline simulation using historical data is advisable before operational deployment.

5.5 Future Research Directions

Integrating the hybrid method with AI-based techniques could improve its adaptability to nonlinear, dynamic systems while addressing data dependency and interpretability challenges inherent in standalone AI models. Expanding the method to decentralized frameworks would enhance its scalability and resilience, particularly in grids dominated by distributed energy resources. To further optimize real-time applications, adopting advanced optimization techniques, such as parallel computing or GPU acceleration, could significantly reduce computation time. Additionally, incorporating probabilistic models or Bayesian frameworks would provide greater insight into uncertainties, aiding in more informed decision-making for power system operations.

An important extension of the proposed method involves augmenting the state vector to include system frequency estimation. The hybrid framework is naturally suited for this enhancement, as frequency deviates from nominal values during disturbances and load variations, exhibiting dynamics that the EKF component can effectively track. The state vector would be expanded to include frequency (f) and potentially rate of change of frequency (ROCOF, df/dt) at selected buses or as a system-wide common mode variable. PMUs provide direct frequency measurements with high accuracy (±0.005 Hz), which would serve as key measurements for frequency state estimation. The state transition model would incorporate electromechanical swing dynamics relating frequency deviations to power imbalances, while the measurement equations would link frequency states to PMU frequency observations. The adaptive weighting mechanism would automatically balance frequency estimation with voltage and power flow estimation, providing a unified framework for comprehensive system monitoring.

6  Conclusion

This paper presented a novel adaptive hybrid state estimation method that addresses critical limitations in existing power system monitoring techniques. The key achievement is the development of an integrated framework that seamlessly combines the robustness of weighted least squares with the dynamic tracking capability of extended Kalman filtering through an intelligent adaptive mechanism. The proposed regularized adaptive weighting scheme (Eqs. (15)(17)) represents a significant advancement, enabling automatic fusion of static and dynamic estimation paradigms without manual intervention or system-specific calibration.

Simulation results on IEEE 14-bus, IEEE 34-bus and IEEE 342-bus test systems conclusively demonstrate the superiority of the proposed method. Compared to five established techniques (WLS, Bayesian, EKF, HAM, AI-based), the hybrid approach achieved the lowest estimation errors across all metrics—RMSE, MAE, and MRE—while requiring competitive computational time. For the IEEE 342-bus system, the method attained significantly lower for standard EKF and WLS. This combination of accuracy and efficiency positions the method as a practical solution for real-time power system state estimation in modern energy management systems.

The adaptive mechanism demonstrated remarkable robustness to measurement noise and bad data while maintaining excellent dynamic tracking capabilities during load variations. The method’s ability to automatically adjust the balance between WLS and EKF components based on system conditions eliminates the need for manual tuning and enables consistent performance across different network sizes and operating scenarios. The computational efficiency of the hybrid method, achieving superior accuracy in less than 10 s for the large-scale 342-bus system, makes it suitable for deployment in operational control centers with real-time requirements.

Recent AI methods achieve fast inference (<15 ms) but face generalization limitations, require extensive training data, and lack interpretability critical for operational deployment. Advanced robust methods like generalized M-estimation and interval estimation provide strong theoretical guarantees but with higher computational burden (15–20+ s for large systems). The proposed hybrid method achieves comparable robustness (15%–20% contamination tolerance) with lower computational cost (8 s for 342 buses) and no training requirements, making it suitable for immediate operational deployment.

Future work should explore hybrid AI-physics architectures combining the proposed framework’s interpretability with AI pattern recognition capabilities while maintaining computational efficiency for real-time applications. Further research directions include validation on microgrids, implementation of multi-rate filtering for asynchronous measurements from PMUs, SCADA, and smart meters, and integration with distributed energy resource monitoring. Extension to hierarchical and distributed estimation architectures for large-scale interconnected systems also presents promising opportunities for enhancing grid observability and control.

Acknowledgement: None.

Funding Statement: The authors received no specific funding for this study.

Author Contributions: The authors confirm contribution to the paper as follows: study conception, design, simulations and draft manuscript preparation: Zahid Javid; technical input: Kush Lohana; analysis and interpretation of results: Danial Murtaza; supervision and editing: William Holderbaum. All authors reviewed and approved the final version of the manuscript.

Availability of Data and Materials: The test networks used for analysis are publicly available IEEE test systems.

Ethics Approval: Not applicable.

Conflicts of Interest: The authors declare no conflicts of interest.

Appendix A

Weight Calculation: At each time step k, the adaptive weights β1,k and β2,k are computed based on the normalized residuals from both estimation components:

β1,k=(1γ1)exp(λ||rWLS,k||2)+γ1β1,k1(A1)

β2,k=(1γ2)exp(λ||rEKF,k||2)+γ2β2,k1(A2)

where the measurement residual for WLS is:

rWLS,k=R12(zkx^WLS,k)(A3)

and the sequence for EKF is:

rEKF,k=Sk12(zkhx^k)(A4)

with covariance matrix:

Sk=HkPkHkT+Rk(A5)

Here, R is the measurement noise covariance matrix, Hk is the Jacobian of the measurement function, and Pk is the a priori state error covariance from the EKF prediction step.

The parameters γ1 and γ2 (0 < γ1, γ2 < 1) are smoothing factors that provide temporal filtering, preventing abrupt weight transitions and ensuring stability. The sensitivity parameter λ > 0 controls the rate at which weights respond to residual magnitude changes. After computing the raw weights, they are normalized to ensure unity sum:

β~1,k=β1,k/(β1,k+β2,k)(A6)

β~2,k=β2,k/(β1,k+β2,k)(A7)

Physical Interpretation: The exponential weighting function exp(−λ·||r||2) assigns lower weight to estimation components exhibiting large residuals. When WLS produces large residuals—indicating the presence of bad data, measurement outliers, or inadequate observability—β1,k decreases, shifting reliance toward the EKF which leverages temporal correlation and dynamic models. Conversely, when EKF innovations are large—suggesting model uncertainty, rapid state changes not captured by the linear transition model, or poor initialization—β2,k decreases, giving greater weight to the robust WLS estimator. This creates a self-regulating mechanism where each component compensates for the other’s weaknesses.

Parameter Selection: In this study, we use γ1 = 0.95, γ2 = 0.90, and λ = 0.01, determined through sensitivity analysis across test systems. The slightly lower γ2 allows EKF weights to adapt faster to changing dynamics, while the higher γ1 maintains stability in WLS weighting. The value λ = 0.01 provides appropriate sensitivity without causing excessive oscillation.

References

1. Do Coutto Filho MB, de Souza JS, Glover JD, Flôr VB, Nishio A, Lima R, et al. Educational tool for power system state estimation teaching and learning. IEEE Trans Power Syst. 2023;38(6):5885–95. doi:10.1109/tpwrs.2022.3229908. [Google Scholar] [CrossRef]

2. Ramasamy S, Ganesan K, Koodalsamy B. Artificial intelligence-based state estimation in power system and phasor measurement units. Electr Power Compon Syst. 2023;2023:1–14. doi:10.1080/15325008.2023.2276836. [Google Scholar] [CrossRef]

3. Amuthan N, Sathya M, Rani NC. Empowering consumers and utilities for a smarter future: the pivotal role of Advanced Metering Infrastructure (AMI) in smart meter technology. In: Cloud computing in smart energy meter management. Hoboken, NJ, USA: Wiley; 2025. p. 31–65. [Google Scholar]

4. Rashad Ahmed M. Contributions to distribution system state estimation (DSSE) in the context of smart grids. Asturias, Spain: Universidad de Oviedo; 2026. [Google Scholar]

5. Vieyra N, Maya P, Castro LM. Dynamic state estimation for microgrid structures. Electr Power Compon Syst. 2020;48(3):320–32. doi:10.1080/15325008.2020.1758845. [Google Scholar] [CrossRef]

6. Afrasiabi S, Allahmoradi S, Liang X. Pseudo-measurement models in distribution networks: a review. IET Smart Energy Syst. 2025;1(1):56–72. doi:10.1049/ses2.70001. [Google Scholar] [CrossRef]

7. Schweppe F, Wildes J. Power system static-state estimation, part I: exact model. IEEE Trans Power Appar Syst. 1970;PAS-89(1):120–5. doi:10.1109/tpas.1970.292678. [Google Scholar] [CrossRef]

8. Kotha SK, Rajpathak B. Power system state estimation using non-iterative weighted least square method based on wide area measurements with maximum redundancy. Electr Power Syst Res. 2022;206(2):107794. doi:10.1016/j.epsr.2022.107794. [Google Scholar] [CrossRef]

9. Tungadio DH, Numbi BP, Siti MW, Jordaan JA. Weighted least squares and iteratively reweighted least squares comparison using Particle Swarm Optimization algorithm in solving power system state estimation. In: Proceedings of the 2013 Africon; 2013 Sep 9–12; Pointe-Aux-Piments, Mauritius. doi:10.1109/afrcon.2013.6757730. [Google Scholar] [PubMed] [CrossRef]

10. Yang X, Hu Z, Fan R, Xu H, Yang H, Wang Y, et al. Weighted least squares state estimation based on the optimal weight. In: Proceedings of the 2015 Third International Conference on Technological Advances in Electrical, Electronics and Computer Engineering (TAEECE); 2015 Apr 29–May 1; Beirut, Lebanon. doi:10.1109/taeece.2015.7113592. [Google Scholar] [CrossRef]

11. Zhao J, Netto M, Mili L. A robust iterated extended Kalman filter for power system dynamic state estimation. IEEE Trans Power Syst. 2017;32(4):3205–16. doi:10.1109/tpwrs.2016.2628344. [Google Scholar] [CrossRef]

12. De Palma D, Indiveri G. Output outlier robust state estimation. Adapt Control Signal Process. 2017;31(4):581–607. doi:10.1002/acs.2673. [Google Scholar] [CrossRef]

13. Pegoraro PA, Angioni A, Pau M, Monti A, Muscas C, Ponci F, et al. Bayesian approach for distribution system state estimation with non-Gaussian uncertainty models. IEEE Trans Instrum Meas. 2017;66(11):2957–66. doi:10.1109/tim.2017.2728398. [Google Scholar] [CrossRef]

14. Kamyabi L, Lie TT, Madanian S, Marshall S. A comprehensive review of hybrid state estimation in power systems: challenges, opportunities and prospects. Energies. 2024;17(19):4806. doi:10.3390/en17194806. [Google Scholar] [CrossRef]

15. Azimian B, Biswas RS, Pal A. Application of AI and machine learning algorithms in power system state estimation. Smart Cyber-Phys Power Syst Solut Emerg Technol. 2025;2(4):93–130. doi:10.1002/9781394334599.ch5. [Google Scholar] [CrossRef]

16. Shi Y, Hou Y, Yu Y, Jin Z, Mohamed MA. Robust power system state estimation method based on generalized M-estimation of optimized parameters based on sampling. Sustainability. 2023;15(3):2550. doi:10.3390/su15032550. [Google Scholar] [CrossRef]

17. Lu Z, Tan H, Mohamed MA. Nonlinear, robust, interval state estimation for distribution systems based on fixed-point expansion considering uncertainties. J Process Control. 2025;150(1):103427. doi:10.1016/j.jprocont.2025.103427. [Google Scholar] [CrossRef]

18. Zamzam AS, Sidiropoulos ND. Physics-aware neural networks for distribution system state estimation. IEEE Trans Power Syst. 2020;35(6):4347–56. doi:10.1109/tpwrs.2020.2988352. [Google Scholar] [CrossRef]

19. Aminifar F, Shahidehpour M, Fotuhi-Firuzabad M, Kamalinia S. Power system dynamic state estimation with synchronized phasor measurements. IEEE Trans Instrum Meas. 2014;63(2):352–63. doi:10.1109/tim.2013.2278595. [Google Scholar] [CrossRef]

20. Biswal C, Sahu BK, Mishra M, Rout PK. Real-time grid monitoring and protection: a comprehensive survey on the advantages of phasor measurement units. Energies. 2023;16(10):4054. doi:10.3390/en16104054. [Google Scholar] [CrossRef]

21. Dobakhshari AS, Abdolmaleki M, Terzija V, Azizi S. Robust hybrid linear state estimator utilizing SCADA and PMU measurements. IEEE Trans Power Syst. 2021;36(2):1264–73. doi:10.1109/tpwrs.2020.3013677. [Google Scholar] [CrossRef]

22. HajiHeydari Varnoosfaderani N, Khorsandi A. State estimation in an islanded hybrid solar-wind DC microgrid using Unscented Kalman Filter. Heliyon. 2025;11(3):e42073. doi:10.1016/j.heliyon.2025.e42073. [Google Scholar] [PubMed] [CrossRef]

23. Urquhart AJ. Accuracy of low voltage electricity distribution network modelling. Leicestershire, UK: Loughborough University; 2016. [Google Scholar]

24. Alduhaymi M, Singh R, Ul Nazir F, Pal BC, Ahmadi A. Forecasting-aided state estimation with deep learning-generated pseudo measurements. IEEE Trans Instrum Meas. 2025;74:1–12. doi:10.1109/tim.2025.3550591. [Google Scholar] [CrossRef]

25. He X, Dong H, Yang W, Li W. Multi-source information fusion technology and its application in smart distribution power system. Sustainability. 2023;15(7):6170. doi:10.3390/su15076170. [Google Scholar] [CrossRef]

26. Ma T, Barajas-Solano DA, Huang R, Tartakovsky AM. Electric load and power forecasting using ensemble Gaussian process regression. J Mach Learn Model Comput. 2022;3(2):87–110. doi:10.1615/jmachlearnmodelcomput.2022041871. [Google Scholar] [CrossRef]

27. Chen T, Ren H, Chen G, Gooi HB, Amaratunga GAJ. A distributed robust system-wide state estimation method for power systems based on maximum correntropy. IEEE Trans Ind Inf. 2023;19(12):11455–65. doi:10.1109/tii.2023.3246465. [Google Scholar] [CrossRef]

28. Wang Y, Yang Z, Wang Y, Dinavahi V, Liang J, Wang K. Robust dynamic state estimation for power system based on adaptive cubature Kalman filter with generalized correntropy loss. IEEE Trans Instrum Meas. 2022;71(12):1–11. doi:10.1109/tim.2022.3175025. [Google Scholar] [CrossRef]

29. Zanni L. Power-system state estimation based on PMUs: static and dynamic approaches-from theory to real implementation. Lausanne, Switzerland: EPFL; 2017. [Google Scholar]

30. Rodrigues FMS, Melo ID, de Oliveira BC, Falcão DM. Holomorphic embedding state estimation method using phasor measurement units. IEEE Trans Power Syst. 2025;40(6):5337–53. doi:10.1109/tpwrs.2025.3586205. [Google Scholar] [CrossRef]


Cite This Article

APA Style
Javid, Z., Lohana, K., Murtaza, D., Holderbaum, W. (2026). A Robust Hybrid WLS-EKF Algorithm for Power System State Estimation. Energy Engineering, 123(7), 23. https://doi.org/10.32604/ee.2026.080073
Vancouver Style
Javid Z, Lohana K, Murtaza D, Holderbaum W. A Robust Hybrid WLS-EKF Algorithm for Power System State Estimation. Energ Eng. 2026;123(7):23. https://doi.org/10.32604/ee.2026.080073
IEEE Style
Z. Javid, K. Lohana, D. Murtaza, and W. Holderbaum, “A Robust Hybrid WLS-EKF Algorithm for Power System State Estimation,” Energ. Eng., vol. 123, no. 7, pp. 23, 2026. https://doi.org/10.32604/ee.2026.080073


cc Copyright © 2026 The Author(s). Published by Tech Science Press.
This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
  • 342

    View

  • 78

    Download

  • 0

    Like

Share Link