EMS: Network Analysis Functions
EMS: Network Analysis Functions
Security Analysis
Generation Dispatch
The objective of the Weighted Least Square state estimator is to minimize the
error in the measurements i.e, is the sum of the squares of weighted
residuals
https://in.mathworks.com/help/curvefit/least-squares-fitting.html
The objective of the Weighted Least Square state estimator is to minimize the error
in the measurements i.e, is the sum of the squares of weighted residuals
m
J ( x) zi hi (x) / Rii
2
(2)
i 1
Where,
Rii Measurement error covariance matrix given by diag 12 , 22 ,..., m2
i The standard deviation of the ith measurement
The state of the power system can be estimated by an iterative solution scheme
known as the Gauss Newton method which neglecting the higher order terms of the
Taylor series as expansion as follows:
x k 1 x k G x k * H x k * R 1 * z h( x k )
1 T
(3)
Where,
G x k H T x k * R 1 * H x k is the gain matrix,
h( x)
H xk is the Jacobian matrix which is the first derivative of h(x),
x k is an iterative number.
LINEAR STATE ESTIMATION
https://in.mathworks.com/help/curvefit/least-squares-fitting.html
z h x e (1)
Above model can be expressed in linear form:
z Lx e (4)
To estimate the optimal value of the state vector, the Weighted Least Squares (WLS) method
is proposed, in accordance with this approach the following objective function is defined:
J (x) z Lx R 1 z Lx
T
1
x LS is the least square estimator.
x LS L R L H R z
T 1 T 1