SlideShare ist ein Scribd-Unternehmen logo
1 von 33
Power System State Estimation And Bad Data Analysis Using
WLS Method And Weighted Least Trimmed Sum Of Absolute
Deviation
-:Prepared by:-
Divyangkumar R Soni.
(160410707008)
PAPERS
 PAPER 1.
Power System State Estimation and Bad Data Analysis Using
Weighted Least Square Method
1.T P Vishnu
2.Vidya Vishwan
3.Vipian A M
[2015 IEEE International Conference on Power, Instrumentation, Control and
Computing (PICC) ]
 PAPER 2.
Power System State Estimation Using Weighted Least Trimmed
Sum of Absolute Deviation
1. B. Vedik
2.Ashwani Kumar Chandel
[IEEE INDICON 2015]
2
PAPER 1.
Power System State Estimation(PSSE) and Bad Data
Analysis Using Weighted Least Square Method
 OUTLINE :-
1. Abstract
2. Introduction
3. State Estimation
4. Component Modelling
5. Newton Raphsons Load Flow Analysis
6. Weighted Least Square State Estimatios
7. Bad Data Detection And Identification
8. Bad Data Detection
9. Bad Data Identification
10.Program And Output
11.References
3
ABSTRACT
 This paper explains the concept of Weighted Least Square static state
estimation.
 Static state estimation is performed on the data made available through the
SCADA system.
 In this paper this data is obtained through Newton Raphson Load flow
analysis.
 Power flow, power injections and voltage magnitudes are the various
measurements taken from load flow analysis as the measurements for state
estimation.
 Weighted least square method estimates the state of the power system
based on the weight given to each measurement.
 A state estimator should have the ability to detect and identify the presence
of a bad data.
4
ABSTRACT
 If a bad data is present among the measurements, then the estimated state
variables will vary from the actual state variables.
 In this paper bad data detection is performed using Chi Squared test and
bad data identification is performed using largest normalized residual
method.
 Weighted least square algorithm is applied on an IEEE 14 bus.
5
INTRODUCTION
 State estimation is an important part of power system security analysis.
 Power system operations can be controlled from the load dispatch center
on obtaining various informations about the current state of the power
system.
 These information include various meter readings,
1. Transformer Tap Position,
2. Circuit Breaker Position
3. Network Topology
 Transmission of these information to the SCADA center is not always
reliable.
 Errors can be caused by improper connection of transducer
 loss of data while transmitting or due to the presence of faulty meters.
 So,if these wrong data is used for Contingency Analysis in power system
it will give false alarm signal and can even cause unnecessary tripping of
power system elements.
6
INTRODUCTION
 PSSE is simply do using SCADA system.
 Using Phasor Measurement Units (PMU) increase the accuracy of the
state estimation technique.
 PMU based state estimation algorithm to obtain a more robust result .
 Recent techniques of SE using Multi Sensor data fusion theory can
give a better result.
 the network topology and voltage phasor, all the measurements can be
estimated.
 So the least number of variables that can define a power system are
voltage magnitude and voltage angle.
 Hence they are referred as the static state of the system.
7
INTRODUCTION
 Based on the operating condition power system can remain in any of the
five operating states :
8
Preventive
control
Emergency
control
Resynchronization
Load pick up
Fig .1 operating state
STATE ESTIMATION
 The state estimators typically include the following functions:
9
Topology processor
Observability analysis
State estimation solution
Bad data processing
Error processing
COMPONENT MODELLING
 For running the state estimation algorithm power system network topology
has to be known.
 Transmission lines are represented by a two-port π network whose
impedance and shunt reactances are the positive sequence component
impedances .
 A transmission line with a positive sequence series impedance of R+jX
and total line charging susceptance of j2B, will be modelled by the
equivalent circuit shown in Fig 2
10
 The effect of a tap changing transformer on a Ybus is shown in Fig 3.
11
Ybus can be obtained by writing the nodal equations at each node.
NEWTON RAPHSONS LOAD FLOW
ANALYSIS
 The true measurements for the PSSE is found out using
Newton Raphsons Load flow analysis .
 NR load flow analysis
12
Calculate Ybus
Take voltage magnitude and voltage
angle using bus deta
Caculate P and Q injections
Select Specified value of (Pi,Qi) which is usually the
power injection at each bus
Calculated Change in power injection ΔPi,Δqi &
Jacobian matrix is calculated
Using the Jacobian matrix the
change in state variable is calculated
process is
repeated.
WEIGHTED LEAST SQUARE STATE
ESTIMATION
1. Measurement Function :
 The state vector is given by following equation :
Each equation corresponding to the measured variable can be
represented. Equations of active and reactive power injection and power
flows are given by Eqn 4 – 7.
13
2. Gain Matrix G(x):
WLS State Estimation involves an
iterative solution of the objective function
which is given by :
WLS equations are given by:
14
BAD DATA DETECTION AND
IDENTIFICATION
 Functions of a state estimator is :-
1. Detect measurement errors.
2. Identify and eliminate them if possible .
 Errors in measurements are due to various reasons:-
1. Accuracy of meters.
2. Telecommunication networks lead to random errors.
3. The meters have biases, drifts or wrong connections.
4. Telecommunication system failures.
 Negative voltage measurements or large difference in current entering and
leaving the bus are possible large bad data.
15
BAD DATA DETECTION
A. Chi Squared Test
Consider a set of n independent random variables X1,X2,X3...Xn where
each Xp is distributed according to the Standard Normal distribution :
Xp N(0,1)∼
 A new random variable Y can be defined as :
will have chi squared distribution with N degrees of freedom
i.e. Y χ2 N∼
16
17
X
ChisquareB. Use of χ2 distribution for bad data detection
Probability of finding x is given by
the area under the curve in the χ2
probability density function(pdf).
 Once we set the probability as say
0.1 then we can calculate the
threshold x as in eqn 18.
C. χ2 Test for Detecting Bad Data
Solve the WLS
estimation problem
and compute the
objective function:
From the χ2 distribution
table find the value
corresponding to probability
p and degrees of freedom
(m−n).
If there is a
bad data
then
BAD DATA IDENTIFICATION
 Identification can be accomplished by further processing of the residuals.
 Largest Normalized Residual Test can identify the presence of a bad data
and has following steps:
1. Calculate the residual covariance matrix Ω using following steps.
2. Hat Matrix K = H ×G^1 ×HT ×R^1 .
3. Residual Sensitivity Matrix S = I −K.
4. Residual Covariance Matrix Ω=S ×R.
18
PROGRAM AND OUTPUT
19
PAPER 2.
Power System State Estimation Using Weighted Least
Trimmed Sum of Absolute Deviation
 OUTLINE :-
1. Abstract
2. Introduction
3. State Estimation Problem Formulation
4. Orthogonal Crossover Based Differential Evolution Algorithm
5. Implementation Of Psse Using Oxde
6. Results And Discussion
7. Conclusions
8. References
20
ABSTRACT
 This paper suggests the application of one such robust estimator known as
weighted least trimmed sum of absolute (WLTA) deviation estimator to
PSSE.
 The main principle of WLTA estimator is to optimize the weighted sum of
the absolute residuals of rank υ.
 In the present work, the PSSE problem is solved as an optimization
problem using orthogonal crossover based differential evolution
algorithm.
 The proposed method has been demonstrated on IEEE 14-bus and IEEE
30-bus systems under normal and bad data conditions
21
INTRODUCTION
 SE problem is generally solved iteratively using Gauss-Newton based
weighted least squares (WLS) estimator due to its high efficiency .
 In order to make WLS estimator robust it is generally followed by largest
normalized residual test to recognize and remove the bad measurements.
 The main contribution of the paper is to introduce a new statistical robust
estimator known as weighted least trimmed sum of absolute deviation
estimator to PSSE.
 The state estimation problem has been solved as an optimization problem
using orthogonal crossover based differential evolution (OXDE)
algorithm.
 The efficacy and robustness of the proposed approach is tested on :-
 IEEE 14-bus and IEEE 30-bus systems under both normal and bad data
conditions.
22
STATE ESTIMATION PROBLEM
FORMULATION
 The mathematical model for SE that relates measurements to the state
variables is expressed by the following equation :
Z=h(x) + e
where,
Z= signifies the measurement vector of order (m*1)
x =indicates the state vector of order ( n*1)
e= represents measurements errors of order (m*1),
(these errors are normally assumed as Gaussian distributed with zero
mean and standard deviation σ.)
 In the present work, the above SE problem is solved using:-
 the weighted least trimmed sum of absolute deviation estimator.
23
 The WLTA estimator minimizes the sum of the υ th order residuals that is
given as follows :-
Where,
ri is indicate the i th residual .
wi is indicate i th measurement error .
 Depending upon the number of bad data measurements the value of υ can
be increased to increase the accuracy and efficiency of the SE.
24
ORTHOGONAL CROSSOVER BASED
DIFFERENTIAL EVOLUTION ALGORITHM
A. CLASSICAL DIFFERENTIAL EVOLUTION ALGORITHM
 After initialization, Differential evolution (DE) performs difference
vector mutation and crossover operation to generate new vectors.
 1. Mutation operation :
 2.Crossover operation:
 3. Selection:
25
B. ORTHOGONAL CROSSOVER BASED DIFFERENTIAL EVOLUTION
 the convergence characteristics of the conventional DE depend mainly on
two important parameters:
1. The tuning of control parameters
2. The selection of donor and trial vectors generation strategies
 Selected randomly by generating a number uniformly in between 0 and 1
for mutant vector that undergoes quantization orthogonal crossover
operation :
where,
(0,1) rand indicates the uniformly distributed random number generated
in-between (0,1) .
26
IMPLEMENTATION OF PSSE USING OXDE
27
Obtain true measurement by performing
load flow analysis
Read system data and initialize the control parameter
Perform offline synchronization of
measurement
Perform PSSE using orthogonal
crossover differential evolution
final report
RESULTS AND DISCUSSION
 the power system are estimated using the conventional and PMU
measurements placed optimally across the power system network.
28
Table .1 The problem statistics are summarized
Table .2 Control parameter settings for both the test systems
 The comparison of the proposed method with WLS method is performed
using the performance indices such as ,
1. Average absolute voltage error (AAVE)
2. Average absolute angle error (AAAE)
of the estimated state variables of the estimated measurements.
A. NORMAL OPERATING CONDITION
29
Table .3 Performance indices of different systems under normal
condition
B. BAD DATA CONDITION
30
Table .4 Performance indices of different systems
by considering single bad data measurement
Table .5 Performance indices of
different systems by considering two
bad data measurement
Table .6 Performance indices of
different systems by considering three
bad data measurement
Table .7 Performance indices of
different systems by considering four
bad data measurement
CONCLUSIONS
 A new robust weighted least trimmed sum of absolute deviation estimator
is introduced to PSSE.
 The robustness of the proposed method in comparison with WLS algorithm
has been validated by applying it to IEEE 14-bus and IEEE 30-bus test
systems under normal and bad data conditions.
 The PSSE problem has been solved as an optimization problem using
OXDE technique
31
REFERENCES
[A] Hui Xue, Quing-quan Jia ‘A Dynamic state estimation method with PMU
and SCADA Measurement for Power System’, The 8th International
Power Engineering Conference, pp. 848-853, Dec 2007.
[B] F.C.Schweppe, and J.Wildes,‘Power system static-state estimation, part 1:
exact model’, IEEE trans. Power app. Syst., vol. 3, no. 4, pp. 120–135 Jan.
1970.
[1] A. K. Al-Othman and M. R. Irving, “Robust state estimator based on
maximum constraints satisfaction of uncertain measurements,”
Measurement, Vol. 40, No. 3, pp. 347–359, Apr. 2007.
[2] D. M. Hawkins and D. Olive, “Applications and algorithms for least
trimmed sum of absolute deviations regression,” Computational Statistics
& Data Analysis, Vol. 32, No. 2, pp. 119-134, Dec. 1999.
32
33
Thank you

Weitere ähnliche Inhalte

Was ist angesagt?

Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...IDES Editor
 
Unit I - Basic Electrical and Electronics Engineering
Unit I - Basic Electrical and Electronics EngineeringUnit I - Basic Electrical and Electronics Engineering
Unit I - Basic Electrical and Electronics Engineeringarunatshare
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCIDES Editor
 
Open switch fault diagnosis in three phase inverter using diagnostic variable...
Open switch fault diagnosis in three phase inverter using diagnostic variable...Open switch fault diagnosis in three phase inverter using diagnostic variable...
Open switch fault diagnosis in three phase inverter using diagnostic variable...eSAT Journals
 
PID controller using rapid control prototyping techniques
PID controller using rapid control prototyping techniquesPID controller using rapid control prototyping techniques
PID controller using rapid control prototyping techniquesIJECEIAES
 
POWER SYSTEM SIMULATION - 2 LAB MANUAL (ELECTRICAL ENGINEERING - POWER SYSTEMS)
POWER SYSTEM SIMULATION - 2 LAB MANUAL (ELECTRICAL ENGINEERING - POWER SYSTEMS) POWER SYSTEM SIMULATION - 2 LAB MANUAL (ELECTRICAL ENGINEERING - POWER SYSTEMS)
POWER SYSTEM SIMULATION - 2 LAB MANUAL (ELECTRICAL ENGINEERING - POWER SYSTEMS) Mathankumar S
 
THD Minimisation for Phase Voltage of Multilevel Inverters Using Genetic Algo...
THD Minimisation for Phase Voltage of Multilevel Inverters Using Genetic Algo...THD Minimisation for Phase Voltage of Multilevel Inverters Using Genetic Algo...
THD Minimisation for Phase Voltage of Multilevel Inverters Using Genetic Algo...theijes
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...IDES Editor
 
Simulation, bifurcation, and stability analysis of a SEPIC converter control...
 Simulation, bifurcation, and stability analysis of a SEPIC converter control... Simulation, bifurcation, and stability analysis of a SEPIC converter control...
Simulation, bifurcation, and stability analysis of a SEPIC converter control...IJECEIAES
 
Comparative analysis of improved high performance direct power control of thr...
Comparative analysis of improved high performance direct power control of thr...Comparative analysis of improved high performance direct power control of thr...
Comparative analysis of improved high performance direct power control of thr...eSAT Journals
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...IDES Editor
 
Exp 1 (1) 1. To compute the fault level, post-fault voltages and currents for...
Exp 1 (1) 1.	To compute the fault level, post-fault voltages and currents for...Exp 1 (1) 1.	To compute the fault level, post-fault voltages and currents for...
Exp 1 (1) 1. To compute the fault level, post-fault voltages and currents for...Shweta Yadav
 
OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...
OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...
OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...elelijjournal
 

Was ist angesagt? (20)

Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
 
Unit I - Basic Electrical and Electronics Engineering
Unit I - Basic Electrical and Electronics EngineeringUnit I - Basic Electrical and Electronics Engineering
Unit I - Basic Electrical and Electronics Engineering
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFC
 
Open switch fault diagnosis in three phase inverter using diagnostic variable...
Open switch fault diagnosis in three phase inverter using diagnostic variable...Open switch fault diagnosis in three phase inverter using diagnostic variable...
Open switch fault diagnosis in three phase inverter using diagnostic variable...
 
C0322015023
C0322015023C0322015023
C0322015023
 
Cst2
Cst2Cst2
Cst2
 
PID controller using rapid control prototyping techniques
PID controller using rapid control prototyping techniquesPID controller using rapid control prototyping techniques
PID controller using rapid control prototyping techniques
 
Double star induction machine using nonlinear integral backstepping control
Double star induction machine using nonlinear integral backstepping controlDouble star induction machine using nonlinear integral backstepping control
Double star induction machine using nonlinear integral backstepping control
 
POWER SYSTEM SIMULATION - 2 LAB MANUAL (ELECTRICAL ENGINEERING - POWER SYSTEMS)
POWER SYSTEM SIMULATION - 2 LAB MANUAL (ELECTRICAL ENGINEERING - POWER SYSTEMS) POWER SYSTEM SIMULATION - 2 LAB MANUAL (ELECTRICAL ENGINEERING - POWER SYSTEMS)
POWER SYSTEM SIMULATION - 2 LAB MANUAL (ELECTRICAL ENGINEERING - POWER SYSTEMS)
 
THD Minimisation for Phase Voltage of Multilevel Inverters Using Genetic Algo...
THD Minimisation for Phase Voltage of Multilevel Inverters Using Genetic Algo...THD Minimisation for Phase Voltage of Multilevel Inverters Using Genetic Algo...
THD Minimisation for Phase Voltage of Multilevel Inverters Using Genetic Algo...
 
Acc03 tai
Acc03 taiAcc03 tai
Acc03 tai
 
40120140505013
4012014050501340120140505013
40120140505013
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
 
Simulation, bifurcation, and stability analysis of a SEPIC converter control...
 Simulation, bifurcation, and stability analysis of a SEPIC converter control... Simulation, bifurcation, and stability analysis of a SEPIC converter control...
Simulation, bifurcation, and stability analysis of a SEPIC converter control...
 
Comparative analysis of improved high performance direct power control of thr...
Comparative analysis of improved high performance direct power control of thr...Comparative analysis of improved high performance direct power control of thr...
Comparative analysis of improved high performance direct power control of thr...
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
 
Exp 1 (1) 1. To compute the fault level, post-fault voltages and currents for...
Exp 1 (1) 1.	To compute the fault level, post-fault voltages and currents for...Exp 1 (1) 1.	To compute the fault level, post-fault voltages and currents for...
Exp 1 (1) 1. To compute the fault level, post-fault voltages and currents for...
 
OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...
OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...
OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...
 
J43055863
J43055863J43055863
J43055863
 
Unit1 8
Unit1 8Unit1 8
Unit1 8
 

Andere mochten auch

Induction Machine Modeling With Saturation And Series Iron Losses Resistance
Induction Machine Modeling With Saturation And Series Iron Losses Resistance Induction Machine Modeling With Saturation And Series Iron Losses Resistance
Induction Machine Modeling With Saturation And Series Iron Losses Resistance Divyang soni
 
Optimal Placement of FACTS Controller
Optimal Placement of FACTS ControllerOptimal Placement of FACTS Controller
Optimal Placement of FACTS ControllerDivyang soni
 
Genetic Algorithm by Example
Genetic Algorithm by ExampleGenetic Algorithm by Example
Genetic Algorithm by ExampleNobal Niraula
 
2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShareSlideShare
 
What to Upload to SlideShare
What to Upload to SlideShareWhat to Upload to SlideShare
What to Upload to SlideShareSlideShare
 
How to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & TricksHow to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & TricksSlideShare
 
Getting Started With SlideShare
Getting Started With SlideShareGetting Started With SlideShare
Getting Started With SlideShareSlideShare
 

Andere mochten auch (10)

Induction Machine Modeling With Saturation And Series Iron Losses Resistance
Induction Machine Modeling With Saturation And Series Iron Losses Resistance Induction Machine Modeling With Saturation And Series Iron Losses Resistance
Induction Machine Modeling With Saturation And Series Iron Losses Resistance
 
SEPIC CONVERTER
SEPIC CONVERTERSEPIC CONVERTER
SEPIC CONVERTER
 
Optimal Placement of FACTS Controller
Optimal Placement of FACTS ControllerOptimal Placement of FACTS Controller
Optimal Placement of FACTS Controller
 
Islanding
IslandingIslanding
Islanding
 
Fuzzy+logic
Fuzzy+logicFuzzy+logic
Fuzzy+logic
 
Genetic Algorithm by Example
Genetic Algorithm by ExampleGenetic Algorithm by Example
Genetic Algorithm by Example
 
2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare
 
What to Upload to SlideShare
What to Upload to SlideShareWhat to Upload to SlideShare
What to Upload to SlideShare
 
How to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & TricksHow to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & Tricks
 
Getting Started With SlideShare
Getting Started With SlideShareGetting Started With SlideShare
Getting Started With SlideShare
 

Ähnlich wie interconnected powersystem

Power System State Estimation Using Weighted Least Squares (WLS) and Regulari...
Power System State Estimation Using Weighted Least Squares (WLS) and Regulari...Power System State Estimation Using Weighted Least Squares (WLS) and Regulari...
Power System State Estimation Using Weighted Least Squares (WLS) and Regulari...IJERA Editor
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...iosrjce
 
Artificial Neural Networks for ON Line Assessment of Voltage Stability using ...
Artificial Neural Networks for ON Line Assessment of Voltage Stability using ...Artificial Neural Networks for ON Line Assessment of Voltage Stability using ...
Artificial Neural Networks for ON Line Assessment of Voltage Stability using ...IOSR Journals
 
Permanent Fault Location in Distribution System Using Phasor Measurement Unit...
Permanent Fault Location in Distribution System Using Phasor Measurement Unit...Permanent Fault Location in Distribution System Using Phasor Measurement Unit...
Permanent Fault Location in Distribution System Using Phasor Measurement Unit...IJECEIAES
 
Multiple Constraints Consideration in Power System State Estimation
Multiple Constraints Consideration in Power System State EstimationMultiple Constraints Consideration in Power System State Estimation
Multiple Constraints Consideration in Power System State EstimationIOSR Journals
 
Calculating Voltage Instability Using Index Analysis in Radial Distribution ...
Calculating Voltage Instability Using Index Analysis in Radial  Distribution ...Calculating Voltage Instability Using Index Analysis in Radial  Distribution ...
Calculating Voltage Instability Using Index Analysis in Radial Distribution ...IJMER
 
Robust control of pmsm using genetic algorithm
Robust control of pmsm using genetic algorithmRobust control of pmsm using genetic algorithm
Robust control of pmsm using genetic algorithmeSAT Publishing House
 
Metric Projections to Identify Critical Points in Electric Power Systems
Metric Projections to Identify Critical Points in Electric Power SystemsMetric Projections to Identify Critical Points in Electric Power Systems
Metric Projections to Identify Critical Points in Electric Power Systemstheijes
 
Power system state estimation using teaching learning-based optimization algo...
Power system state estimation using teaching learning-based optimization algo...Power system state estimation using teaching learning-based optimization algo...
Power system state estimation using teaching learning-based optimization algo...TELKOMNIKA JOURNAL
 
Selective localization of capacitor banks considering stability aspects in po...
Selective localization of capacitor banks considering stability aspects in po...Selective localization of capacitor banks considering stability aspects in po...
Selective localization of capacitor banks considering stability aspects in po...IAEME Publication
 
Modelling design and control of an electromechanical mass lifting system usin...
Modelling design and control of an electromechanical mass lifting system usin...Modelling design and control of an electromechanical mass lifting system usin...
Modelling design and control of an electromechanical mass lifting system usin...Mustefa Jibril
 
Presentation on the power quality and accuracy
Presentation on the power quality and accuracyPresentation on the power quality and accuracy
Presentation on the power quality and accuracyBinjalBhavsar
 
Volt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksVolt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksPower System Operation
 
Volt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksVolt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksPower System Operation
 
Online Voltage Stability Analysis using Synchrophasor Technology
Online Voltage Stability Analysis using Synchrophasor TechnologyOnline Voltage Stability Analysis using Synchrophasor Technology
Online Voltage Stability Analysis using Synchrophasor Technologyijsrd.com
 
Analysis of optimal avr placement in radial distribution systems using
Analysis of optimal avr placement in radial distribution systems usingAnalysis of optimal avr placement in radial distribution systems using
Analysis of optimal avr placement in radial distribution systems usingAlexander Decker
 
Steady state stability analysis and enhancement of three machine nine bus pow...
Steady state stability analysis and enhancement of three machine nine bus pow...Steady state stability analysis and enhancement of three machine nine bus pow...
Steady state stability analysis and enhancement of three machine nine bus pow...eSAT Journals
 

Ähnlich wie interconnected powersystem (20)

Power System State Estimation Using Weighted Least Squares (WLS) and Regulari...
Power System State Estimation Using Weighted Least Squares (WLS) and Regulari...Power System State Estimation Using Weighted Least Squares (WLS) and Regulari...
Power System State Estimation Using Weighted Least Squares (WLS) and Regulari...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
F010624651
F010624651F010624651
F010624651
 
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
 
Artificial Neural Networks for ON Line Assessment of Voltage Stability using ...
Artificial Neural Networks for ON Line Assessment of Voltage Stability using ...Artificial Neural Networks for ON Line Assessment of Voltage Stability using ...
Artificial Neural Networks for ON Line Assessment of Voltage Stability using ...
 
Permanent Fault Location in Distribution System Using Phasor Measurement Unit...
Permanent Fault Location in Distribution System Using Phasor Measurement Unit...Permanent Fault Location in Distribution System Using Phasor Measurement Unit...
Permanent Fault Location in Distribution System Using Phasor Measurement Unit...
 
Multiple Constraints Consideration in Power System State Estimation
Multiple Constraints Consideration in Power System State EstimationMultiple Constraints Consideration in Power System State Estimation
Multiple Constraints Consideration in Power System State Estimation
 
Calculating Voltage Instability Using Index Analysis in Radial Distribution ...
Calculating Voltage Instability Using Index Analysis in Radial  Distribution ...Calculating Voltage Instability Using Index Analysis in Radial  Distribution ...
Calculating Voltage Instability Using Index Analysis in Radial Distribution ...
 
Robust control of pmsm using genetic algorithm
Robust control of pmsm using genetic algorithmRobust control of pmsm using genetic algorithm
Robust control of pmsm using genetic algorithm
 
UncentedTransformPosterV2.1
UncentedTransformPosterV2.1 UncentedTransformPosterV2.1
UncentedTransformPosterV2.1
 
Metric Projections to Identify Critical Points in Electric Power Systems
Metric Projections to Identify Critical Points in Electric Power SystemsMetric Projections to Identify Critical Points in Electric Power Systems
Metric Projections to Identify Critical Points in Electric Power Systems
 
Power system state estimation using teaching learning-based optimization algo...
Power system state estimation using teaching learning-based optimization algo...Power system state estimation using teaching learning-based optimization algo...
Power system state estimation using teaching learning-based optimization algo...
 
Selective localization of capacitor banks considering stability aspects in po...
Selective localization of capacitor banks considering stability aspects in po...Selective localization of capacitor banks considering stability aspects in po...
Selective localization of capacitor banks considering stability aspects in po...
 
Modelling design and control of an electromechanical mass lifting system usin...
Modelling design and control of an electromechanical mass lifting system usin...Modelling design and control of an electromechanical mass lifting system usin...
Modelling design and control of an electromechanical mass lifting system usin...
 
Presentation on the power quality and accuracy
Presentation on the power quality and accuracyPresentation on the power quality and accuracy
Presentation on the power quality and accuracy
 
Volt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksVolt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor Banks
 
Volt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksVolt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor Banks
 
Online Voltage Stability Analysis using Synchrophasor Technology
Online Voltage Stability Analysis using Synchrophasor TechnologyOnline Voltage Stability Analysis using Synchrophasor Technology
Online Voltage Stability Analysis using Synchrophasor Technology
 
Analysis of optimal avr placement in radial distribution systems using
Analysis of optimal avr placement in radial distribution systems usingAnalysis of optimal avr placement in radial distribution systems using
Analysis of optimal avr placement in radial distribution systems using
 
Steady state stability analysis and enhancement of three machine nine bus pow...
Steady state stability analysis and enhancement of three machine nine bus pow...Steady state stability analysis and enhancement of three machine nine bus pow...
Steady state stability analysis and enhancement of three machine nine bus pow...
 

Kürzlich hochgeladen

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf203318pmpc
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projectssmsksolar
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 

Kürzlich hochgeladen (20)

Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 

interconnected powersystem

  • 1. Power System State Estimation And Bad Data Analysis Using WLS Method And Weighted Least Trimmed Sum Of Absolute Deviation -:Prepared by:- Divyangkumar R Soni. (160410707008)
  • 2. PAPERS  PAPER 1. Power System State Estimation and Bad Data Analysis Using Weighted Least Square Method 1.T P Vishnu 2.Vidya Vishwan 3.Vipian A M [2015 IEEE International Conference on Power, Instrumentation, Control and Computing (PICC) ]  PAPER 2. Power System State Estimation Using Weighted Least Trimmed Sum of Absolute Deviation 1. B. Vedik 2.Ashwani Kumar Chandel [IEEE INDICON 2015] 2
  • 3. PAPER 1. Power System State Estimation(PSSE) and Bad Data Analysis Using Weighted Least Square Method  OUTLINE :- 1. Abstract 2. Introduction 3. State Estimation 4. Component Modelling 5. Newton Raphsons Load Flow Analysis 6. Weighted Least Square State Estimatios 7. Bad Data Detection And Identification 8. Bad Data Detection 9. Bad Data Identification 10.Program And Output 11.References 3
  • 4. ABSTRACT  This paper explains the concept of Weighted Least Square static state estimation.  Static state estimation is performed on the data made available through the SCADA system.  In this paper this data is obtained through Newton Raphson Load flow analysis.  Power flow, power injections and voltage magnitudes are the various measurements taken from load flow analysis as the measurements for state estimation.  Weighted least square method estimates the state of the power system based on the weight given to each measurement.  A state estimator should have the ability to detect and identify the presence of a bad data. 4
  • 5. ABSTRACT  If a bad data is present among the measurements, then the estimated state variables will vary from the actual state variables.  In this paper bad data detection is performed using Chi Squared test and bad data identification is performed using largest normalized residual method.  Weighted least square algorithm is applied on an IEEE 14 bus. 5
  • 6. INTRODUCTION  State estimation is an important part of power system security analysis.  Power system operations can be controlled from the load dispatch center on obtaining various informations about the current state of the power system.  These information include various meter readings, 1. Transformer Tap Position, 2. Circuit Breaker Position 3. Network Topology  Transmission of these information to the SCADA center is not always reliable.  Errors can be caused by improper connection of transducer  loss of data while transmitting or due to the presence of faulty meters.  So,if these wrong data is used for Contingency Analysis in power system it will give false alarm signal and can even cause unnecessary tripping of power system elements. 6
  • 7. INTRODUCTION  PSSE is simply do using SCADA system.  Using Phasor Measurement Units (PMU) increase the accuracy of the state estimation technique.  PMU based state estimation algorithm to obtain a more robust result .  Recent techniques of SE using Multi Sensor data fusion theory can give a better result.  the network topology and voltage phasor, all the measurements can be estimated.  So the least number of variables that can define a power system are voltage magnitude and voltage angle.  Hence they are referred as the static state of the system. 7
  • 8. INTRODUCTION  Based on the operating condition power system can remain in any of the five operating states : 8 Preventive control Emergency control Resynchronization Load pick up Fig .1 operating state
  • 9. STATE ESTIMATION  The state estimators typically include the following functions: 9 Topology processor Observability analysis State estimation solution Bad data processing Error processing
  • 10. COMPONENT MODELLING  For running the state estimation algorithm power system network topology has to be known.  Transmission lines are represented by a two-port π network whose impedance and shunt reactances are the positive sequence component impedances .  A transmission line with a positive sequence series impedance of R+jX and total line charging susceptance of j2B, will be modelled by the equivalent circuit shown in Fig 2 10
  • 11.  The effect of a tap changing transformer on a Ybus is shown in Fig 3. 11 Ybus can be obtained by writing the nodal equations at each node.
  • 12. NEWTON RAPHSONS LOAD FLOW ANALYSIS  The true measurements for the PSSE is found out using Newton Raphsons Load flow analysis .  NR load flow analysis 12 Calculate Ybus Take voltage magnitude and voltage angle using bus deta Caculate P and Q injections Select Specified value of (Pi,Qi) which is usually the power injection at each bus Calculated Change in power injection ΔPi,Δqi & Jacobian matrix is calculated Using the Jacobian matrix the change in state variable is calculated process is repeated.
  • 13. WEIGHTED LEAST SQUARE STATE ESTIMATION 1. Measurement Function :  The state vector is given by following equation : Each equation corresponding to the measured variable can be represented. Equations of active and reactive power injection and power flows are given by Eqn 4 – 7. 13
  • 14. 2. Gain Matrix G(x): WLS State Estimation involves an iterative solution of the objective function which is given by : WLS equations are given by: 14
  • 15. BAD DATA DETECTION AND IDENTIFICATION  Functions of a state estimator is :- 1. Detect measurement errors. 2. Identify and eliminate them if possible .  Errors in measurements are due to various reasons:- 1. Accuracy of meters. 2. Telecommunication networks lead to random errors. 3. The meters have biases, drifts or wrong connections. 4. Telecommunication system failures.  Negative voltage measurements or large difference in current entering and leaving the bus are possible large bad data. 15
  • 16. BAD DATA DETECTION A. Chi Squared Test Consider a set of n independent random variables X1,X2,X3...Xn where each Xp is distributed according to the Standard Normal distribution : Xp N(0,1)∼  A new random variable Y can be defined as : will have chi squared distribution with N degrees of freedom i.e. Y χ2 N∼ 16
  • 17. 17 X ChisquareB. Use of χ2 distribution for bad data detection Probability of finding x is given by the area under the curve in the χ2 probability density function(pdf).  Once we set the probability as say 0.1 then we can calculate the threshold x as in eqn 18. C. χ2 Test for Detecting Bad Data Solve the WLS estimation problem and compute the objective function: From the χ2 distribution table find the value corresponding to probability p and degrees of freedom (m−n). If there is a bad data then
  • 18. BAD DATA IDENTIFICATION  Identification can be accomplished by further processing of the residuals.  Largest Normalized Residual Test can identify the presence of a bad data and has following steps: 1. Calculate the residual covariance matrix Ω using following steps. 2. Hat Matrix K = H ×G^1 ×HT ×R^1 . 3. Residual Sensitivity Matrix S = I −K. 4. Residual Covariance Matrix Ω=S ×R. 18
  • 20. PAPER 2. Power System State Estimation Using Weighted Least Trimmed Sum of Absolute Deviation  OUTLINE :- 1. Abstract 2. Introduction 3. State Estimation Problem Formulation 4. Orthogonal Crossover Based Differential Evolution Algorithm 5. Implementation Of Psse Using Oxde 6. Results And Discussion 7. Conclusions 8. References 20
  • 21. ABSTRACT  This paper suggests the application of one such robust estimator known as weighted least trimmed sum of absolute (WLTA) deviation estimator to PSSE.  The main principle of WLTA estimator is to optimize the weighted sum of the absolute residuals of rank υ.  In the present work, the PSSE problem is solved as an optimization problem using orthogonal crossover based differential evolution algorithm.  The proposed method has been demonstrated on IEEE 14-bus and IEEE 30-bus systems under normal and bad data conditions 21
  • 22. INTRODUCTION  SE problem is generally solved iteratively using Gauss-Newton based weighted least squares (WLS) estimator due to its high efficiency .  In order to make WLS estimator robust it is generally followed by largest normalized residual test to recognize and remove the bad measurements.  The main contribution of the paper is to introduce a new statistical robust estimator known as weighted least trimmed sum of absolute deviation estimator to PSSE.  The state estimation problem has been solved as an optimization problem using orthogonal crossover based differential evolution (OXDE) algorithm.  The efficacy and robustness of the proposed approach is tested on :-  IEEE 14-bus and IEEE 30-bus systems under both normal and bad data conditions. 22
  • 23. STATE ESTIMATION PROBLEM FORMULATION  The mathematical model for SE that relates measurements to the state variables is expressed by the following equation : Z=h(x) + e where, Z= signifies the measurement vector of order (m*1) x =indicates the state vector of order ( n*1) e= represents measurements errors of order (m*1), (these errors are normally assumed as Gaussian distributed with zero mean and standard deviation σ.)  In the present work, the above SE problem is solved using:-  the weighted least trimmed sum of absolute deviation estimator. 23
  • 24.  The WLTA estimator minimizes the sum of the υ th order residuals that is given as follows :- Where, ri is indicate the i th residual . wi is indicate i th measurement error .  Depending upon the number of bad data measurements the value of υ can be increased to increase the accuracy and efficiency of the SE. 24
  • 25. ORTHOGONAL CROSSOVER BASED DIFFERENTIAL EVOLUTION ALGORITHM A. CLASSICAL DIFFERENTIAL EVOLUTION ALGORITHM  After initialization, Differential evolution (DE) performs difference vector mutation and crossover operation to generate new vectors.  1. Mutation operation :  2.Crossover operation:  3. Selection: 25
  • 26. B. ORTHOGONAL CROSSOVER BASED DIFFERENTIAL EVOLUTION  the convergence characteristics of the conventional DE depend mainly on two important parameters: 1. The tuning of control parameters 2. The selection of donor and trial vectors generation strategies  Selected randomly by generating a number uniformly in between 0 and 1 for mutant vector that undergoes quantization orthogonal crossover operation : where, (0,1) rand indicates the uniformly distributed random number generated in-between (0,1) . 26
  • 27. IMPLEMENTATION OF PSSE USING OXDE 27 Obtain true measurement by performing load flow analysis Read system data and initialize the control parameter Perform offline synchronization of measurement Perform PSSE using orthogonal crossover differential evolution final report
  • 28. RESULTS AND DISCUSSION  the power system are estimated using the conventional and PMU measurements placed optimally across the power system network. 28 Table .1 The problem statistics are summarized Table .2 Control parameter settings for both the test systems
  • 29.  The comparison of the proposed method with WLS method is performed using the performance indices such as , 1. Average absolute voltage error (AAVE) 2. Average absolute angle error (AAAE) of the estimated state variables of the estimated measurements. A. NORMAL OPERATING CONDITION 29 Table .3 Performance indices of different systems under normal condition
  • 30. B. BAD DATA CONDITION 30 Table .4 Performance indices of different systems by considering single bad data measurement Table .5 Performance indices of different systems by considering two bad data measurement Table .6 Performance indices of different systems by considering three bad data measurement Table .7 Performance indices of different systems by considering four bad data measurement
  • 31. CONCLUSIONS  A new robust weighted least trimmed sum of absolute deviation estimator is introduced to PSSE.  The robustness of the proposed method in comparison with WLS algorithm has been validated by applying it to IEEE 14-bus and IEEE 30-bus test systems under normal and bad data conditions.  The PSSE problem has been solved as an optimization problem using OXDE technique 31
  • 32. REFERENCES [A] Hui Xue, Quing-quan Jia ‘A Dynamic state estimation method with PMU and SCADA Measurement for Power System’, The 8th International Power Engineering Conference, pp. 848-853, Dec 2007. [B] F.C.Schweppe, and J.Wildes,‘Power system static-state estimation, part 1: exact model’, IEEE trans. Power app. Syst., vol. 3, no. 4, pp. 120–135 Jan. 1970. [1] A. K. Al-Othman and M. R. Irving, “Robust state estimator based on maximum constraints satisfaction of uncertain measurements,” Measurement, Vol. 40, No. 3, pp. 347–359, Apr. 2007. [2] D. M. Hawkins and D. Olive, “Applications and algorithms for least trimmed sum of absolute deviations regression,” Computational Statistics & Data Analysis, Vol. 32, No. 2, pp. 119-134, Dec. 1999. 32