Next Article in Journal
A Comprehensive Review of Solar PV Integration with Smart-Grids: Challenges, Standards, and Grid Codes
Previous Article in Journal
Advances in Thermal Management for Liquid Hydrogen Storage: The Lunar Perspective
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

State Estimation for Active Distribution Networks Considering Bad Data in Measurements and Topology Parameters

by
Yizhe Chen
1,
Yifan Gao
1,
Kai Gan
1,
Ming Li
2,
Chengzhi Wei
2,
Xiaoyi Guo
2,
Ruifeng Zhao
3,
Jiangang Lu
3 and
Liang Che
4,*
1
Zhaoqing Power Supply Bureau, Guangdong Power Grid Co., Ltd., Zhaoqing 526040, China
2
Electric Power Research Institute, China Southern Power Grid Co., Ltd., Guangzhou 510663, China
3
Power Dispatching and Control Center, Guangdong Power Grid Co., Ltd., Guangzhou 510600, China
4
College of Electrical and Information Engineering, Hunan University, Changsha 410082, China
*
Author to whom correspondence should be addressed.
Energies 2025, 18(9), 2222; https://doi.org/10.3390/en18092222
Submission received: 11 March 2025 / Revised: 25 April 2025 / Accepted: 26 April 2025 / Published: 27 April 2025
(This article belongs to the Section F: Electrical Engineering)

Abstract

:
SE is critical in ADNs integrating renewable DGs. Traditional SE methods face the challenges of increasing SE errors and decreased robustness due to the adverse impact of bad data in measurements and topology parameters. To address these issues, this paper proposes a robust SE method that considers bad data in measurements and topology parameters. First, a bad measurement data processing model is proposed to improve measurement and SE accuracy by generating high-precision pseudo-measurements through adaptive learning from historical data sequences to replace the bad measurement data in measurements. Second, a robust SE model combining network estimation and linear estimation is proposed, which enhances SE accuracy and robustness under bad data generated in measurements and topology parameters in ADNs. In a simulation, the proposed method’s effectiveness is verified on the modified IEEE 33-node system.

1. Introduction

With the increasing penetration of renewable DGs, traditional distribution networks are transitioning towards ADNs [1,2]. The increasingly complex structure and functional requirements of ADNs pose higher demands on SE [3,4,5]. SE involves collecting and processing measurement data to estimate state parameters such as voltage and current at various nodes in ADNs. This process provides essential state information for the operation and control of ADNs. Therefore, ensuring a high-accuracy SE in ADNs is of great significance.
Many studies improve SE accuracy by enhancing the accuracy of measurement data and optimizing SE methods or models. To improve the accuracy of measurement data, high-precision pseudo-measurements can be used to replace the bad data in the measurement, thereby processing the bad data and enhancing the SE accuracy. In the existing research on pseudo-measurement, pseudo-measurement is mainly generated through methods based on linear interpolation [6,7,8] and ANN approaches [9,10], thereby improving the SE accuracy. Ref. [6] proposes an adaptive interpolation strategy to enhance the accuracy of generator SEs. Refs. [7,8] consider the synchronous characteristics of linear interpolation and use average interpolation to supplement pseudo-measurements. Refs. [9,10] use ANNs to obtain pseudo-measurements, thereby improving SE accuracy. To optimize SE methods or models, WLS-based SE [11,12,13,14] is widely applied, with many studies focusing on its improvement. Refs. [15,16] propose enhanced WLS that transform measurement data into equivalent current measurement matrices to improve accuracy. Ref. [17] introduces an improved WLS that dynamically tracks changes in measurement data to reduce SE errors. Ref. [18] optimizes SE by combining branch current and branch power methods, achieving high-precision estimation. Ref. [19] addresses ill-conditioning issues in polar-coordinate SE by representing the Jacobian matrix of the iteration process in Cartesian coordinates. Ref. [20] simplifies measurement equations, avoiding the propagation of measurement errors without increasing redundant measurements. However, when the measurement contains bad data (the measurement deviation is greater than three times the normal measurement standard deviation) [21], since the WLS method does not have SE robustness, the SE accuracy would be reduced due to the bad data. Therefore, to improve the robustness of the SE model to bad data, robust estimations have been proposed. In the existing studies on robust estimation, robust SE is mainly achieved through methods based on WLAV and its related improvements [22,23,24,25,26]. Refs. [22,23] propose a WLAV method to address the residual amplification problem caused by the weighted sum of squares. Ref. [24] proposes a WLAV robust SE method based on the multi-prediction correction inlier approach, reducing the number of iterations. Ref. [25] presents an adaptive WLAV robust SE method to ensure estimation accuracy. Ref. [26] proposes the Huber-M estimation to further improve convergence and robustness through weighting measures. Ref. [27] proposes an exponential target function estimation that applies to measurements with any probability distribution on SE. Ref. [28] proposes a robust SE to address the low SE accuracy caused by insufficient measurement fusion and topology changes.
However, the above methods still face critical issues when used for SE in ADNs with renewable DGs:
(1) The power fluctuation in renewable DGs and complex variations of loads pose challenges for measurement equipment to track and accurately record ADNs’ real-time data, thus impacting the measurement. Also, SE is closely related to measurement accuracy. Bad data in measurements caused by measurement equipment faults or communication noises [29,30] deteriorate measurement accuracy, which may greatly increase SE error and make it difficult to enhance traditional SE methods’ accuracy;
(2) When the ADN topology changes, bad topology parameters may occur due to the delay and loss of topology data [31]. This causes errors in the calculation of the Jacobian matrix, leading to increased SE errors, especially when using mainstream SE methods that rely on accurate topology parameters.
To address these issues, this paper proposes a robust SE method that considers bad data. Table 1 provides a comparison with existing studies. The contributions of the paper are as follows.
(1) To tackle the measurement and SE accuracy decline caused by bad measurement data generated due to measurement faults and communication noises, this paper proposes a bad measurement data-processing model. The proposed model utilizes adaptive learning from historical data sequences to generate pseudo-measurements for replacing bad measurements. Compared with the mainstream model, the model still has strong robustness when the measurements contain different proportions of bad data corruption, and it improves the SE accuracy by generating high-precision pseudo-measurements;
(2) The proposed robust estimation model uses a neural network that requires no topology information input compared to mainstream models, and it overcomes the SE accuracy degradation in mainstream models due to wrong topology parameters and bad measurement input. It introduces measurement redundancy in linear estimation, which ensures ADNs’ SE accuracy under conditions involving wrong topology parameters and different bad measurement proportions compared to mainstream methods;
(3) The proposed robust estimation model relies on the parallel computing characteristics of neural networks rather than the Jacobian matrix iteration in the SE model. Thus, it has faster computational efficiency than mainstream methods.
The remainder of the paper is organized as follows: Section 2 introduces the principles of SE; Section 3, Section 4 and Section 5 discuss the overall framework of the proposed method, the bad measurement data-processing model, and the robust SE model, respectively; Section 6 verifies the proposed method in simulation; and finally, Section 7 concludes the paper.

2. State Estimation Principle

SE is the process of obtaining the state variables x through AND’s measurement z . The ADNs’ SE [32] is as follows:
z = h x + ε
The widely used WLS can be equivalent to solving the optimization problem by the Newton–Raphson method:
m i n   J = [ z h x ] T W [ z h x ]
x ^ l + 1 = x ^ l + x l
H x ^ l = h ( x ) x x = x ^ l
G x ^ l = H T x ^ l W H x ^ l
x l = G x ^ l 1 H T ( x ^ l ) W [ z h x ^ l ]

3. The Overall Framework of State Estimation Considering Bad Data

This section presents the overall framework of the proposed robust state estimation method considering bad data. Based on this framework, the bad measurement data-processing model in Section 4 and the robust estimation model in Section 5 are proposed, respectively. The overall SE framework is shown in Figure 1, which includes bad measurement data processing, robust model design, and robust model estimation.
First, before model estimation, bad measurement data processing is needed to address the issue of increased SE errors caused by decreased measurement accuracy. The bad measurement data processing is as follows. (1) Based on actual load data, obtain the load data by incorporating load fluctuation factors. Then, calculate the true power flow values, and add Gaussian noise to generate the measurement dataset containing bad measurement data. (2) Construct the pseudo-measurement network for replacing bad measurement data, which is composed of the GRU. The network takes historical measurement data as an input and outputs the predicted measurement values. (3) Use the generated pseudo-measurements to replace the bad measurement data.
Second, after bad measurement data processing, robust model design is used to address the decreased SE accuracy issue caused by incorrect topology parameters. The design process is as follows. (1) Design the pre-estimation network. The network input consists of the measurement data at the estimation time, and the outputs are the estimated values of the node voltage magnitude and phase angle. (2) Train the network using the generated dataset.
Finally, after bad measurement data processing and model training, model estimation is used to obtain the final estimation results. The model estimation process is as follows. (1) Feed the measurement data into the DSENN. (2) Based on the input of μPMU measurement and the SE values from DSENN, linear SE is used to obtain the final SE results.

4. Bad Measurement Data Processing Model

This section presents the bad measurement data-processing model, which provides the basis for robust SE of ADNs. The two subsections discuss the dataset generation and the bad measurement data-processing model, respectively.

4.1. Generation of Dataset

The generated dataset is used for bad measurement data processing and robust estimation model training and testing.
First, the load data from Belgium [33] are selected as the baseline data, and the specific daily load curve is shown in Appendix A Figure A1.
Next, the actual power data are calculated based on their respective loads and Matpower software verision 5.0 [34], thus generating large amounts of ADN’s power flow data for simulation.
Finally, based on the power flow data in ADN, the SCADA and μPMU measurements can be acquired by adding noise following the normal distribution. The normal distribution parameters SCADA and μPMU measurement, as shown in [35], are shown in Table 2. The SCADA measurements include node power injections and branch power flows. The μPMU measurements include the magnitude and phase angle of voltage and current. The definition of bad data in this article follows the Chinese national standard [21]. When the error is greater than three standard deviations of the normal measurement error, the data can be regarded as bad data. To simulate bad measurement data that may occur in ADNs, the topology is randomly altered before performing the power flow calculation to obtain measurement data under different topologies, and 15% of the selected measurements from each set of generated data are altered by adding normal distribution following ±20% mean and ±20% standard deviation as bad measurement data. Through the above methods, the dataset for training the models is constructed.

4.2. GRU-Based Bad Measurement Data Processing

In the ADNs, considering that the bad measurement data in measurements decreases the SE model’s accuracy, the GRU is used for adaptive learning from historical data to generate high-precision pseudo-measurements, which replace the bad measurement data in measurements for enhancing the measurement and SE accuracy.
The GRU includes an update gate and a reset gate. The update gate controls the degree to which the previous time step’s state information is preserved in the current state, with a larger value indicating more past state information is retained. The reset gate controls the degree to which the current state combines with previous information, with a smaller value indicating more ignored information. Figure 2 shows the structure of the GRU. In Figure 2, the direction of the arrows indicates the direction of data flow, where “ ” represents matrix multiplication, “ σ ” represents the sigmoid activation function, “ t a n h ” represents the t a n h activation function, and 1 s t represents the data propagated forward through this link.
The update gate and reset gate are denoted as s t and r t , respectively. z t is the input, and h t is the output of the hidden layer. The pseudo-measurement h t is computed based on the following formula:
s t = σ ( W s z t + U s h t 1 )
r t = σ ( W r z t + U r h t 1 )
h ~ t = t a n h ( r t U t h t 1 + W t z t )
h t = 1 s t h ~ t + s t h t 1

5. Robust Estimation Model

Based on Section 2, Section 3 and Section 4 a robust SE method combining pre-estimation and linear estimation models is proposed in this section. The two subsections discuss the neural network-based pre-estimation and linear SE, respectively.

5.1. Neural Network-Based Pre-Estimation

To address the decreased accuracy and computational efficiency of SE caused by incorrect topology parameters, a neural network-based pre-estimation is proposed. It doesn’t require topology parameters and offers high computational efficiency, thereby enhancing the SE accuracy and computational efficiency under incorrect topology parameters in ADN.
The DSENN for pre-estimation is designed. The DSENN design includes its data normalization, input and output, layer structure, and loss function.
(a)
Data normalization
The node injection power and branch power data in the measurement data set are normalized from minimum to maximum, so that their values are between the interval [0, 1], and are used for the training input of the DSENN model.
(b)
Input and output
The DSENN utilizes the normalized measurement data as inputs and directly computes the voltage estimated value through itself. The inputs and outputs of DSENN are as follows:
Z = z 1 z m T
X = X v = x v 1 x v n T X θ = x θ 1 x θ n T
(c)
Layer structure
As shown in Figure 3, the input layer of DSENN is the measurement data of ADN, and the output layer outputs is the voltage amplitude. X v and voltage phase angle X θ of ADN. The network structure in the middle layer is composed of FC. The selection of the number of hidden layers in the layer structure, the selection of the number of neurons in a single layer, and the selection of the activation function for each neuron layer are shown in Appendix A Table A1.
(d)
Loss function
The DSENN uses the RMSE between the SE and true values as the loss function. The overall loss function for the DSENN is calculated as follows:
l o s s v = i = 1 n x v i x ^ v i 2
l o s s θ = i = 1 n x θ i x ^ θ i 2
l o s s a l l = l o s s v + l o s s θ
Based on the above, the DSENN model proposed in this paper is trained to make it have good estimation performance. See Appendix A Table A2 and Figure A2 for detailed training configuration parameters, data set partitioning and loss convergence graphs in training.

5.2. Pre-Estimation Based Linear SE

The DSENN’s performance may decrease because of the significant deviation of input measurement from the dataset. Therefore, the linear SE is adopted. It utilizes the output of DSENN as pseudo-measurements combined with μPMU measurement to further enhance the accuracy of ADN’s SE.
The input of linear SE includes the DSENN’s output voltage vector, μPMU voltage, and current vectors. The outputs are the estimated voltage magnitude and phase angle values. Given ADN’s measurements and topology parameters, the linear SE follows Equations (16) and (17):
Z = X v X θ U μ P M U θ μ P M U I μ P M U θ I μ P M U T = H U θ + ε
U θ = H T W H 1 H T W Z

6. Case Studies

In this section, the proposed method is verified by simulation. Section 6.1 discusses the simulation setup. Section 6.2 and Section 6.3 verify the proposed bad measurement data processing and robust estimation’s effectiveness for improving the estimation accuracy, respectively. Section 6.4 verifies the robust SE model’s effectiveness in enhancing computational efficiency.

6.1. Simulation Setup

In the simulation, the modified IEEE 33-node system in Figure 4 is used to represent the ADN.
In Figure 4, the modified system has node numbers ranging from 1 to 33 and includes a total of 37 branch lines. Additionally, renewable DGs with a rated capacity of 300 kW each are connected at nodes #7, #11, #16, and #33. In terms of measurement equipment configuration, SCADA equipment can measure all node power injections and branch power flows in the system to simulate actual SCADA measurements. Additionally, μPMU measurements that provide synchronous voltage and current measurements are installed at nodes #3, #6, #10, #13, #17, #21, and #25. The difference between the modified IEEE 33-node test system and the original system is that the load data is different, and four nodes are connected to the DG. And the load data can be calculated according to Appendix A Figure A1 and Table A3. The specific line parameters and base load data are shown in Appendix A Table A3. Table 3 shows the four types of topologies configured for the system in this paper.
The proposed method is implemented in the R2024a version of MATLAB. See Appendix A Figure A3 and Figure A4 for detailed algorithm implementation steps. The computer’s processor configuration is a 12th Gen Intel(R) Core(TM) i7-12700, with a RAM of 64 GB.

6.2. Validation of the Bad Measurement Data Processing Model’s Effectiveness

In this section, the RMSE and the MAE are used as evaluation metrics to verify the effectiveness of the proposed method for improving measurement data accuracy and SE accuracy. The evaluation metrics are as follows:
R M S E m = i = 1 D ( z ^ i z i ) 2 D
M A E m = i = 1 D z ^ i z i D
M A E v = i = 1 N x x ^ i v x x i v N
M A E θ = i = 1 N x x ^ i θ x x i θ N
The existing studies of linear interpolation [8] and ANN [9] methods are compared with the proposed method for the accuracy of pseudo-measurement and SE. The accuracy of pseudo-measurement is shown in Table 4 and Table 5 and Figure 5. The accuracy of SE is shown in Table 6 and Table 7 and Figure 6.
The RMSE and MAE of the proposed method for pseudo-measurement are 2.35 × 10−2 and 7.7 × 10−3 in Table 4, respectively, both of which are smaller than the errors under traditional pseudo-measurement methods. Moreover, from Figure 5, it can be observed that the RMSE fluctuation of the traditional method is relatively large, with a maximum RMSE of 0.09, while the RMSE of the proposed method for pseudo-measurement is more stable compared to the traditional method, with the RMSE fluctuation stable at around 0.02. This is because traditional linear interpolation and ANN methods have difficulty effectively fitting the complex relationship between historical measurement data and pseudo-measurements in ADN, resulting in poor performance in predicting pseudo-measurements. The proposed method adapts to the nonlinear relationship in the historical measurement data through adaptive learning and has better adaptability to fit complex historical measurement data, generating pseudo-measurements with smaller errors. It can also be seen from Table 5 that the pseudo-measurement error of the proposed model increases with the increase in the proportion of bad data, but the increase in the model error is significantly smaller than that of the pseudo-measurement error based on the linear interpolation method and ANN method, indicating that the proposed model has good robustness. In addition, the comparison experiments of the pseudo-measurement accuracy of the proposed pseudo-measurement model under different topologies are given in Appendix A Table A4 and Table A5. The simulation results show that the proposed pseudo-measurement model can still generate high-precision pseudo-measurements under different topologies. Its accuracy is superior to the existing linear interpolation and ANN methods, and it has a strong generalization ability. The proposed method’s effectiveness and robustness in processing bad measurement data are verified by the above simulation results, thereby improving the measurement accuracy by replacing bad measurement data with high-precision pseudo-measurements.
After replacing the bad measurement data in the measurement, the ADN’s SE MAE significantly decreased, which is shown in Table 6 and Table 7. The MAEs using the proposed method are 4.68 × 10−2 and 5.49 × 10−3, respectively, both of which are smaller than the compared pseudo-measurement method. Moreover, with the increase in the proportion of bad data, the SE error of the proposed pseudo-measurement method is significantly lower than the linear interpolation and ANN methods. Additionally, as shown in Figure 6, in terms of voltage magnitude, the MAE at each node under the traditional methods is relatively large, with the MAEs reaching 0.056 and 0.048, respectively. In contrast, the MAE of the proposed method stabilizes around 0.046, which is smaller compared to traditional methods. Regarding voltage phase angles, the proposed method achieves a lower phase angle estimation MAE for most nodes than traditional pseudo-measurement methods. This improvement is attributed to the adaptive learning of the proposed method, which generates high-accuracy pseudo-measurements, replaces bad measurement data, and enhances measurement data accuracy. Consequently, the adverse impact of bad data on SE is reduced, thereby improving SE accuracy. In Appendix A Table A6 and Table A7, a comparison experiment on the SE accuracy of the proposed pseudo-measurement model under different topologies is presented. The simulation results show that the proposed pseudo-measurement model improves the SE accuracy by generating pseudo-measurements with higher accuracy than the existing linear interpolation and ANN methods. The simulation results validate the proposed bad measurement data processing model’s effectiveness in enhancing SE accuracy.

6.3. Validation of the Robust Estimation Model’s SE Accuracy

In this subsection, the MAE is used as the evaluation metric to verify the proposed robust estimation model under bad topology parameters. The evaluation metric is consistent with Equations (20) and (21).
The existing studied WLS [11] and WLAV [22] SE methods are compared with the proposed model under situations with and without bad measurement data in different topologies. The comparison with the situation without bad measurement data is shown in Table 8 and Figure 7; the comparison of the situation with bad measurement data is shown in Table 9 and Table 10 and Figure 8. Additionally, in Figure 7 and Figure 8, four types of topologies are selected for simulation experiments, with each topology having 10 estimation sections. The estimation serial numbers 10, 20, 30, and 40 represent the change of topology. The estimation results with bad data in their topology parameters are simulated between serial numbers 1–5, 11–15, 21–25, and 31–35. Topology correction is performed at serial numbers 6, 16, 26, and 36 for each topology to simulate the different topology situations. The horizontal axis represents the estimation section serial number, and the vertical axis represents the MAE of SE.
Based on Table 8, in the situation without bad measurement data, the SE MAE of the proposed method under four different topologies is generally smaller than the WLS and WLAV methods. In terms of voltage magnitude estimation, the MAE of the proposed method under four topologies is nearly an order of magnitude smaller than WLS, and there is a significant reduction compared to WLAV. Regarding the voltage phase angle estimation MAE, the MAE of the proposed method is smaller than that of the WLS and most of the WLAV. From Figure 7, without bad measurement data, the proposed method has a lower MAE in SE under the four topologies compared to WLS and WLAV. When the topology parameter is not corrected, bad data in the topology parameter inputs cause an increase in the MAE of WLS and WLAV under certain topologies. By correcting the topology parameters, the SE accuracy of both WLS and WLAV improves. Regardless of whether the topology parameters are corrected or not, the MAE of the proposed method remains at a low level. The above simulation results fully demonstrate that the proposed method can effectively reduce the adverse bad data in the topology parameters inputs on the SE accuracy without bad measurement data, thereby improving SE accuracy.
From Table 9, it can be seen that, in terms of voltage magnitude estimation, the MAE of the proposed model on four topologies is significantly lower compared to the WLS and WLAV. In terms of voltage angle estimation, the phase angle MAE of the proposed model is smaller than that of the WLS and most results of the WLAV. From Figure 8, it can be observed that, when there is bad measurement data, the traditional WLS lacks robustness, making the bad measurement data have an adverse impact on the SE. Both WLAV and the proposed method exhibit good robustness, effectively reducing the adverse impact of bad measurement data on the accuracy of SE. When the topology parameters are not corrected, the input of bad data into the topology parameters increases the estimation error of the WLS and WLAV under certain topologies. By correcting the topology parameters, the estimation accuracy of both the WLS and WLAV is improved. Regardless of whether the topology parameters are corrected or not, the estimation error of the proposed model remains at a relatively low value. This is because the proposed model does not require the topology parameters to be input during the pre-estimation stage, reducing the impact of bad topology parameter data input on the estimation results. Although there may be bad topology parameter inputs during the linear estimation stage, their adverse effects are still significantly less than WLS and WLAV. In addition, Table 10 shows that, with the increasing proportion of bad measurements, the SE errors of the WLS and WLAV methods rise to varying degrees, while the SE error of the proposed model remains at a low level, demonstrating good robustness. The simulation results fully demonstrate that the proposed method can effectively reduce the impact of bad topology parameters on SE accuracy, contain bad measurement data, and thereby, improve estimation accuracy.

6.4. Validation of the Computational Efficiency of the Robust Estimation Model

In this subsection, the average estimation time is used as the evaluation metric. The results of the average estimation time for 500 estimation times are used to verify the effectiveness of the proposed method in improving model computational efficiency. The evaluation metric is as follows:
T s = i = 1 N u m t i N u m
From Table 11, it can be seen that the computation time of the proposed robust estimation model is significantly lower than WLS and WLAV.
The proposed SE model takes advantage of the fast computation of neural networks to obtain the SE results. In contrast, the traditional estimation requires repeated iterations, with each iteration needing to recompute the Jacobian matrix. Therefore, the proposed method demonstrates a significant advantage in estimation efficiency. Although the linear SE in the estimation process may slightly increase computation time, the overall estimation time remains much shorter than the WLS and WLAV methods. These results verify the proposed robust estimation model’s effectiveness in improving computational efficiency.

7. Conclusions

Aiming to effectively address the decreased SE accuracy and long computation time caused by bad data, this paper proposes a robust SE method that considers bad data in measurements and topology parameters. The following conclusions are drawn from the proposed method:
(1) Reducing the impact of bad data on measurements and SE accuracy: The bad measurement data-processing model adaptively learns historical data sequences and has good robustness. It can generate high-precision pseudo-measurements under different proportions of bad data and different topologies, thereby improving the measurement and SE accuracy of ADNs;
(2) Strong estimation robustness and computational efficiency: The proposed robust SE model exhibits higher estimation accuracy and computational efficiency compared to traditional methods. The proposed model enhances estimation accuracy through pre-estimation and linear estimation, ensuring SE robustness in situations with bad data in measurements and topology parameters.
Future research directions include considering the interpretability and measurement correlation in the SE model, which can further enhance SE accuracy.

Author Contributions

Conceptualization, Y.C.; methodology, Y.G. and X.G.; software, K.G. and M.L.; validation, M.L.; formal analysis, C.W.; investigation, C.W.; resources, X.G.; data curation, R.Z. and J.L.; writing—original draft preparation, Y.C.; writing—review and editing, L.C.; visualization, L.C.; supervision, L.C.; project administration, L.C. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Science & Technology Projects of China Southern Power Grid Co., Ltd., grant number 031200KK52222026 (GDKJXM20222220), and the APC was funded by the Science & Technology Projects of China Southern Power Grid Co., Ltd., grant number 031200KK52222026 (GDKJXM20222220).

Data Availability Statement

The data are unavailable due to privacy.

Conflicts of Interest

Authors Yizhe Chen, Yifan Gao and Kai Gan were employed by the Zhaoqing Power Supply Bureau, Guangdong Power Grid Co., Ltd.; Authors Ming Li, Chengzhi Wei and Xiaoyi Guo were employed by the Electric Power Research Institute, China Southern Power Grid Co., Ltd.; Authors Ruifeng Zhao and Jiangang Lu were employed by the Power Dispatching and Control Center, Guangdong Power Grid Co., Ltd. The remaining author declares that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Nomenclature

The abbreviations or symbols used in this text are detailed below:
Abbreviations
SEstate estimationADNactive distribution network
DGdistribution generationsANNartificial neural network
WLSweighted least squareWLAVweighted least absolute value
SCADAsupervisory control and data acquisitionμPMUmicro phasor measurement unit
GRUgated recurrent unitDSENNdual-output SE neural network
FCfully connected layerRMSEroot mean square error
MAEmean absolute error
Symbol
z the ADN’s measurement x the state variable
h x the nonlinear function of x ε the Gaussian noise
W the diagonal matrix of weights x ^ l + 1 the state variables for the ( l + 1 )-th iteration
x l the correction term applied to the state variables after the l -th iteration H x ^ l the l -th iteration Jacobian matrix value
G x ^ l the gain matrix corresponding to the l -th iteration z t the GRU’s input
h t 1 the GRU’s past hidden state h ~ t the aggregation of the input z t and the past hidden state h t 1
U s , W s , U r , W r , U t , W t the trainable parameter matrices. Z the measurement inputs
X the estimated voltage values for each node in ADN X v , X θ the voltage magnitude vector and voltage phase angle vector
x v , x θ the voltage magnitude and voltage phase angle values n the total node numbers of ADN
l o s s v , l o s s θ , l o s s a l l the loss of voltage magnitude, the loss of voltage phase angle, and the overall network loss x v i ,   x θ i the estimated voltage magnitude and phase angle of the i th node
x ^ v i , x ^ θ i the true values of i th node power flow U μ P M U , θ μ P M U the μPMU voltage vector
I μ P M U , θ I μ P M U the μPMU current vector U , θ the final SE value
R M S E m , M A E m the RMSE and the MAE of pseudo-measurements z ^ i the pseudo-measurement value
z i the true measurement value D the number of pseudo-measurements
M A E v , M A E θ the MAE of estimated voltage values x x ^ i v ,   x x ^ i θ the estimated voltage values
x x i v , x x i θ the true voltage values obtained from power flow calculations N the number of total ADN nodes
T s the average estimation time t i the estimation time for each estimation section
N u m the total number of estimation sections

Appendix A

Figure A1. Daily load from Belgium.
Figure A1. Daily load from Belgium.
Energies 18 02222 g0a1
Figure A2. Training loss curve of DSENN.
Figure A2. Training loss curve of DSENN.
Energies 18 02222 g0a2
Figure A3. The algorithm of bad data-processing model.
Figure A3. The algorithm of bad data-processing model.
Energies 18 02222 g0a3
Figure A4. The algorithm of robust estimation model.
Figure A4. The algorithm of robust estimation model.
Energies 18 02222 g0a4
The data sets used for the DSENN model are divided into a training set, a verification set, and a test set, and their numbers are 9600, 2400, and 2400 groups, respectively. The ADAM optimizer in the deep-learning toolbox in MATLAB is used to train the DSENN model. For the training parameters of the DSENN model and the convergence of training losses, see Appendix A Table A2 and Figure A2. It can be seen from the convergence diagram that the DSENN model has good generalization ability.
Table A1. DSENN structure parameters.
Table A1. DSENN structure parameters.
Layer NameThe Serial Number of Hidden LayersActivation FunctionSize
Input layer-- m × 512
FC11leaky-relu512 × 512
FC22leaky-relu512 × 512
FC33leaky-relu512 × 512
FC44Tanh512 × 256
FC5leaky-relu512 × 256
Output layer 1--256 × n
Output layer 2--256 × n
Table A2. DSENN training parameters.
Table A2. DSENN training parameters.
Parameter NameValue
Learning rate1 × 10−4
Epoch60
Gradient decay factor0.8
Minbatchsize96
Table A3. Line parameter and load data of modified IEEE 33-node test system.
Table A3. Line parameter and load data of modified IEEE 33-node test system.
Line ParameterLoad Data at Nodes
BranchBranch ImpedanceNodeActive Load/kWReactive Load/kVar
Startin nodeEnd nodeResistance/(p.u.)Reactance/(p.u.)100
120.09220.047210060
230.4930.251139040
340.3660.1864412080
450.38110.194156030
560.8190.70766020
670.18720.61887200100
780.71140.23518200100
891.030.7496020
9101.0440.74106020
10110.19660.065114530
11120.37440.1238126035
12131.4681.155136035
13140.54160.71291412080
14150.5910.526156010
15160.74630.545166020
16171.2891.721176020
17180.7320.574189040
2190.1640.1565199040
19201.50241.3554209040
20210.40950.4784219040
21220.70890.9373229040
3230.45120.3083239050
23240.8980.709124420200
24250.8960.701125420200
6260.2030.1034266025
26270.28420.1447276025
27281.0590.9337286020
28290.80420.70062912070
29300.50750.258530200600
30310.97440.9633115070
31320.31050.361932210100
32330.3410.5302336040
Table A4. Comparison of the MAE of pseudo-measurements based on no bad measurement under four topologies.
Table A4. Comparison of the MAE of pseudo-measurements based on no bad measurement under four topologies.
MethodTopology Type M A E m
Linear interpolationTopology 17.94 × 10−2
Topology 27.51 × 10−2
Topology 34.5 × 10−2
Topology 46.34 × 10−2
ANNTopology 12.43 × 10−2
Topology 22.61 × 10−2
Topology 32.43 × 10−2
Topology 42.58 × 10−2
ProposedTopology 16.3 × 10−3
Topology 26.3 × 10−3
Topology 35.1 × 10−3
Topology 45.7 × 10−3
Table A5. Comparison of the MAE of pseudo-measurements based on bad measurement under four topologies.
Table A5. Comparison of the MAE of pseudo-measurements based on bad measurement under four topologies.
MethodTopology Type M A E m
Linear interpolationTopology 11.75 × 10−1
Topology 21.63 × 10−1
Topology 31.53 × 10−1
Topology 41.7 × 10−1
ANNTopology 16.26 × 10−2
Topology 26.4 × 10−2
Topology 35.85 × 10−2
Topology 46.19 × 10−2
ProposedTopology 13.27 × 10−2
Topology 23.63 × 10−2
Topology 33.11 × 10−2
Topology 43.29 × 10−2
Table A6. Comparison of the SE MAE of pseudo-measurements based on no bad measurement under four topologies.
Table A6. Comparison of the SE MAE of pseudo-measurements based on no bad measurement under four topologies.
MethodTopology Type M A E v M A E v
Linear interpolationTopology 11.19 × 10−22.29 × 10−1
Topology 27.8 × 10−32.35 × 10−1
Topology 31.06 × 10−21.97 × 10−1
Topology 41.27 × 10−28.03 × 10−2
ANNTopology 11.02 × 10−21.74 × 10−1
Topology 27.3 × 10−31.84 × 10−1
Topology 31.05 × 10−21.85 × 10−1
Topology 41.1 × 10−28.33 × 10−2
ProposedTopology 19.4 × 10−31.5 × 10−1
Topology 27.2 × 10−31.64 × 10−1
Topology 39 × 10−31.65 × 10−1
Topology 48.8 × 10−36.65 × 10−2
Table A7. Comparison of the SE MAE of pseudo-measurements based on bad measurement under four topologies.
Table A7. Comparison of the SE MAE of pseudo-measurements based on bad measurement under four topologies.
MethodTopology Type M A E v M A E v
Linear interpolationTopology 11.17 × 10−23.15 × 10−1
Topology 26.8 × 10−33.04 × 10−1
Topology 31.04 × 10−22.18 × 10−1
Topology 41.18 × 10−21.77 × 10−1
ANNTopology 11 × 10−23.62 × 10−1
Topology 26.2 × 10−32.39 × 10−1
Topology 31.04 × 10−21.88 × 10−1
Topology 49.5 × 10−32.27 × 10−1
ProposedTopology 19.4 × 10−31.93 × 10−1
Topology 26.2 × 10−31.89 × 10−1
Topology 39.6 × 10−31.86 × 10−1
Topology 48.7 × 10−39.86 × 10−2

References

  1. Zhao, B.; Wang, C.S.; Zhou, J.H.; Zhao, J. Present and future development trend of active distribution network. Autom. Electr. Power Syst. 2014, 38, 125–135. [Google Scholar]
  2. You, Y.; Liu, D.; Zhong, Q.; Yu, N. Research on optimal schedule strategy for active distribution network. Autom. Electr. Power Syst. 2014, 38, 177–183. [Google Scholar]
  3. Feng, F.; Zhang, P.; Zhou, Y. Authentic microgrid state estimation. IEEE Trans. Power Syst. 2022, 37, 1657–1660. [Google Scholar] [CrossRef]
  4. Zhao, J.; Gómez-Expósito, A.; Netto, M.; Mili, L.; Abur, A.; Terzija, V.; Kamwa, I.; Pal, B.; Singh, A.K.; Qi, J.; et al. Power system dynamic state estimation: Motivations, Definitions, Methodologies, and Future work. IEEE Trans. Power Syst. 2019, 34, 3188–3198. [Google Scholar] [CrossRef]
  5. Yang, T.; Zhao, L.Y.; Liu, Y.; Feng, S.; Pen, H. Dynamic economic dispatch for integrated energy system based on deep reinforcement learning. Autom. Electr. Power Syst. 2021, 45, 39–47. [Google Scholar]
  6. Hou, D.C.; Ji, J.H.; Wang, J.X. Dynamic state estimation for synchronous machines based on pseudo measurement adaptive interpolation strategy. High Volt. Eng. 2021, 47, 2359–2366. [Google Scholar]
  7. Chai, L.J.; Cai, Y.N.; Gao, M.; Hao, Y.; Chen, J.K.; Jiang, L. A forecasting aided state estimation for distribution network based on weighted average interpolation and cubature Kalman filter. Electr. Power Constr. 2021, 42, 1–9. [Google Scholar]
  8. Sheng, W.X.; Fang, H.F.; Shen, Y.L.; Wang, J.; Yang, H.; Chen, Y. Distribution state estimation based on fusion of three data sources considering measurement delay. Proc. CSU-EPSA 2019, 31, 108–115. [Google Scholar]
  9. Manitsas, E.; Singh, R.; Pal, B.C.; Strbac, G. Distribution system state estimation using an artificial neural network approach for pseudo measurement modeling. IEEE Trans. Power Syst. 2012, 27, 1888–1896. [Google Scholar] [CrossRef]
  10. Do Coutto Filho, M.B.; de Souza, J.C.S.; Schilling, M.T. Generating high quality pseudo-measurements to keep state estimation capabilities. In Proceedings of the IEEE Lausanne Power Tech, Lausanne, Switzerland, 1–5 July 2007; pp. 1829–1834. [Google Scholar]
  11. Lu, C.N.; Teng, J.H.; Liu, W.H. Distribution system state estimation. IEEE Trans. Power Syst. 1995, 10, 229–240. [Google Scholar] [CrossRef]
  12. Lin, W.M.; Teng, J.H. State estimation for distribution systems with zero-injection constraints. IEEE Trans. Power Syst. 1996, 11, 518–524. [Google Scholar] [CrossRef]
  13. Duan, J.D.; Sun, Y.K.; Yin, X.G. Voltage stability’s online prediction using WAMS. High Volt. Eng. 2009, 35, 1748–1752. [Google Scholar]
  14. Baran, M.E.; Kelley, A.W. A branch-current-based state estimation method for distribution systems. IEEE Trans. Power Syst. 1995, 10, 483–491. [Google Scholar] [CrossRef]
  15. Muscas, C.; Pau, M.; Pegoraro, P.A.; Sulis, S. Effects of measurements and pseudo-measurements correlation in distribution system state estimation. IEEE Trans. Instrum. Meas. 2014, 63, 2813–2823. [Google Scholar] [CrossRef]
  16. Pau, M.; Pegoraro, P.A.; Sulis, S. Performance of three-phase WLS distribution system state estimation approaches. In Proceedings of the IEEE International Workshop on Applied Measurements for Power Systems (AMPS), Aachen, Germany, 23–25 September 2015; pp. 138–143. [Google Scholar]
  17. Gu, C.; Panida, J.; Mehul, M. Detecting false data injection attacks in AC state estimation. IEEE Trans. Smart Grid 2015, 6, 2476–2483. [Google Scholar]
  18. Xu, T.F.; Luo, Q. State estimation algorithm of smart grid based on P-Q decoupling transformation. J. Shenyang Univ. Technol. 2019, 41, 251–256. [Google Scholar]
  19. Korres, G.N.; Manousakis, N.M. State estimation and observability analysis for phasor measurement unit measured systems. IET Gener. Transm. Distrib. 2012, 6, 902–913. [Google Scholar] [CrossRef]
  20. Ju, Y.T.; Wu, W.C.; Zhang, B.M. A new method for distribution state estimation accommodating current measurements. Proc. CSEE 2011, 31, 82–89. [Google Scholar]
  21. GB/T 33590.2-2017; Technical Specification of Smart Grid Operation and Control Systems—Part 2: Terminology. National Standardization Administration: Beijing, China, 2017.
  22. Chen, Y.B.; Ma, J. A bilinear robust state estimation method for power systems. Autom. Electr. Power Syst. 2015, 39, 41–47. [Google Scholar]
  23. Quanchun, Y.A.N.; Zhinong, W.E.I.; Taishan, X.U. Nonlinear weighted absolute least value parameter estimation based on dominant and non-dominant parameter. Autom. Electr. Power Syst. 2013, 37, 71–76. [Google Scholar]
  24. Yan, Q.; Wei, Z.; Sun, G.; Wang, C.; Sun, W. A robust wlav state estimation based on multiple predictor-corrector interior point method. Power Syst. Technol. 2013, 37, 2194–2200. [Google Scholar]
  25. Yu, W.S.; Huang, M.Y.; Wei, Z.N.; Sun, G.Q.; Duan, F.W.; Liu, R.T. Adaptive robust state estimation for power system based on dynamic partitioning and multiple estimation criteria. Autom. Electr. Power Syst. 2021, 45, 173–180. [Google Scholar]
  26. Garanayak, P.; Panda, G. An adaptive linear neural network with least mean M-estimate weight updating rule employed for harmonics identification and power quality monitoring. Trans. Inst. Meas. Control 2018, 40, 1936–1949. [Google Scholar] [CrossRef]
  27. Guo, Y.; Zhang, B.M.; Wu, W.C. Solution and performance analysis to a robust state estimation method with exponential objective function. Proc. CSEE 2011, 31, 89–95. [Google Scholar]
  28. Wan, D.; Zhao, M.; He, G.; Che, L.; Guo, Q.; Zhou, Q. Fast and robust state estimation for active distribution networks considering measurement data fusion and network topology changes. Sustainability 2023, 15, 13800. [Google Scholar] [CrossRef]
  29. Bian, X.; Li, X.R.; Chen, H.; Gan, D.; Qiu, J. Joint estimation of state and parameter with synchrophasors—Part I: State tracking. IEEE Trans. Power Syst. 2011, 26, 1196–1208. [Google Scholar] [CrossRef]
  30. Bian, X.; Li, X.R.; Chen, H.; Gan, D.; Qiu, J. Joint estimation of state and parameter with synchrophasors—Part II: Parameter tracking. IEEE Trans. Power Syst. 2011, 26, 1209–1220. [Google Scholar] [CrossRef]
  31. Zhang, J.H.; Zeng, B.; Zhang, Y.; Liu, D.C.; Yang, X.; Li, C.; Liu, W.X. Key issues and research prospects of active distribution network planning. Trans. China Electrotech. Soc. 2014, 29, 13–23. [Google Scholar]
  32. Primadianto, A.; Lu, C.N. A Review on distribution system state estimation. IEEE Trans. Power Syst. 2017, 32, 3875–3883. [Google Scholar] [CrossRef]
  33. Elia. Load and Load Forecast [DB/OL]. Available online: https://www.elia.be/en/grid-data/Load-and-Load-Forecasts (accessed on 21 March 2023).
  34. Zimmerman, R.D.; Murillo-Sanchez, C.E.; Thomas, R.J. Matpower: Steady-State Operations, Planning, and Analysis Tools for Power Systems Research and Education. IEEE Trans. Power Syst. 2011, 26, 12–19. [Google Scholar] [CrossRef]
  35. Li, D.L.; Li, R.; Sun, Y.Z. Data compatibility analysis of WAMS/SCADA hybrid measurements state estimation. Proc. CSEE 2010, 30, 60–66. [Google Scholar]
Figure 1. Framework of SE.
Figure 1. Framework of SE.
Energies 18 02222 g001
Figure 2. Structure diagram of the GRU.
Figure 2. Structure diagram of the GRU.
Energies 18 02222 g002
Figure 3. Structure of the DSENN’s layer.
Figure 3. Structure of the DSENN’s layer.
Energies 18 02222 g003
Figure 4. Modified IEEE 33-node system.
Figure 4. Modified IEEE 33-node system.
Energies 18 02222 g004
Figure 5. Comparison of the RMSE of pseudo-measurements.
Figure 5. Comparison of the RMSE of pseudo-measurements.
Energies 18 02222 g005
Figure 6. Comparison of the MAE of SE under (a) voltage magnitude and (b) voltage phase angle.
Figure 6. Comparison of the MAE of SE under (a) voltage magnitude and (b) voltage phase angle.
Energies 18 02222 g006
Figure 7. Comparison of the MAE of SE without bad measurement data under four topologies: (a) voltage magnitude and (b) voltage phase angle.
Figure 7. Comparison of the MAE of SE without bad measurement data under four topologies: (a) voltage magnitude and (b) voltage phase angle.
Energies 18 02222 g007
Figure 8. Comparison of the MAE of SE containing bad measurement data under four topologies: (a) voltage magnitude and (b) voltage phase angle.
Figure 8. Comparison of the MAE of SE containing bad measurement data under four topologies: (a) voltage magnitude and (b) voltage phase angle.
Energies 18 02222 g008aEnergies 18 02222 g008b
Table 1. Comparison of this paper with existing studies.
Table 1. Comparison of this paper with existing studies.
ModelsStrength[7,8][9][11][22,23]Ours
Bad data processingPseudo-measurement robustness in bad measurement
Robust SESE robustness in bad measurement
SE robustness in bad topology parameters
SE computational efficiency
Table 2. The normal distribution parameters for SCADA and μPMU measurement.
Table 2. The normal distribution parameters for SCADA and μPMU measurement.
Measurement EquipmentMeasurement TypeMeanStandard Deviation
SCADANode injected power00.02
Branch power flow00.02
μPMUVoltage magnitude00.002
Voltage phase angle00.005
Current magnitude00.002
Current phase angle00.005
Table 3. Topology configuration of the modified IEEE 33-node system.
Table 3. Topology configuration of the modified IEEE 33-node system.
Topology TypeDisconnected Switch
Topology 17–8, 9–10, 14–15, 32–33, 25–29
Topology 27–8, 10–11, 14–15, 30–31, 25–29
Topology 37–8, 9–10, 14–15, 28–29, 18–33
Topology 47–8, 9–10, 14–15, 31–32, 25–29
Table 4. Comparison of the RMSE and MAE of pseudo-measurements.
Table 4. Comparison of the RMSE and MAE of pseudo-measurements.
Method R M S E m M A E m
Linear interpolation3.29 × 10−21.95 × 10−2
ANN3.07 × 10−28.4 × 10−3
Proposed2.35 × 10−27.7 × 10−3
Table 5. Comparison of the MAE of pseudo-measurements in different proportions of bad measurements.
Table 5. Comparison of the MAE of pseudo-measurements in different proportions of bad measurements.
Proportion of Bad MeasurementMethod M A E m
10%Linear interpolation8.8 × 10−2
ANN7.39 × 10−2
Proposed2.35 × 10−2
30%Linear interpolation1.56 × 10−1
ANN1.12 × 10−1
Proposed4.87 × 10−2
Table 6. Comparison of the MAE of SE based on different pseudo-measurements.
Table 6. Comparison of the MAE of SE based on different pseudo-measurements.
Method M A E v M A E θ
Origin data8.51 × 10−21.15 × 10−1
Linear interpolation5.59 × 10−27.85 × 10−2
ANN4.85 × 10−26.57 × 10−2
Proposed4.68 × 10−25.49 × 10−2
Table 7. Comparison of the MAE of SE based on pseudo-measurements in different proportions of bad measurements.
Table 7. Comparison of the MAE of SE based on pseudo-measurements in different proportions of bad measurements.
Proportion of Bad MeasurementMethod M A E v M A E θ
10%Linear interpolation2.92 × 10−21.01 × 10−1
ANN2.65 × 10−28.63 × 10−2
Proposed2.23 × 10−26.7 × 10−2
30%Linear interpolation3.12 × 10−21.56 × 10−1
ANN2.72 × 10−21.1 × 10−1
Proposed2.4 × 10−29.58 × 10−2
Table 8. Comparison of the MAE of SE without bad measurement data under four topologies.
Table 8. Comparison of the MAE of SE without bad measurement data under four topologies.
MethodTopology Type M A E v M A E θ
WLSTopology 12.94 × 10−21.14 × 10−1
Topology 21.14 × 10−27.63 × 10−2
Topology 31.17 × 10−21.13 × 10−1
Topology 41.42 × 10−23.96 × 10−2
WLAVTopology 11.22 × 10−21.14 × 10−1
Topology 27.6 × 10−35.61 × 10−2
Topology 31.04 × 10−21 × 10−1
Topology 46.7 × 10−33.52 × 10−2
ProposedTopology 12.2 × 10−32.98 × 10−2
Topology 22.8 × 10−35.08 × 10−2
Topology 32.8 × 10−32.5 × 10−2
Topology 42.7 × 10−33.58 × 10−2
Table 9. Comparison of the MAE of SE containing bad measurement data under four topologies.
Table 9. Comparison of the MAE of SE containing bad measurement data under four topologies.
MethodTopology Type M A E v M A E θ
WLSTopology 13.01 × 10−21.19 × 10−1
Topology 21.14 × 10−28.61 × 10−2
Topology 31.17 × 10−21.17 × 10−1
Topology 41.44 × 10−24.02 × 10−2
WLAVTopology 11.23 × 10−21.23 × 10−1
Topology 27.6 × 10−36.81 × 10−2
Topology 31.04 × 10−21.02 × 10−1
Topology 46.8 × 10−33.28 × 10−2
ProposedTopology 12.21 × 10−33 × 10−2
Topology 22.83 × 10−35.1 × 10−2
Topology 32.82 × 10−32.52 × 10−2
Topology 42.72 × 10−33.6 × 10−2
Table 10. Comparison of the MAE of SE based on different proportions of bad measurement.
Table 10. Comparison of the MAE of SE based on different proportions of bad measurement.
Proportion of Bad MeasurementMethod M A E v M A E θ
10%WLS8.4 × 10−38.32 × 10−2
WLAV8.7 × 10−36.91 × 10−2
Proposed3.1 × 10−34.97 × 10−2
30%WLS8.4 × 10−39.62 × 10−2
WLAV8.5 × 10−39.04 × 10−2
Proposed3.1 × 10−34.94 × 10−2
Table 11. Comparison of estimation times for different methods.
Table 11. Comparison of estimation times for different methods.
Method T s /(ms)
WLS2.437
WLAV603.99
Proposed0.14
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Chen, Y.; Gao, Y.; Gan, K.; Li, M.; Wei, C.; Guo, X.; Zhao, R.; Lu, J.; Che, L. State Estimation for Active Distribution Networks Considering Bad Data in Measurements and Topology Parameters. Energies 2025, 18, 2222. https://doi.org/10.3390/en18092222

AMA Style

Chen Y, Gao Y, Gan K, Li M, Wei C, Guo X, Zhao R, Lu J, Che L. State Estimation for Active Distribution Networks Considering Bad Data in Measurements and Topology Parameters. Energies. 2025; 18(9):2222. https://doi.org/10.3390/en18092222

Chicago/Turabian Style

Chen, Yizhe, Yifan Gao, Kai Gan, Ming Li, Chengzhi Wei, Xiaoyi Guo, Ruifeng Zhao, Jiangang Lu, and Liang Che. 2025. "State Estimation for Active Distribution Networks Considering Bad Data in Measurements and Topology Parameters" Energies 18, no. 9: 2222. https://doi.org/10.3390/en18092222

APA Style

Chen, Y., Gao, Y., Gan, K., Li, M., Wei, C., Guo, X., Zhao, R., Lu, J., & Che, L. (2025). State Estimation for Active Distribution Networks Considering Bad Data in Measurements and Topology Parameters. Energies, 18(9), 2222. https://doi.org/10.3390/en18092222

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop