You are on page 1of 9

Full Paper

ACEEE Int. J. on Electrical and Power Engineering , Vol. 5, No. 1, February 2014

Power System State Estimation - A Review


Dudekula Sai Babu1, K Jamuna1, and B.Aryanandiny2
1
VIT University, Chennai campus/SELECT, Chennai, India
2
College of Engineering, Trivandrum/EEE Department, Thiruvananthapuram, India
Email: jamunakamaraj@gmail.com

Abstract The aim of this article is to provide a comprehensive tion of robust estimation, hierarchical estimation, with and
survey on power system state estimation techniques. The without the inclusion of current measurements, etc. The SE
algorithms used for finding the system states under both static uses only volt- age magnitude, real and reactive power in-
and dynamic state estimations are discussed in brief. The
jections and flows of SCADA measurements. The inclusion
authors are opinion that the scope of pursuing research in the
area of state estimation with PMU and SCADA measurements
of branch currents measurements in SE deteriotes the perfor-
is the state of the art and timely. mance of estimators. It also leads to non uniquely observable
which produces more than one state for the given one set of
Index Terms State Estimation, LAV, WLS, Kalman, measurements [6], [7]. Distributed SE for very large power
Synchronized phasor measurements, PMU. system has been taken for study since the very beginning.
The computational procedure involved in SE is an optimiza-
I. INTRODUCTION tion function. The optimization function can be first order or
second order of the derivative. The first order methods are
State Estimation is the process of assigning a value to an the classical weighted least squares [8], the iteratively re-
unknown system variables based on the measurements ob- weighted least squares [9] and the linear programming based
tained from the system. State estimator has been widely used on least absolute value estimator. The second order method
as an indispensable tool for online monitoring, analysis and involves the evaluation of the Lagrangian Hessian matrix.
control of power systems. It is also exploited to filter The primal-dual interior-point method and Huber M estima-
redundant data, to eliminate incorrect measurements and to tor are the solution metholodigies are available in literature to
produce reliable state estimates. Entire power system solve the second order method. The system states are evalu-
measurements are obtained through Remote Terminal Unit ated either by statically or dynamically. The above methods
(RTU) of Supervisory Control and Data Acquisition (SCADA) mentioned are static state estimators. At the given point of
systems which have both analog and logic measurements. time, the set of measurements are used to estimate the sys-
Logic measurements are used in topology processor to tem state at that instant of time. The common method used to
determine the system configuration. solve the static SE is weighted least square and weighted
State estimator uses a set of analog measurements such least absolute value methods. The heuristic methods are also
as bus voltage magnitude, real power injections, reactive applied to find the states. In the dynamic state estimation,
power injections, active power flow, reactive power flow and the system states are continuously monitored at the regular
line current flows along with the system configuration. These intervals. The DSE uses the Kalman filter, Leapfrog algorithm,
measurements are obtained from SCADA systems through non-linear observer technique and invariant imbedding
remote terminal unit. The phasor concept was introduced method to estimate the system states dynamically.
by Throp [1]. Based on this the new measuring device was
developed, namely Phasor Measurement Unit (PMU). The A. Weighted Least Square(WLS) Method
PMUs use a navigational satellite system to synchronize In the WLS method, the objective is to minimize the sum
digital sampling at different substations. The Global of the squares of the weighted deviations of the estimated
Positioning Sys- tem is used to synchronize the measurement measurements from the actual measurements. The system
units. The PMU records fifteen different channels of the real states are estimated from the available measurements. The
and imaginary parts of the secondary voltages and currents objective function is expressed as follows,
[2]. The phasor reporting rate is 60 phasors/sec for a voltage,
5 currents, 5 watt measurements, 5 var measurements,
(1)
frequency and the rate of change of frequency. The state
estimators are used both measurements together or separately
for estimating system states. The detailed explanations are where fi (x) and 2 is the system equation and the variance
given in this review paper. of the ith measurement respectively. J(x) is the weighted
residuals. m is the number of measurements and zi is the
II. STATIC STATE ESTIMATION ith measured quantity. If fi (x) is the linear function then
the solution of eqn. (1) is a closed form. Usually, the power
SE is a very useful tool for the economic and secure op- flow and power injection equations are described by non-
eration of transmission networks. From early days of linear function. Hence the solution leads iterative proce-
Scheweppe [3][5], developments of SE are done as a no dure to determine the state of the system. The steps pro
2014 ACEEE 10
DOI: 01.IJEPE.5.1.12
Full Paper
ACEEE Int. J. on Electrical and Power Engineering , Vol. 5, No. 1, February 2014

cessed in WLS are (1) to find the gradient of J(x) and (2) In the normal equation method, the numerical instability
force it into zero and solved by Newtons method. The op- leads the ill-condition of the linear equation. This can be
timal state estimate is found using eqn. (2). solved effectively by Peters-Wilkinson method [16]. The
condition number of a symmetric, positive definite matrix
(2) (G) is defined as whose eigen values are real and positive can
(3) be computed using eqn. (4). It can also be defined as the eqn.
(5).
where Ideally the value of should be 1 for a well conditioned
R Measurement error covariance matrix system. A very high value of indicates that the system is
x System state vector ill-conditioned. The ill-conditioning occurs due to the
H Jacobian matrix following reasons[17].
z Measurement vector The position of the reference slack bus.
The covariance matrix R reflects the relative relation Existence of the negative line reactance.
between the measurements. If there is no interaction Improper choice of line flow measurements.
between the various measurements then R will be a The network strategy create the first and second
diagonal matrix. The diagonal elements are the variances of problem. The metering strategy affects the line flow
the individual measurements (ri = 2 ). Recently the SE with measurements. The WLS algorithm anticipated to converge
measurement dependencies is solved with WLS technique very slowly when the network strategy is wrong and the
[10]. metering strategy is correct. The diagonal elements of the
Due to the sparsity of the information matrix (G), the WLS information matrix is increased and solved by Levenberg-
solution is obtained quickly by triangular factorization Marquardt (LM) algorithm, leads to rapid convergence. Both
method. This technique is called as normal equation method. the metering and network strategy is wrong, the WLS
It can also solved by orthogonal transformation method and algorithm will not converge. Even LM algo- rithm provides a
combination of these two methods (hybrid method) also solution but not the right solution. In this case, the
presented in [11]. The steps involved in these methods are household or orthogonal transformation in conjunction
explained in Table. I. The normal equation method fails when with LM escorts to the right solution. The Newtons method
(1) H is in ill- condition and (2) The high measurement is one of the solutions for the ill-conditioning problem. The
redundancy affects the sparsity. The numerical behavior has actual WLS technique, the first order gradient of measurement
improved in orthogonal transformation method. It has to store function only considered and higher order terms are neglected.
Q1 matrix, hence memory size increases. The hybrid method The Taylor series expansion of a function g(x) is represented
solves iteratively the normal equation, where the triangular in eqn (6).
factorization is carried out using orthogonal transformations. The second order has been included in the measurement
It maintains the good sparsity and numerical robustness. function, and it has solved by Newtons method, the efficient
gradient convergent technique [18] and the states are
(4)
calculated by the eqn.(8). i represents the iteration. The
singular value decomposition is one among the solution for
(5) this case [19].

TABLE I. WLS ALGORITHM SOLUTION BY TRIANGULAR SOULTION (6)


Normal Eqn. Orthogonal Hybrid model
Transformation

1. Information matrix Form Jacobian Form Jacobian (7)


G=HTWH Matrix (H) Matrix (H)

2. Factorize Factorize H Factorize H and Q


G=UTU is not stored
The WLS algorithm effectively provides the system states
3.? X=U-1 UT-1(B) ? X=R-1C ? X=R-1R T-1B under normal operation and identifies the bad data
Where, B=HTW? Z C=Q1W0.5? Z B=HTW? Z measurements. The numerical instabilities are also handled
easily. The on line system state estimation is done with WLS
The least square solution is only optimal when the mea- algorithm and implemented in all energy management
surement noise is Gaussian and has well known statistics. In systems.
practical applications, this is not the case. Similarly, WLS
estimator does not account for the random event like the fail- B. Decoupled State Estimation
ure in instrument and the communication channels [12]. Data The main drawback in the WLS solution algorithm is the
obtained under these circumstances are named as bad data. computational burden that is the calculation and the
The bad data are eliminated by normalized residual method triangularization of the gain matrix or the information matrix.
[13][15]. The approximation of the constant gain matrix reduces the
2014 ACEEE 11
DOI: 01.IJEPE.5.1.12
Full Paper
ACEEE Int. J. on Electrical and Power Engineering , Vol. 5, No. 1, February 2014

computational burden. In WLS solution steps, the elements bad data and outlier are discussed in robust state estimation
of the gain matrix do not significantly change between the flat but they are closely related. Bad data occurs due to failure
start initialization and the converged solution. The sensitivity of communication link, meter intermittent fault and incorrect
of the real (reactive) power equations to changes in the recoding. An outlier does not contain any error due to
magnitude (phase angle) of bus voltages is very low, structure of its corresponding equation. The identification
especially for high voltage transmission systems [20]. These of such kind of outliers is very difficult. Robust estimators
two observations lead to the fast decoupled formulation of are expected to remain unbiased despite the existence of
the state estimation problem. The actual measurement, different types of outliers. The robustness of an estimator is
Jacobian and covariance matrices are partitioned based on evaluated based on the breakdown point. It is the largest
the real power and reactive power separately. The ratio of (s=m/mb ) mb is the number of bad data present in
measurement equations are represented in eqn. (8). the measurements.

(8) (11)

The off diagonal blocks Hq and HpV are neglected.


(12)
The gain matrix is calculated with these approximations and
the solution vectors are shown in eqs. (9) and (10). The con- (13)
stant decoupled gain matrixes are estimated at the flat start.
The maximum bad data is limited by the maximum norm of
the estimated states with and without bad data and it is
expressed in eqn. (11). The largest possible breakdown point
will be limited by the measurement redundancy.
The outlier is represented as leverage point in regression
(9)
which is located away from the rest of the measurements. By
(10) the elimination of leverage point, the system observability
will not be affected. It has been identified by finding the hat
matrix (K). The least square state estimate is evaluated using
the eqn. (12). The measurement estimates are represented in
eqn. (13).
If the Kii 2( m ) then the particular measurements
are suspected as leverage. The following condition creates
the leverage measurements.
An injection measurement placed at a bus which is
incident to a large number of branches.\
An injection measurement placed at a bus which is
incident to branches having very different impedance
values.
The decoupled SE has been widely accepted in the Flow measurements of a branch having different
industry and implemented in control canters all over the world. impedances from other branches in the system.
The computation is fast and requires less memory. The Assigning large weights for specific measurements.
decoupled SE drawbacks are described below. The projection statistics is the robust measure of the
The network parameters or operating conditions effect of the leverage measurements and it is applied to power
violate the stated decoupling assumptions in certain system state estimation.
cases. The decoupled solution produces inaccurate 1) M estimator: The robust state estimation is solved
solutions or may not converge. by M estimator which is introduced by Huber. M estimator
The decoupling properties are not valid for the is a maximum likelihood estimator as a function of the
branch current magnitude measurements. Hence it measurement residual f(r) subject to the measurement
cannot be included in decoupled SE. equation is a constraint. The state estimation problem is
defined as follows.
C. Robust State Estimation
The major function of the state estimator is to detect,
(16)
identify and eliminate errors in the measurements, network
model and parameters. The state estimator is robust when
the estimated states are insensitive to the deviations in a (17)
limited number of redundant measurements. The concept of
2014 ACEEE 12
DOI: 01.IJEPE.5.1.12
Full Paper
ACEEE Int. J. on Electrical and Power Engineering , Vol. 5, No. 1, February 2014

Programming (LP).

(20)

(21)

The LP problem can be solved by any well developed LP


solution methods. These formulations have the advantages
of the noise filtering and bad data elimination. Linear
approximation of the power system equations are
accomplished by replacing the non linear equations with their
first order Taylor series approximation expanded at the
operating point. By linearizing the nonlinear functions at each
Fig.1 Huber Function intermediate solution, a sequence of system states is
The estimators are mainly designed for automatically generated which under suitable circumstances converges to
detecting measurements with rapidly growing residuals and an optimal solution of the original non linear programming
sup- pressing their influence on the state estimate. The problem.
measurement location, type and network parameters have a
influence on the creation of the leverage points which have (22)
circuitous influence on the state estimate [26]. The objective
(23)
function of the M estimate is chosen according to overcome
the influence of all the above. Hence, the M estimator (24)
objective function should satisfy the following condition and
it is represented in Fig. 1. The objective functions can be The objective is to minimize the effect of measured noise
quadratic constant, quadratic linear, square root, schweppe- in the evaluation of the system states. This method is quite
Huber generalized-M, and least absolute valve. The solution fast and efficient. The residual should be below the
methodology can be done by Newtons method and prescribed value (i ). The in equality eqn. (22) is made into
iteratively re weighted least square technique. equality by adding the non negative slack variables and the
f(r)=0 for r=0. eqs. (23) and (24) are obtained.
f(r) 0 for any r. The |r| in the objective function in eqn (49) can be replaced
f(r) is monotonically increasing in both +r and -r by i . The LAV estimate is given by the solution to the
directions. following linear programming problem,
It should be symmetric around r=0.
Newtons Method the Newtons solution methodology is (25)
explained in steps.
1) Compute the gradient f(r).
2) Compute xk = H -1 f 2 (r). (26)
3) Compute k using a line search.
4) Update the solution xk+1 = xk +k xk .
5) Update the Hessian matrix H.
6) Go to step 1.
Iteratively re-weighted least square estimation:
Weighted Least Absolute Value The weighted least absolute
value estimator minimizes the sum of the absolute values of
the residuals and its cost function is given in eqn.(19). Interior Point Method The basic steps nvolved in the
interior point method is explained as follows.
(18) 1. Formulate the problem

(19) (27)

where z is the set of the observed measurements, A is the 2. Introduce the slack variables to make all the inequality
vector that are linearly related with the measurement vector, constraints into nonnegative.
e is the random measurement error, r= z - h(x)x is the
residual vector, Wi is the reciprocal of the measurement (28)
error variance. The state estimate of WLAV can be described
as optimization problem and formulated as Linear
2014 ACEEE 13
DOI: 01.IJEPE.5.1.12
Full Paper
ACEEE Int. J. on Electrical and Power Engineering , Vol. 5, No. 1, February 2014

3. Replace the non-negative constraints with logarithmic the next sampling time. Prediction capacities of DSE auto-
barrier terms in the objective. matically ensure system observability even in the presence
of measurement observable islands. Also predicted values
help to identify topology errors, gross bad data and sudden
change of states. The kalman filter is the best tool for
(29) dynamic state estimation.
A. Kalman Filter based DSE
The power system state and observation equations are
4. Incorporate the equality constraints into the objective
represented in eqs. (42) and (40) respectively.
using
xk+1 = Axk + k (39)
(30) zk = H xk + k (40)

The steps involved in Kalman filter is follows.


5. Set all derivatives to zero. _
x = f (x, u, 0) + L(y - y) (43)
z = h(x, u, 0) (44)
(31)
where x is the state vector, u is the input variable, z is the
measured variable vector, , are the system noise and mea-
(32) surement noise respectively. x is the estimated state vector,
z is the estimated measured vector, L is the observer gain.
The non linear observer gain is depends on x. The ob-
(33) server gain is shown in eqn. (45). The value od P is found
using Ricctaci equation is represented in (46).
6. Rewrite the system L = P C T R -1 (45)

(34) AP + P AT + GQGT -P C T R -1 C P = 0 (46)


The Q and R are the spectral densities of and
(35) respectively. In the optimal state estimate, the observer gain
is also denoted as Kalman gain. The non linear observer is
(36) applied for finding the states of single machine- infinite
7. Apply Newtons method to compute the search directions busbar (SMIB) power system. In which, the system states are
assumed as machine angle and the frequency deviation. The
x, w, y.
system states are estimated with and without observer gain
(37) and it has been compared with the result produced by machine
angle synthesis method. It has been proved that the non
(38) linear observer provides better estimate than those methods.
The discrete non linear observer is also designed for SE. The
8. For solving w, use (38). Reduced Karush Khun Tucker iterative sequential observer is also used for estimating the
(KKT) system. system states of SMIB power system. In which the observer
9. gain is evaluated like Kalman gain in Kalman filter.
B. Invariant Imbedding Method:
The non-linear continuous time varying functions are de-
fined as in eqs. (47) and (48).
x(t) = f (x(t)) + G(t)(t) (47)
III. DYNAMIC STATE ESTIMATION z(t) = h(x(t)) + (t) (48)
The system state estimation is determined by minimizing
State estimators are performed by static approaches which the objective functions J as in eqn. (49). The state estimate
have a single set of measurements to estimate the system of this optimization problem is obtained by applying
states. The estimator has to be reinitialized for every new set Pontryagin Maximum principle.
of measurements without any state prediction from previous
estimations. By the increase in power demand and deregula- (49)
tion market, the system state has to be monitored continu-
ously for the better power system operation. The dynamic
(50)
state estimators (DSE) have the capability of tracking the
current system states and also predicting the state vector at (51)
2014 ACEEE 14
DOI: 01.IJEPE.5.1.12
Full Paper
ACEEE Int. J. on Electrical and Power Engineering , Vol. 5, No. 1, February 2014

(52)

The Hamiltonian of this optimization is represented in (59)


eqn.(52).
By minimizing the eqn. (52), the Euler-Lagrange function
is applied. The eqns. (51) and (52) are obtained is estimated Block diagonal constant gain:
and shown in eqn. (55). The initial and final states are un-
known. The transvarsatlity condition associated with the (60)
minimization of leads to the boundary value condition. Hence
both (t0 ) and (tf ) are made equal to zero. The eqns. (53)
and (54) defines a two point boundary value problem, the (61)
solution
(62)
(53) Full diagonal gain (decoupled and V):

(54)
(63)
(55)

In this paper, the single machine infinite busbar power


system model is utilized. The machine state estimates are
obtained in the hunting and out-of step region.
C. Tracking estimator (64)
Tracking state estimator is the one of the dynamic state
estimation, which identifies the on line states with the changes
occured in the measurements. The LAV based static state
Full diagonal constant gain: Eqn. (64) is
estimator is discussed which have the ability to incorporate
diagonalized with S(x0 )
the changes in the measurement set, operating states and
The discretized state estimation is used for tracking the
the network configuration. The estimator handles the number
system states [37]. Both the bus and branch current
of measurements at a time.
measurements are sampled and the rectangularized formation
Masiello and Scheweppe is proposed the tracking static
was maintained. In addition to the system states, both
estimator [36]. If the mathematical model of time structure of
observability and bad data analysis has been performed.
the state (x(tn )) and the observation error ((tn )) is known
then the estimator could be designed well. The tracking D. Leapfrog algorithm
estimator is started with the flat start (unity bus voltage
magnitude and zero phase angle), which is a recursive The SE problem is formulated mathematically as follows.
estimator, not an iterative one and the related equation is (65)
shown in eqn. (56).
In digital for, F(x(tn))R-1[z(tn+1) - f(x(tn))] is named as (66)
the feedback correction signal and P(tn) is feedback gain.
The tracker has computed f(x(tn), F(x(tn) and P(tn) at every (67)
instant of time. The state estimate x(tn) is found using eqn. where r(x)=z-h(x). The residuals are represented as quadratic
(56). The major computation time of the recursive estimator is constraint function in eqn. (65). The weight i is the
the finding out the in eqn. (56) and it is a full matrix. By the measurement error and wi is the down weights assigned
properly designing this as sparse matrix, the computation for leverage measurements. Hence, t h e objective
time has been reduced. The five categories has been proposed minimization is done by Gauss-Newton method or leapfrog
and explained in eqs. (58) - (64). method. The leapfrog method is also known as Euler forward-
Best Gain: Euler back- ward method.
The state estimation problem considers analogous the
(58) physical dynamical problem of the motion of the unit mass
particle in a n-dimensional conservative method. The
potential energy J of the particle is to be minimized. The
Full Constant Gain: method requires the solution of the particles equation of
the subject to the initial position and velocity. Initially total
2014 ACEEE 15
DOI: 01.IJEPE.5.1.12
Full Paper
ACEEE Int. J. on Electrical and Power Engineering , Vol. 5, No. 1, February 2014

energy is the sum of kinetic and potential energy. By the linear form of branch current using equation (69), which
monitoring the kinetic energy, the inferring strategy is relates the line current with both ends of voltage phasor.
adopted such that potential energy is systemically reduced. When a PMU is placed at the particular bus, the
The particle forced to move in the minimum potential energy corresponding element in a first block of matrix H becomes 1,
position. The advantages of this method are listed below. otherwise zero. PMU Branch current measurements (I) and
It uses only gradient information. There is no explicit their relation with voltage phasor are shown in eqn. (69). A
line search performed. typical model of the network is shown in Fig. 2, gij +jbij is
It is very robust and it handles the discontinuous and the series branch of the transmission line and gsi + jbsi are
function steep valleys and gradients. shunt branch of the transmission line.
The algorithm searches the low local minimum. Hence
it used it for global minimum optimization. (70)

IV. PMU BASED STATE ESTIMATION


The concept of voltage phasor for static state estimation
is presented in [1]. Recently the availability of synchro (71)
phasors has made it possible to incorporate phase angle
also into the measurement set. A phasor based state vector The measurement equation is presented in rectangular
is preferable than SCADA based SE. In many cases, the form as z = zA + jzB ; x=E+jF, using which it can be rewritten
number of Phasor Measurement Unit (PMU) requirements in matrix notation as,
to meet sufficient measurements poses a problem. Due to where Hr , Hm are the real and imaginary parts of
the factor of price, technology, communication ability the Hessian matrix (Hnew ). The WLS state estimates can be
PMU cannot be implemented at all buses in the system. obtained using eqn. (71). This method is very simple and
In SCADA based SE the inclusion of power measurements needs no iterative procedure as the H matrix is linear. The
makes the problem of state estimation highly non-linear, matrix S converting the measurements to the state estimate is
leading to iterative procedure. Hence it is highly time constant as long as there is no change in the network
consuming and infeasible for on-line implementation. The topology. This technique is suitable for online implementation
Linear State Estimation (LSE) is done with synchronized phasor except for the time delay in communication.
measurements which overcomes the drawbacks of SCADA The phasor measurements in SE are implemented in
based SE. In LSE, the current and voltage phasors are used Sevillana de Electricidad, which shows that the more accuracy
in the measurement set vector. This makes the problem of in state estimates [40]. The power system is clustered into
SE linear and hence a non-iterative procedure can be used multi area and the PMU measurements are used for SE which
for estimating the states. This also helps in ease of on-line is the replication of a real power system monitoring. Multi
implementation. area SE produces the best accurate estimates and bad data
The measurement vector z is expressed in (68) formed by measurements are added to the sufficient numbers of SCADA
bus voltage and line current phasors collected by PMU. measurements, the accuracy of the estimate is much improved
through the iterative procedure. But measurements are
(68) obtained in different time frames. The angle bias correction is
where, H is the matrix of linear equations and e is an error done in order to improve the existing SCADA based SE in
vector. The eqn. (68) can be expanded as follows, addition with PMU measurements.

V. SIMULATION STUDIES
The static state estimations are performed with SCADA
and PMU measurements which are named as traditional and
linear state estimation respectively. The results have been
demonstrated on simple four bus system and IEEE 14, 57 bus
test systems. For each system, the true values of
where, V is the voltage phasors, I is the branch current measurements were generated using load flow. The noise
phasors. r and im denotes the real and imaginary parts of the was added to the true value assuming a Gaussian distribution
phasors respectively. N is the number of buses and NL is the with zero mean. Here, the error of TSE measurements follows
number of branches. The notation k1 and k2 obtained from the normal distribution with zero mean and standard deviation
of 0.004 for voltage magnitudes, 0.01 for power injections and
0.008 for power flows, while SD of real and imaginary value of
PMU measurements are taken as 0.0001.
(69) 4 bus system: A simple 4 bus test system is comprising 2
generators and loads. The PMU is located at nodes 1 and 4.

2014 ACEEE 16
DOI: 01.IJEPE.5.1.12
Full Paper
ACEEE Int. J. on Electrical and Power Engineering , Vol. 5, No. 1, February 2014

Table 2 gives the comparison of estimated voltage magnitude PMUs located at the various nodes. The comparison is made
and angle using both TSE and LSE. It is observed that the between TSE and LSE in terms of estimated bus voltage
estimated voltage magnitudes of the LSE method are almost magnitude and angle from the true value. Fig. 2 explains the
equal to the actual values. The PMU measurements thus bus voltage magnitude error. LSE produces very little error in
provide an accurate system state. bus voltage magnitude.
TABLE II. C OMPARISON OF ESTIMATED SYSTEM STATES FOR 4 BUS SYSTEM

Bus True Value TSE Approach LSE


No Approach
V(pu) Ang V Ang V(pu) Ang
(deg) (pu) (deg) (deg)
1 1.0000 0.0000 0.9988 0 0.9982 0
2 0.9414 -0.533 0.9397 -0.522 0.9402 -0.532
3 0.9423 -1.631 0.9420 -1.612 0.9422 -1.613
4 0.9515 2.6365 0.9454 -2.631 0.9520 2.624

IEEE 14 bus system: The single line diagram and bus/branch


details are given in Appendix A. In TSE, the measurement set
consists of voltage magnitudes, forward/reverse real power
flows, forward/reverse reactive power flows and real/reactive
power injections. All branch current and few bus voltage
phasor measurements are considered as measurements in LSE.
The PMU located nodes are 2,6,7,9,11,12,14. Table 3 shows
the comparison among the TSE and LSE in terms of estimated
system states. The simulation results show the estimated
bus voltage magnitude and angle along with the true value.
The TSE have some differences in magnitude and angle. But
LSE exhibits very minute error in both magnitude and angle.
The TSE usually chooses the slack bus as a reference bus for
the entire system. Synchro phasor measurements may have a
Fig. 2 Errors in the estimated bus voltage magnitude error for
different reference, which is determined by the instant
IEEE 57 bus systems
synchronized sampling initiated. The results would be
different if the reference problem is not considered. In order Fig.3 presents bus spread angle error for IEEE 57 bus
to adjust the angle of the slack bus (bus no.1 for IEEE 14), a system. The angle error for LSE is negligible. Hence more
PMU is installed in the slack bus, which is taken as reference accurate estimate or value of system states is obtained with
for the TSE. Once the PMU is installed in SB, the particular synchronized phasor measurements.
estimated angle can be directly deducted from all buses.
T ABLE III. C OMPARISON OF ESTIMATED SYSTEM STATES FOR IEEE 14 BUS

SYSTEM

Bus True Value TSE Approach LSE


No Approach
V(pu) Ang V Ang V(pu) Ang
(deg) (pu) (deg) (deg)
1 1.060 0 1.046 0 1.060 0
2 1.045 -4.981 1.032 -4.834 1.045 -4.979
3 1.010 -12.71 1.010 -11.07 1.010 -12.71
4 1.018 -10.32 1.002 -10.21 1.018 -10.32
5 1.020 -8.781 1.003 -8.953 1.020 -8.780
6 1.070 -14.24 1.063 -15.47 1.070 -14.24
7 1.061 -13.35 1.051 -14.77 1.061 -13.35
8 1.090 -13.35 1.082 -15.25 1.090 -13.35
9 1.054 -14.93 1.046 -16.04 1.054 -14.93
10 1.049 -15.09 1.042 -16.48 1.049 -15.09
11 1.056 -14.80 1.046 -16.38 1.056 -14.80
12 1.055 -15.09 1.045 -16.56 1.055 -15.09
13 1.050 -15.17 1.044 -16.52 1.050 -15.17
14 1.034 -16.04 1.029 -17.46 1.034 -16.03 Fig. 3 Errors in the estimated bus angle error for IEEE 57 bus systems

IEEE 57 bus system: To demonstrate both traditional and CONCLUSIONS


linear state estimation, the results are displayed for the lower
The article presented a classified list of algorithms for
order systems. IEEE 57 test system is chosen to ensure
state estimation in approximately 40 years of extensive
effective working of the higher order systems. There are 25
2014 ACEEE 17
DOI: 01.IJEPE.5.1.12
Full Paper
ACEEE Int. J. on Electrical and Power Engineering , Vol. 5, No. 1, February 2014

research. The authors conclude that the scope of research [10] E. Caro, A. Conejo, and R. Mnguez, Power system state
in this area of SE by inclusion of synchronized phasor estimation considering measurement dependencies, Power
measurement in a power system is quite encouraging and Systems, IEEE Trans- actions on, vol. 24, no. 4, pp. 1875
1885, 2009.
timely.
[11] A. Monticelli, C. Murari, and F. Wu, A hybrid state estimator:
Solving normal equations by orthogonal transformations,
REFERENCES Power Apparatus and Systems, IEEE Transactions on, no.
[1] J. Thorp, A. Phadke, and K. Karimi, Real time voltage-phasor 12, pp. 34603468, 1985.
measure- ment for static state estimation, Power Apparatus [12] N. Abbasy and S. Shahidehpour, Application of nonlinear
and Systems, IEEE Transactions on, no. 11, pp. 30983106, programming in power system state estimation, Electric
1985. power systems research, vol. 12, no. 1, pp. 4150, 1987.
[2] M. Adamiak, G. Multilin, W. Premerlani, N. Niskayuna, [13] T. Van Cutsem, M. Ribbens-Pavella, and L. Mili, Hypothesis
and B. Kasztenny, Synchrophasors: Definition, measurement, testing identification: A new method for bad data analysis in
and applica- tion, in Proceedings of 2nd Carnegie Mellon power system state estimation, Power Apparatus and
Conference in Electric Power Systems, 2006. Systems, IEEE Transactions on, no. 11, pp. 32393252, 1984.
[3] F. Schweppe and J. Wildes, Power system static-state [14] E. Handschin, F. Schweppe, J. Kohlas, and A. Fiechter,
estimation, part i: Exact model, Power Apparatus and Bad data analysis for power system state estimation, Power
Systems, IEEE Transactions on, no. 1, pp. 120125, 1970. Apparatus and Systems, IEEE Transactions on, vol. 94, no.
[4] F. Schweppe and D. Rom, Power system static-state 2, pp. 329337, 1975.
estimation, part ii: Approximate model, power apparatus [15] H. Merrill and F. Schweppe, Bad data suppression in power
and systems, ieee transactions on, no. 1, pp. 125130, 1970. system static state estimation, Power Apparatus and
[5] F. Schweppe, Power system static-state estimation, part iii: Systems, IEEE Transac- tions on, no. 6, pp. 27182725, 1971.
Implemen- tation, Power Apparatus and Systems, IEEE [16] J. V. Gu, K. A. Clements, G. R. Krumphloz, and P. W. Davis,
Transactions on, no. 1, pp.130135, 1970. The solution of ill-conditioned power system state estimation
[6] A. Abur and A. Gomez Exposito, Bad data identification problems via the method of peters - wilkinson, Power
when using ampere measurements, Power Systems, IEEE Apparatus and Systems, IEEE Transactions on, vol. 102, no.
Transactions on, vol. 12, no. 2, pp. 831836, 1997. 10, pp. 34733480, 1983.
[7] A. Abur and A. Expo sito, Algorithm for determining [17] N. Rao and S. Tripathy, Power system static state estimation
phase-angle observability in the presence of line-current- by the levenberg-marquardt algorithm, Power Apparatus and
magnitude measurements, in Generation, Transmission and Systems, IEEE Transactions on, no. 2, pp. 695702, 1980.
Distribution, IEE Proceedings-, vol.142, no. 5. IET, 1995, [18] S. Tripathy, D. Chauhan, and G. Prasad, State estimation
pp. 453458. algorithm for ill-conditioned power systems by newtons
[8] F. Schweppe and J. Wildes, Power system static-state method, International Journal of Electrical Power & Energy
estimation, part i: Exact model, Power Apparatus and Systems, vol. 9, no. 2, pp. 113116, 1987.
Systems, IEEE Transactions on, no. 1, pp. 120125, 1970. [19] C. Madtharad, S. Premrudeepreechacharn, and N. Watson,
[9] M. Smith, R. Powell, M. Irving, and M. Sterling, Robust Power system state estimation using singular value
algorithm for state estimation in electrical networks, decomposition, Electric Power Systems Research, vol. 67,
Generation, Transmission and Distribution [see also IEE no. 2, pp. 99107, 2003.
Proceedings-Generation, Transmission and Distribution], IEE [20] B. Stott and O. Alsac, Fast decoupled load flow, Power
Proceedings, vol. 138, no. 4, pp. 283288, 1991. Apparatus and Systems, IEEE Transactions on, no. 3, pp.
859869, 1974.

2014 ACEEE 18
DOI: 01.IJEPE.5.1.12

You might also like