Next Article in Journal
Studying Physiological Synchrony in Couple Therapy through Partial Directed Coherence: Associations with the Therapeutic Alliance and Meaning Construction
Previous Article in Journal
On Positive Definite Kernels of Integral Operators Corresponding to the Boundary Value Problems for Fractional Differential Equations
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Maximum Correntropy with Variable Center Unscented Kalman Filter for Robust Power System State Estimation

1
Key Laboratory of Modern Power System Simulation and Control & Renewable Energy Technology, Northeast Electric Power University, Ministry of Education, Jilin 132012, China
2
School of Information Engineering, Guangdong University of Technology, Guangzhou 510006, China
*
Author to whom correspondence should be addressed.
Entropy 2022, 24(4), 516; https://doi.org/10.3390/e24040516
Submission received: 14 March 2022 / Revised: 2 April 2022 / Accepted: 2 April 2022 / Published: 6 April 2022

Abstract

:
The robust Kalman filter with correntropy loss has received much attention in recent years for forecasting-aided state estimation in power systems, since it efficiently reduces the negative influence of various abnormal situations, such as non-Gaussian communication, changing environment, and instrument failures, and obviously improves the stability of power systems. However, the existing correntropy-based robust Kalman filters usually use the Gaussian function with a fixed center as the kernel function in correntropy, which may not be a suitable choice in practical applications of power system forecasting-aided state estimation (PSSE). To address this issue, a new and robust unscented Kalman filter, called the maximum correntropy with variable center unscented Kalman filter (MCVUKF), is proposed in this paper for PSSE. Specifically, MCVUKF adopts an extended version of correntropy, whose center can be located at any position, to replace the original correntropy in an unscented Kalman filter to improve the performance in PSSE. Moreover, by using an exponential function of the innovation vector to adjust a covariance matrix, an enhanced MCVUKF (En-MCVUKF) method is also developed for suppressing the influence of bad data to the innovation vector and further improving the accuracy of PSSE. Finally, extensive simulations have been conducted on IEEE 14-bus, 30-bus, and 57-bus test power systems, and the simulation results have shown the superiority of the proposed MCVUKF and En-MCVUKF methods compared with several related state-of-the-art Kalman filter methods.

1. Introduction

State estimation has played an important role in the energy management system, which is necessary for the reliability, safety, economic operation, and resiliency of power systems. Generally speaking, the state estimation in power systems can be classified into two categories, including static state estimation (SSE) and forecasting-aided state estimation (FASE) [1]. Different from SSE that captures the real-time operating state of the power system, FASE mainly focuses on predicting the trend of the power system. Due to the variety of loads in the power system, which usually leads to the change of the state information of buses, SSE fails to deal with the influence of the change of system loads. By contrast, based on the obtained prior information, FASE can analyze and predict the changing trend of the power system. Hence, in recent years, FASE has gained considerable attention in the field of power systems for state estimation [2,3].
As one of the most useful power system forecasting-aided state estimation (PSSE) techniques, the Kalman-type filters and their improvements have been widely applied in FASE due to their excellent tracking ability in power systems [4,5,6]. Traditional Kalman filters (KF) aim to obtain the accurate state estimation for a linear dynamic system, which are difficult to achieve the optimal filter for nonlinear systems. However, in many practical applications, the power systems are usually nonlinear. To address the nonlinear filtering issue, two typical nonlinear extensions of the traditional KF, i.e., extended Kalman filter (EKF) [7,8] and unscented Kalman filter (UKF) [9,10], have been widely proposed. For example, Zhao et al. proposed an H EKF method for PSSE, which was based on the control theory to bound the influence of the uncertainties, such as uncertain inputs or varying generator transient reactance in different operation conditions [11]. Generally speaking, to estimate the state of power system, the EKF methods aim at using the first-order Taylor expansion to approximate the nonlinear functions, which seriously suffer from the strong nonlinearities of the model. In order to overcome this drawback, the UKF methods have been successfully developed in PSSE due to the good performance in highly nonlinear systems and a simple calculation process. In fact, the UKF approaches mainly utilize the unscented transformation (UT) to approximate the probability distribution functions. It is worth noting that most of the existing KF methods are proposed by using the popular minimum means square error (MMSE) criterion, because it can achieve the optimal performance under Gaussian assumption. However, the distribution of noise in various practical applications usually fails to satisfy the condition of Gaussian assumption [12,13,14].
Due to unknown system inputs (e.g., tripping of customer loads and parameter variations), the power system model is subject to uncertainties. Moreover, the process and observation noise in power systems are usually non-Gaussian with multi-peak or heavy-tailed distribution, which is verified by the Pacific Northwest National Lab [15]. In this situation, the performance of the MMSE criterion-based KF methods may degrade seriously in PSSE. In order to improve the robustness of traditional KF methods, several information theoretic criteria have been adopted as the robust criterion to replace the original MMSE criterion in KF algorithms [16,17,18,19,20]. Typical examples include the minimum error entropy criterion (MEE) [21,22,23] and the maximum correntropy criterion (MCC) [24,25,26]. For instance, Ma et al. respectively proposed a adaptive extended Kalman filter with correntropy loss [27] and a unscented Kalman filter with the generalized correntropy loss (GCL-UKF) [28] for the real-time state estimation of the power system; Chen et al. first utilize the MEE criterion into UKF and proposed a minimum error entropy-based UKF method for robust power system state estimation [29]. Although the MEE and MCC-based KF methods have been demonstrated to be effective for suppressing the bad impact of the heavy-tailed noise and outliers in the power system, they still have some drawbacks. For example, the MEE-based KF methods usually require high computational complexity in PSSE. The MCC-based KF methods have a reasonable computational cost in practical tasks. However, the kernel function of correntropy used in MCC-based KF methods is restricted to the zero-mean Gaussian function, which may not be a superior selection in practical power system applications. The main reason is that when the error distribution in a power system is non-zero mean, the performance of the error criteria located at zero may decline obviously.
Toward this end, in this paper, a novel and robust unscented Kalman filter—namely, the maximum correntropy with variable center unscented Kalman filter (MCVUKF)—is proposed, which is used to enhance the performance in PSSE. As an extended version of the original correntropy, the correntropy with variable center, has a flexible center that can be located at any position, which can match well the error distribution for various practical situations [30,31]. Instead of using the traditional MMSE and MCC criteria, the proposed MCVUKF method utilizes the maximum correntropy with variable center criterion to the UKF to improve the estimation accuracy and enhance the stability against non-Gaussian noise. Moreover, to further improve the performance of PSSE, an enhanced MCVUKF (En-MCVUKF) method is also developed by using an exponential function of the innovation vector to adjust a covariance matrix to suppress the effect of abnormal data to the innovation vector. Finally, extensive simulations have been conducted on IEEE 14-bus, 30-bus, and 57-bus test power systems, and the simulation results have shown the good performance of the proposed MCVUKF and En-MCVUKF methods compared with several related state-of-the-art traditional and robust KF methods.
The rest of this paper is organized as follows. In Section 2, we briefly describe the model of power system and the correntropy with variable center. The proposed MCVUKF and En-MCVUKF methods are presented in Section 3. Extensive simulations are conducted in Section 4. Finally, the conclusion is given in Section 5.

2. Related Work

In this section, the model of the power system is first introduced. Then, the definition of the correntropy with a variable center is presented.

2.1. Model of the Power System

A general nonlinear dynamical power system can be described by a set of continuous-time nonlinear differential and algebraic equations, which are frequently expressed in the following discrete-time state space form at time instance i:
x i = f ( x i 1 ) + w i
y i = h ( x i ) + v i
where x i R n × 1 responds to the state vector that consists of the subvectors of nodal voltage magnitude V i R 1 × n 1 and nodal voltage angles θ i R 1 × n 2 with n = n 1 + n 2 ; f ( · ) is the state-transition function that relates x i to x i 1 ; w i R n × 1 stands for the system process noise with covariance matrix Q i R n × n ; y i R n × 1 denotes the measurement vector; h ( · ) is the measurement function that consists of the subvectors of the real power injection T a R 1 × m 1 , the reactive power injection Z a R 1 × m 2 , the real power flow T a b R 1 × m 3 , and the reactive power flow Z a b R 1 × m 4 with m = m 1 + m 2 + m 3 + m 4 ; v i R n × 1 stands for the measurement noise with covariance matrix R i R n × n . Generally speaking, in a practical power system model, the distributions of the existing noises are usually non-Gaussian. In this work, the main purpose is to develop the new and robust KF method. Based on Holt’s two-parameter linear exponential smoothing technique [1], the function f ( · ) can be expressed in the following form:
x i = a i 1 + b i 1
a i 1 = α i 1 x i 1 + ( 1 α i 1 ) x i 1 *
b i 1 = β i 1 ( a i 1 a i 2 ) + ( 1 β i 1 ) b i 2
where the parameters α i 1 and β i 1 are in [ 0 , 1 ] , x i 1 * stands for the predicted state vector at time instance i 1 . Here, the state forecasting function (3) is utilized in (1) to predict the state vector in advance when the state prediction of the KF method is executed. Based on the standard real power and reactive power balance as well as power flow equations, the function h ( · ) is defined as follows [28,29]:
T a = | V a | b = 1 N | V b | G a b cos θ a b + B a b sin θ a b
Z a = | V a | b = 1 N | V b | G a b sin θ a b B a b cos θ a b
T a b = V a 2 G g a + G a b | V a | | V b | G a b cos θ a b + B a b sin θ a b
Z a b = V a 2 B g a + B a b | V a | | V b | G a b sin θ a b B a b cos θ a b
where T a and Z a , respectively, stand for the real and reactive power injection at bus a, V a stands for the voltage magnitude at bus a, θ a b denotes the voltage angle between buses a and b, T a b and Z a b , respectively, denote the real power flow and reactive power flow between buses a and b. G a b and B a b denote the conductance and susceptance of the line between buses a and b, and G g a and B g a denote the conductance and susceptance of the shunt at bus a.

2.2. Correntropy with Variable Center

As one of the commonly used robust similarity measures, correntropy is first proposed in information theoretical learning (ITL) [32]. Compared with the traditional squared Euclidean distance (SED), correntropy can effectively reduce the bad impact of non-Gaussian noise and outliers. Due to its simplicity and robustness, in recent decades, correntropy has been successfully used in many practical tasks [33,34,35]. Considering two random variables A and B, the definition of correntropy is given by [32,36]:
V σ ( A , B ) = E G σ A B = E G σ e = G σ a b d F A B ( a , b )
where G σ ( · ) is a kernel function, σ is the kernel bandwidth parameter, and F A B ( a , b ) represents the joint distribution function of ( A , B ) and e = A B . In most cases, the Gaussian kernel used in correntropy-based robust methods is usually the Gaussian kernel function with the center located at zero because it has some outstanding advantages such as strict positive-definiteness, simplicity, and smoothness. However, in many real-world environments, the zero-mean Gaussian function is often not a good selection for correntropy, since it fails to match well the error distribution in practical applications.
To overcome this drawback, correntropy with a variable center has been proposed in recent years [30], whose definition is expressed as follows:
V σ , c ( A , B ) = E G σ e c = E 1 2 π σ exp ( e c ) 2 2 σ 2
where c denotes the center location. It is worth noting that when c = 0 , the correntropy with a variable center will reduce to the original correntropy. Since the join distribution F A B ( a , b ) is usually unknown in real-world applications, based on a finite number of data points { ( a n , b n ) } n = 1 N , the estimation of the correntropy with a variable center is:
V ^ N , σ , c ( A , B ) = 1 N n = 1 N G ( a n b n c )
where V ^ N , σ , c stands for the estimator of V σ , c , and N is the number of samples. Using the Taylor series expansion of the Gaussian kernel, we can rewrite (11) as follows:
V σ , c ( A , B ) = 1 2 π σ n = 0 ( 1 ) n 2 n n ! E ( e c ) 2 n 2 σ 2 n
Similar to the original correntropy, one can observe that from the viewpoint of statistics, the correntopy with a variable center still can capture the higher order moments (i.e., all the even order moments) of e that are useful to reduce the sensitivity to non-Gaussian noise and outliers. Therefore, the correntopy with a variable center is robust to non-Gaussian noise and outliers.

3. Maximum Correntropy with Variable Center Unscented Kalman Filter for Robust State Estimation

In this section, the maximum correntropy criterion with variable center (MCC-VC) is used in the UKF, and the maximum correntropy with variable center unscented Kalman filter (MCVUKF) approach is derived based on the discrete-time state space Equations (1) and (2) in a nonlinear power system. The derivation process of MCVUKF includes time update and measurement update.

3.1. MCVUKF

3.1.1. Time Update

Based on the unscented transformation technique, combining the estimated state x ^ i 1 | i 1 and the covariance matrix P i 1 | i 1 , a sequence of 2 n + 1 sigma points can be generated:
X i 1 | i 1 s = x ^ i 1 | i 1 , s = 0 x ^ i 1 | i 1 + ( n + λ ) P i 1 | i 1 s , s = 1 , , n x ^ i 1 | i 1 + ( n + λ ) P i 1 | i 1 s n , s = n + 1 , , 2 n
where ( n + λ ) P i 1 | i 1 s denotes the s-th column vector of the square root matrix, λ is the scalar parameter with λ = δ 2 ( n + κ ) n in which δ [ 0 , 1 ] determines the diffusion degree of the sigma point around, and the parameter κ = 3 n is used to reduce the higher order errors of the mean and the covariance approximations. Assuming that x 0 is an initial state variable with the initial state mean x ^ 0 | 0 = E [ x 0 ] , we have the initial state estimate error covariance matrix P 0 | 0 in the following form:
P 0 | 0 = E [ ( x 0 x ^ 0 ) ( x 0 x ^ 0 ) T ]
where [ · ] T denotes the transpose operator. Afterward, we obtain x ^ i | i 1 and P i | i 1 :
x ^ i | i 1 = s = 0 2 n ω η i f ( X i 1 | i 1 s )
P i | i 1 = s = 0 2 n ω ν i f ( X i 1 | i 1 s ) x ^ i | i 1 f ( X i 1 | i 1 s ) x ^ i | i 1 T + Q i 1
where ω η i and ω ν i , respectively, denote the weights of the sigma point mean with ω η 0 = λ n + λ , ω ν 0 = λ n + λ , and ω η i = ω ν i = 1 2 ( n + λ ) , i = 1 , 2 , , 2 n , in which λ is related to the distribution of the state variable.

3.1.2. Measurement Update

Similar to the time update process, 2 n + 1 sigma points should be calculated in the measurement update process from x ^ i | i 1 and P i | i 1 :
X i 1 | i 1 s = x ^ i 1 | i 1 , s = 0 x ^ i 1 | i 1 + ( n + λ ) P i | i 1 s , s = 1 , , n x ^ i 1 | i 1 + ( n + λ ) P i | i 1 s n , s = n + 1 , , 2 n
After that, we have the prior mean y ^ i | i 1 and the predicted measurement cross-covariance matrix P x y , i :
y ^ i | i 1 = s = 0 2 n ω η i h ( X i | i 1 s )
P x y , i = s = 0 2 n ω ν i X i | i 1 s x ^ i | i 1 h ( X i | i 1 s ) y ^ i | i 1 T
In this work, we utilize the maximum correntropy criterion with a variable center to a statistical linear regression model for completing the measurement update. Firstly, we define a prior state estimation error η ( x i ) and a measurement slope matrix H i as follows:
η ( x i ) = x i x ^ i | i 1
H i = ( P i | i 1 1 P x y , i ) T
Based on (21) and (22), we can approximate (2) in the following form:
y i y ^ i | i 1 + H i ( x i x ^ i | i 1 ) + v i
Combining (1), (21) and (23), we obtain:
x ^ i | i 1 y ^ i y ^ i | i 1 + H i x ^ i | i 1 = I H i x i + ξ i
where I denotes a unity matrix, ξ i = η ( x i ) , v i T and
E ξ i ξ i T = S p , i | i 1 S p , i | i 1 T 0 0 S r , i S r , i T = S i S i T
in which S i is the Cholesky decomposition factor of the matix E ξ i ξ i T . Obviously, we derive by multiplying S i 1 in both sides of (24):
S i 1 x ^ i | i 1 y ^ i y ^ i | i 1 + H i x ^ i | i 1 = S i 1 I H i x i + S i 1 ξ i D i = W i x i + E i
where
D i = S i 1 x ^ i | i 1 y ^ i y ^ i | i 1 + H i x ^ i | i 1
W i = S i 1 I H i
E i = S i 1 ξ i
with D i = d 1 , i , , d L , i , W i = w 1 , i , , w L , i , and E i = e 1 , i , , e L , i . Clearly, based on E ξ i ξ i T = S i S i T and (29), we have E E i E i T = I . Due to
e k , i = d k , i w k , i x i
where e k , i denotes the i-th element of e i , the maximum correntropy criterion with a variable center is used to obtain the optimal values of the state variables, and the optimization problem is given by
arg max x i 1 2 π σ 1 L k = 1 L exp ( e k , i c ) 2 2 σ 2
where L denotes the number of data samples. Based on (31), we have the optimal estimate of x i by minimizing the following optimization problem:
x ^ i = arg min x i J ( x i ) = 1 2 π σ exp c 2 2 σ 2 1 L k = 1 L exp ( e k , i c ) 2 2 σ 2
Then, the partial derivative of J ( x i ) with respect to x i is derived as follows:
J ( x i ) x i = 1 2 π σ × 1 2 σ 2 1 L k = 1 L exp ( e k , i c ) 2 2 σ 2 ( d k , i w k , i x i ) w k , i
By setting J ( x i ) x i = 0 , we have
x i = k = 1 L exp ( e k , i c ) 2 2 σ 2 w k , i T w k , i 1 k = 1 L exp ( e k , i c ) 2 2 σ 2 w k , i T d k , i
Obviously, (34) is a fixed-point equation with respect to x i . According to [28], it can be further rewritten in the form of matrix:
x i = W i T C i W i 1 W i T C i D i
where
C i = C x , i 0 0 C y , i
C x , i = d i a g exp ( e 1 , i c ) 2 2 σ 2 , , exp ( e n , i c ) 2 2 σ 2
C y , i = d i a g exp ( e n + 1 , i c ) 2 2 σ 2 , , exp ( e n + m , i c ) 2 2 σ 2
Combining (25) and (28) yields
W i = S p , i | i 1 1 0 0 S r , i 1 I H i = S p , i | i 1 1 S r , i 1 H i
Assume that S p , S r , C x , and C y stand for S p , i | i 1 , S r , i , C x , i , and C y , i respectively. One can easily derive by using (36) and (39):
W i T C i W i 1 = ( ( S p ) 1 ) T C x S p 1 + H i T ( ( S p ) 1 ) T C y S p 1 H i 1
Based on the matrix inversion lemma, (40) can be rewritten as:
W i T C i W i 1 = A + B D C 1 = S p C x 1 S p T S p C x 1 S p T H i × H i ( S p ) 1 S p C x 1 S p T H i T + S r C y 1 S r T 1 H i S p C x 1 S p T
where ( ( S p ) 1 ) T C x S p 1 = A , H i T = B , ( ( S p ) 1 ) T C y S p 1 = C , and H i = D . Using the definition of a, one can obtain:
D i = S p , i | i 1 1 x ^ i | i 1 S r 1 y i h ( x ^ i | i 1 ) + H i x ^ i | i 1
Moreover, combining (36) and (42), we have
W i T C i D i = ( S p 1 ) T C x S p 1 x ^ i | i 1 + H i T ( S p 1 ) T C y S r 1 ( y i h ( x ^ i | i 1 ) + H i x ^ i | i 1 )
Finally, one can derive the following update rule by using (35) and (43):
x i = x ^ i | i 1 + K ^ i ( y i y ^ i | i 1 )
where
K ^ i = P ^ i | i 1 H i T ( H i P ^ i | i 1 H i T + R i 1 )
P ^ i | i 1 = S ^ p , i | i 1 C x , i 1 ( S ^ p , i | i 1 ) T
R i = S ^ r , i C y , i 1 ( S ^ r , i ) T
Furthermore, we also derive the corresponding update rule for the covariance matrix:
P ^ i | i = ( I K ^ i H i ) P ^ i | i 1 ( I K ^ i H i ) T + K ^ i R i K ^ i T

3.1.3. Optimization of the Free Parameters σ and c

For the proposed MCVUKF method, there are two important parameters (e.g, the kernel width σ and the center location c) that have great influence on the performance of MCVUKF in PSSE. Particularly, the parameter σ controls all robust properties of the correntropy with a variable center, and the parameter c enhances the learning performance of the correntropy with a variable center in various practical applications with non-zero-mean error distribution. Similar to [30,31], an efficient method is adopted in this subsection to optimize the two parameters by using the following optimization problem:
σ ( i ) , c ( i ) = arg min σ T , c C 1 2 π σ exp c 2 2 σ 2 1 L k = 1 L exp ( e k , i c ) 2 2 σ 2
where σ ( i ) and c ( i ) denote the adapted parameters at iteration time i, and T and C , respectively, stand for the admissible sets of parameters σ and c. In fact, many approaches can be adopted to solve the above optimization problem. In this work, for the kernel width parameter σ , a traditional gradient-based approach is utilized to optimize the optimization problem (49) for selecting the appropriate value in each iteration. Moreover, for the parameter c, in order to simplify the computation complexity of the proposed method, we set the center location c in MCVUKF to the mean or median value of the error by using the Parzen window theory. The update rule of c can be expressed as follows:
c ( i ) = m e d i a n | e 1 , i | , | e 2 , i , | , , e L , i | |
It is remarkable that when the window length is large enough, the obtained value of the parameter c is suitable for the error curve, whose efficiency can be observed in the simulation results.

3.2. En-MCVUKF

Due to anomaly conditions, the measurements usually include large error, which may affect the estimation performance of the proposed MCVUKF method in the power system [28,37]. In order to avoid the performance degradation and improve the reliability of the state estimation for MCVUKF, an enhanced MCVUKF (En-MCVUKF) method is developed, which can be considered as a potential weighting method to solve the state estimation problems compared with traditional approaches. Specifically, the En-MCVUKF method uses an exponential function of the innovation vector to adjust a covariance matrix such that the estimation performance can be maintained. The main reason is that when the absolute residual vector increases because of unwanted disturbances, this exponential weight function will efficiently restrict the magnitude of the residual and suppress the negative influence of bad data to the estimation performance in PSSE. Motivated by the idea in [28,37], we also apply an exponential function to the proposed MCVUKF method for updating the covariance matrix, which is given by:
R i = R i exp | y i h ( x i ) |
R i = R i 1
Obviously, when (51) and (52) are utilized to replace the (47) in the proposed MCVUKF approach for updating R i , the En-MCVUKF approach is derived. Next, based on the above-derived procedure, the detailed steps of the En-MCVUKF algorithm for state estimation in a power system can be summarized in Algorithm 1:
Algorithm 1 En-MCVUKF Algorithm for Power System State Estimation
Input: An initial estimation of state vector x ^ 0 | 0 = E [ x 0 ] with the covariance matrix P 0 , two initial values for free parameters σ and c, a small enough positive value ε , and the number of max iterations m a x I t e r , set i = 0 .
Output: The estimation of state vector x ^ i | i , t and the posterior covariance matrix P i | i .
1:
repeat
2:
      Calculate the prior estimation of x ^ i | i 1 and P i | i 1 by using (16) and (17), and S p , i | i 1 by using the Cholesky decomposition.
3:
      Calculate the prior measurement y ^ i | i 1 by using (18)–(20), and the measurement slope matrix H i by using (22).
4:
      Build the statistical linear regression model by using (24).
5:
      Transform (23) into (26), and set t = 1 and the initial value of x ^ i | i , t as x ^ i | i , 0 at time instant t = 0
6:
      repeat
7:
            Calculate the residual error e k , i by using:
e k , i = d k , i w k , i x ^ i | i , t 1
8:
            Calculate the covariance matrix R i by using (51) and (52):
9:
            Update x ^ i | i by using the following equation:
x ^ i | i , t = x ^ i | i 1 + K ^ i ( y i y ^ i | i 1 )
10:
             t = t + 1 .
11:
      until  x ^ i | i , t x ^ i | i , t 1 x ^ i | i , t 1 > ε
12:
      Calculate P i | i by using (48).
13:
       i = i + 1 .
14:
until  i > m a x I t e r
15:
Return The estimation of state vector x ^ i | i , t and the posterior covariance matrix P i | i .

4. Numerical Results

4.1. Simulation Settings

In the simulations, three test systems, including the IEEE 14-bus system, the IEEE 30-bus system, and the IEEE 57-bus system are adopted for PSSE to illustrate the effectiveness and superiority of the proposed MCVUKF and En-MCVUKF algorithms under different types of non-Gaussian noises. Figure 1 shows the structure of the IEEE 30-bus test system [29]. The data used for the simulation are the power system data, which are obtained from the University of Washington Power System Test Case Archive (http://www.ee.washington.edu/research/pstca/, accessed on 13 March 2022). In order to demonstrate the filtering performance of the proposed algorithms, three different scenarios are used in the simulations [28].
Moreover, two commonly used performance metrics, i.e., the performance index J (in p.u.) and the absolute error of the phase angle and amplitude of each node voltage [37], are utilized to evaluate the filtering performance of the proposed methods in the simulations. Particularly, the smaller the values of J (in p.u.) and absolute error, the better the filtering performance. Due to the fact that the used evaluation metrics penalize different properties in the power system for PSSE, extensive simulation results are reported on these diverse criteria to achieve a comprehensive filtering performance evaluation for different methods.
To show the effectiveness and robustness of MCVUKF and En-MCVUKF in PSSE, we also make a comparison between the proposed methods and the five most related methods, which are EKF [8], UKF [38], EnUKF [28], MCCEKF [17], and MCUF [16]. Specifically, EKF, UKF, and EnUKF are the traditional KF methods that are derived by using the MMSE criterion, and MCCEKF and MCUF are the robust KF methods by using the MCC criterion. Furthermore, all methods are conducted on the platform of MATLAB 2018a running on i9-10900K and 3.70-GHz CPU. Without otherwise mentioned, we set the initial state error covariance matrix to be 0.0001 I . We implement 100 random trials for all comparison methods to achieve the reliable simulations results, and all simulations results are obtained by calculating the average results on every test system.

4.2. Case 1: Non-Gaussian Noise with Outliers in Measurements

In this subsection, we conduct simulation on the practical power system with the measurement noises corrupted by non-Gaussian noise with random outliers. Here, two widely used non-Gaussian noise models (i.e., mixed-Gaussian noise model and Laplace noise model) are adopted in this work, whose detailed descriptions are given by [22]:
  • Mixed-Gaussian noise model: The model for the mixed-Gaussian noise is expressed as:
    ( 1 θ ) N λ 1 , υ 1 2 + θ N λ 2 , υ 2 2
    where N λ i , υ i 2 ( i = 1 , 2 ) denotes the Gaussian distributions with mean values λ i and variances υ i 2 , and θ stands for the mixture coefficient. Usually, υ 2 2 υ 1 2 . Hence, the parameter vector for the mixed Gaussian noise is defined as V m i x = λ 1 , λ 2 , υ 1 2 , υ 2 2 , θ .
  • Laplace noise model: The Laplace noise is distributed with probability density function (PDF):
    p ( υ ) = 1 2 exp | υ |
First, we use the mixed-Gaussian noise with the noise parameter vector V m i x = 0 , 0 , 1 , 100 , 0.15 to model the measurement noises in three test systems. The simulation results in terms of the performance index J (in p.u.) are shown in Figure 2 for the test systems at each time instant i. From this figure, one can draw the following conclusions:
  • The overall filtering performance of the proposed MVCUKF and En-MVCUKF methods is the best and the second best in three used test power systems when compared with five state-of-the-art methods, indicating that the proposed method is of superiority. The main reasons can be summarized as follows:
    (1)
    Compared with the MMSE criterion-based KF methods (i.e., EKF, UKF, and EnUKF), the proposed methods adopt the robust maximum correntropy criterion with a variable center to suppress the bad influence of the heavy-tailed non-Gaussian noise in PSSE;
    (2)
    Compared with the MCC-based robust KF methods (i.e., MCCEKF and MCUF) that have a fixed center in correntropy, the MVCUKF and En-MVCUKF methods utilize an enhanced version of the traditional correntropy whose center can be located at any position; thus, they can be more robust to the non-zero-mean non-Gaussian noise;
  • In the same situation, the original MCC and MCC with variable center-based KF methods can achieve better filtering performance than the MMSE-based KF methods, which indicates the robustness of correntropy and its enhanced version used in the KF model.
  • Clearly, the enhanced KF methods (e.g., EnUKF and En-MVCUKF) usually have slightly better filtering performance than the original UKF and MVCUKF methods. That demonstrates that using an exponential function of the innovation vector to adjust a covariance matrix can effectively improve the filtering performance in power systems for state estimation.
Secondly, due to the fact that the measurement error of real-world power flows from the voltage amplitude and voltage phase angle in power systems may follow Laplace distribution, we also incorporate the combination of Gaussian noise and Laplace noise into the IEEE-14 bus test system as the measurement noise, and we further confirm the effectiveness of the proposed methods. Specifically, the measurement noise is generated by
0.85 N 0 , 100 + 0.15 L a p 0 , 1
where L a p 0 , 1 stands for the Laplace noise with 0 mean and scale 1. Figure 3 shows the absolute error of voltage amplitude and voltage phase angle at bus 3 in the IEEE-14 bus test system. From the simulation results, one can see that the proposed methods significantly outperform these compared KF methods in terms of the absolute error of voltage amplitude and voltage phase angle.

4.3. Case 2: Bad Measurement Data and Sudden Load State Change

Apart from the non-Gaussian noise with outliers in measurements, there are many undesired events that may take place in power systems for dynamic state estimation: for example, bad measurement data and sudden load state change. In order to further verify the robustness of the proposed MVCUKF and En-MVCUKF methods, this scenario is tested in which the bad data are incorporated in the measurement. Specifically, we expand 20% of the reactive power measurements at i = 25 and conduct the simulation in the IEEE-30 bus test system. The overall filtering performance of all KF methods at all times is shown in Figure 4. Obviously, one can observe that from this figure, the proposed methods still have better filtering performance than other compared KF methods. Moreover, these robust KF methods, e.g., MVCUKF, En-MVCUKF, MCUF, and MCCEKF, are not sensitive to this abnormal measurement.
Then, we also tested the scenario that a sudden load change happened in the power system to study the robustness of the proposed methods. Similar to previous simulation, the IEEE-30 bus test system is utilized, and the state estimation at bus 3 is captured when the power load at bus 3 has a 20% drop at this time. The absolute error of voltage amplitude and voltage phase angle at bus 3 in the IEEE-30 bus test system are illustrated in Figure 5, in which the values of absolute error (in terms of voltage amplitude and voltage phase angle) for MVCUKF and En-MVCUKF are still lower than those of the other compared KF methods, which confirms the effectiveness and robustness of the proposed methods for dealing with the case of sudden load change.

5. Conclusions

In this paper, a novel unscented Kalman filter, called the maximum correntropy with variable center unscented Kalman filter (MCVUKF), is proposed for robust dynamic state estimation in power systems. Instead of using the traditional correntropy, the MCVUKF method utilizes an extended version of the correntropy that has a flexible center to unscented Kalman filter for improving the filtering performance in PSSE. In addition, an enhanced version of MCVUKF, namely En-MCVUKF, is also derived by using an exponential weight function of the innovation vector to adjust the covariance matrix for reducing the negative impact of bad data and improving the accuracy of PSSE. Extensive simulation results have illustrated that the proposed MCVUKF and En-MCVUKF methods can achieve better filtering performance for PSSE tasks in three different test systems compared with several related robust and non-robust Kalman filter approaches.
Although the proposed MCVUKF and En-MCVUKF methods have shown good results in three different test systems for PSSE tasks, they still have a limitation on selecting the optimal values for the free parameters σ and c. For the proposed methods, σ and c have great influence on the overall filtering performance for PSSE tasks. However, up to now, there has been no useful approach to select these parameters. In future work, a more effective adaptive update method will be adopted in the proposed methods to learn the optimal values for σ and c for further improving the filtering performance.

Author Contributions

Z.S.: Conceptualization, methodology, validation, formal analysis, writing—original draft preparation. C.L.: software, data curation. S.P.: investigation, writing—review and editing, resources, supervision, project administration. All authors have read and agreed to the published version of the manuscript.

Funding

This work was funded by the Project of Key Laboratory of Modern Power System Simulation and Control & Renewable Energy Technology, Ministry of Education (Northeast Electric Power University) (No. MPSS2021-10).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

The authors would like to thank the Guest Editor, Assistant editor, and the reviewers for their valuable comments and suggestions, which helped us improve the quality of the manuscript.

Conflicts of Interest

The authors declare that they have no conflict of interest.

References

  1. Abur, A.; Exposito, A.G. Power System State Estimation: Theory and Implementation; CRC Press: Boca Raton, FL, USA, 2004. [Google Scholar]
  2. Wang, Y.; Sun, Y.; Dinavahi, V. Robust forecasting-aided state estimation for power system against uncertainties. IEEE Trans. Power Syst. 2019, 35, 691–702. [Google Scholar] [CrossRef]
  3. Cheng, C.; Bai, X. Robust forecasting-aided state estimation in power distribution systems with event-triggered transmission and reduced mixed measurements. IEEE Trans. Power Syst. 2021, 36, 4343–4354. [Google Scholar] [CrossRef]
  4. Wang, S.; Wang, W.; Chen, B.; Chi, K.T. Convergence analysis of nonlinear Kalman filters with novel innovation-based method. Neurocomputing 2018, 289, 188–194. [Google Scholar] [CrossRef]
  5. Muscas, C.; Pegoraro, P.A.; Sulis, S.; Pau, M.; Ponci, F.; Monti, A. New Kalman filter approach exploiting frequency knowledge for accurate PMU-based power system state estimation. IEEE Trans. Instrum. Meas. 2020, 69, 6713–6722. [Google Scholar] [CrossRef]
  6. Khalili, R.; Abur, A. PMU-based decoupled state estimation for unsymmetrical power systems. IEEE Trans. Power Syst. 2021, 36, 5359–5368. [Google Scholar] [CrossRef]
  7. Reif, K.; Gunther, S.; Yaz, E.; Unbehauen, R. Stochastic stability of the discrete-time extended Kalman filter. IEEE Trans. Autom. Control 1999, 44, 714–728. [Google Scholar] [CrossRef]
  8. Jiang, C.; Wang, S.; Wu, B.; Fernandez, C.; Xiong, X.; Coffie-Ken, J. A state-of-charge estimation method of the power lithium-ion battery in complex conditions based on adaptive square root extended Kalman filter. Energy 2021, 219, 119603. [Google Scholar] [CrossRef]
  9. Wan, E.A.; Van Der Merwe, R.; Haykin, S. The unscented Kalman filter. Kalman Filter. Neural Netw. 2001, 5, 221–280. [Google Scholar]
  10. Peng, N.; Zhang, S.; Guo, X.; Zhang, X. Online parameters identification and state of charge estimation for lithium-ion batteries using improved adaptive dual unscented Kalman filter. Int. J. Energy Res. 2021, 45, 975–990. [Google Scholar] [CrossRef]
  11. Zhao, J. Dynamic State Estimation With Model Uncertainties Using H Extended Kalman Filter. IEEE Trans. Power Syst. 2017, 33, 1099–1100. [Google Scholar] [CrossRef]
  12. Ma, W.; Zheng, D.; Zhang, Z.; Duan, J.; Qiu, J.; Hu, X. Sparse-aware bias-compensated adaptive filtering algorithms using the maximum correntropy criterion for sparse system identification with noisy input. Entropy 2018, 20, 407. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  13. Ma, W.; Qiu, J.; Liang, J.; Chen, B. Linear Kalman filtering algorithm with noisy control input variable. IEEE Trans. Circuits Syst. II Express Briefs 2018, 66, 1282–1286. [Google Scholar] [CrossRef]
  14. Bai, M.; Huang, Y.; Chen, B.; Zhang, Y. A Novel Robust Kalman Filtering Framework Based on Normal-Skew Mixture Distribution. IEEE Trans. Syst. Man Cybern. Syst. 2021, 1–17. [Google Scholar] [CrossRef]
  15. Wang, S.; Zhao, J.; Huang, Z.; Diao, R. Assessing Gaussian assumption of PMU measurement error using field data. IEEE Trans. Power Deliv. 2017, 33, 3233–3236. [Google Scholar] [CrossRef]
  16. Liu, X.; Chen, B.; Xu, B.; Wu, Z.; Honeine, P. Maximum correntropy unscented filter. Int. J. Syst. Sci. 2017, 48, 1607–1615. [Google Scholar] [CrossRef] [Green Version]
  17. Liu, X.; Ren, Z.; Lyu, H.; Jiang, Z.; Ren, P.; Chen, B. Linear and nonlinear regression-based maximum correntropy extended Kalman filtering. IEEE Trans. Syst. Man Cybern. Syst. 2019, 51, 3093–3102. [Google Scholar] [CrossRef]
  18. Dang, L.; Chen, B.; Wang, S.; Gu, Y.; Príncipe, J.C. Kernel Kalman filtering with conditional embedding and maximum correntropy criterion. IEEE Trans. Circuits Syst. I Regul. Pap. 2019, 66, 4265–4277. [Google Scholar] [CrossRef]
  19. Chen, B.; Dang, L.; Gu, Y.; Zheng, N.; Príncipe, J.C. Minimum error entropy Kalman filter. IEEE Trans. Syst. Man Cybern. Syst. 2019, 51, 5819–5829. [Google Scholar] [CrossRef] [Green Version]
  20. Li, X.; Guo, Y.; Meng, Q. Variational Bayesian-Based Improved Maximum Mixture Correntropy Kalman Filter for Non-Gaussian Noise. Entropy 2022, 24, 117. [Google Scholar] [CrossRef]
  21. Wu, Z.; Peng, S.; Ma, W.; Chen, B.; Principe, J.C. Minimum error entropy algorithms with sparsity penalty constraints. Entropy 2015, 17, 3419–3437. [Google Scholar] [CrossRef] [Green Version]
  22. Peng, S.; Chen, B.; Sun, L.; Ser, W.; Lin, Z. Constrained maximum correntropy adaptive filtering. Signal Process. 2017, 140, 116–126. [Google Scholar] [CrossRef] [Green Version]
  23. Dang, L.; Chen, B.; Huang, Y.; Zhang, Y.; Zhao, H. Cubature Kalman Filter Under Minimum Error Entropy With Fiducial Points for INS/GPS Integration. IEEE/CAA J. Autom. Sin. 2021, 9, 450–465. [Google Scholar] [CrossRef]
  24. Wu, Z.; Peng, S.; Chen, B.; Zhao, H. Robust Hammerstein adaptive filtering under maximum correntropy criterion. Entropy 2015, 17, 7149–7166. [Google Scholar] [CrossRef] [Green Version]
  25. Chen, B.; Liu, X.; Zhao, H.; Principe, J.C. Maximum correntropy Kalman filter. Automatica 2017, 76, 70–77. [Google Scholar] [CrossRef] [Green Version]
  26. Peng, S.; Ser, W.; Chen, B.; Sun, L.; Lin, Z. Robust constrained adaptive filtering under minimum error entropy criterion. IEEE Trans. Circuits Syst. II Express Briefs 2018, 65, 1119–1123. [Google Scholar] [CrossRef]
  27. Zhang, Z.; Qiu, J.; Ma, W. Adaptive extended Kalman filter with correntropy loss for robust power system state estimation. Entropy 2019, 21, 293. [Google Scholar] [CrossRef] [Green Version]
  28. Ma, W.; Qiu, J.; Liu, X.; Xiao, G.; Duan, J.; Chen, B. Unscented Kalman filter with generalized correntropy loss for robust power system forecasting-aided state estimation. IEEE Trans. Ind. Inform. 2019, 15, 6091–6100. [Google Scholar] [CrossRef]
  29. Dang, L.; Chen, B.; Wang, S.; Ma, W.; Ren, P. Robust power system state estimation with minimum error entropy unscented Kalman filter. IEEE Trans. Instrum. Meas. 2020, 69, 8797–8808. [Google Scholar] [CrossRef]
  30. Chen, B.; Wang, X.; Li, Y.; Principe, J.C. Maximum correntropy criterion with variable center. IEEE Signal Process. Lett. 2019, 26, 1212–1216. [Google Scholar] [CrossRef] [Green Version]
  31. Sun, Q.; Zhang, H.; Wang, X.; Ma, W.; Chen, B. Sparsity constrained recursive generalized maximum correntropy criterion with variable center algorithm. IEEE Trans. Circuits Syst. II Express Briefs 2020, 67, 3517–3521. [Google Scholar] [CrossRef]
  32. Principe, J.C.; Xu, D.; Fisher, J.; Haykin, S. Information theoretic learning. Unsupervised Adapt. Filter. 2000, 1, 265–319. [Google Scholar]
  33. Heravi, A.R.; Hodtani, G.A. A new correntropy-based conjugate gradient backpropagation algorithm for improving training in neural networks. IEEE Trans. Neural Netw. Learn. Syst. 2018, 29, 6252–6263. [Google Scholar] [CrossRef] [PubMed]
  34. Peng, S.; Ser, W.; Chen, B.; Lin, Z. Robust semi-supervised nonnegative matrix factorization for image clustering. Pattern Recognit. 2021, 111, 107683. [Google Scholar] [CrossRef]
  35. Song, H.; Ding, D.; Dong, H.; Yi, X. Distributed filtering based on Cauchy-kernel-based maximum correntropy subject to randomly occurring cyber-attacks. Automatica 2022, 135, 110004. [Google Scholar] [CrossRef]
  36. Liu, W.; Pokharel, P.P.; Principe, J.C. Correntropy: Properties and applications in non-Gaussian signal processing. IEEE Trans. Signal Process. 2007, 55, 5286–5298. [Google Scholar] [CrossRef]
  37. Shih, K.R.; Huang, S.J. Application of a robust algorithm for dynamic state estimation of a power system. IEEE Trans. Power Syst. 2002, 17, 141–147. [Google Scholar] [CrossRef]
  38. Valverde, G.; Terzija, V. Unscented Kalman filter for power system dynamic state estimation. IET Gener. Transm. Distrib. 2010, 5, 29–37. [Google Scholar] [CrossRef]
Figure 1. Structure of the IEEE 30 bus test system.
Figure 1. Structure of the IEEE 30 bus test system.
Entropy 24 00516 g001
Figure 2. Filtering performance index J (in p.u.) of the proposed methods and EKF, MCCEKF, EnUKF, UKF, and MCUF under mixed-Gaussian measurement noise with V m i x = 0 , 0 , 1 , 100 , 0.15 in three test systems. (Left) IEEE 14-bus test system; (Middle) IEEE 30-bus test system; (Right) IEEE 57-bus test system.
Figure 2. Filtering performance index J (in p.u.) of the proposed methods and EKF, MCCEKF, EnUKF, UKF, and MCUF under mixed-Gaussian measurement noise with V m i x = 0 , 0 , 1 , 100 , 0.15 in three test systems. (Left) IEEE 14-bus test system; (Middle) IEEE 30-bus test system; (Right) IEEE 57-bus test system.
Entropy 24 00516 g002
Figure 3. Absolute error of the voltage amplitude and voltage phase angle of the proposed methods and EKF, MCCEKF, EnUKF, UKF, and MCUF at bus 3 in an IEEE 14-bus test system under mixed-Laplacian measurement noise. (Left) Absolute error of the voltage amplitude; (Right) Absolute error of the voltage phase angle.
Figure 3. Absolute error of the voltage amplitude and voltage phase angle of the proposed methods and EKF, MCCEKF, EnUKF, UKF, and MCUF at bus 3 in an IEEE 14-bus test system under mixed-Laplacian measurement noise. (Left) Absolute error of the voltage amplitude; (Right) Absolute error of the voltage phase angle.
Entropy 24 00516 g003
Figure 4. Filtering performance index J (in p.u.) of the proposed methods and EKF, MCCEKF, EnUKF, UKF, and MCUF in an IEEE 30-bus test system with bad measurement data at i = 25 .
Figure 4. Filtering performance index J (in p.u.) of the proposed methods and EKF, MCCEKF, EnUKF, UKF, and MCUF in an IEEE 30-bus test system with bad measurement data at i = 25 .
Entropy 24 00516 g004
Figure 5. Absolute error of the voltage amplitude and voltage phase angle of the proposed methods and EKF, MCCEKF, EnUKF, UKF, and MCUF at bus 3 in an IEEE 30-bus test system with sudden load state change. (Left) Absolute error of the voltage amplitude; (Right) Absolute error of the voltage phase angle.
Figure 5. Absolute error of the voltage amplitude and voltage phase angle of the proposed methods and EKF, MCCEKF, EnUKF, UKF, and MCUF at bus 3 in an IEEE 30-bus test system with sudden load state change. (Left) Absolute error of the voltage amplitude; (Right) Absolute error of the voltage phase angle.
Entropy 24 00516 g005
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Sun, Z.; Liu, C.; Peng, S. Maximum Correntropy with Variable Center Unscented Kalman Filter for Robust Power System State Estimation. Entropy 2022, 24, 516. https://doi.org/10.3390/e24040516

AMA Style

Sun Z, Liu C, Peng S. Maximum Correntropy with Variable Center Unscented Kalman Filter for Robust Power System State Estimation. Entropy. 2022; 24(4):516. https://doi.org/10.3390/e24040516

Chicago/Turabian Style

Sun, Zhenglong, Chuanlin Liu, and Siyuan Peng. 2022. "Maximum Correntropy with Variable Center Unscented Kalman Filter for Robust Power System State Estimation" Entropy 24, no. 4: 516. https://doi.org/10.3390/e24040516

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