Join 60,000+ competitive exam aspirants
The covariance of error of estimation is (L = H T W H - 1 H T W and R= covariance of error vector ‘r’)
LRLT
LRTL
LRL
None of above
LRLT
Quick Summary: In state estimation for power systems, the estimation error vector is linearly related to the measurement error vector through the gain matrix $L$. When a random vector $r$ undergoes a linear transformation $x = Lr$, the covariance matrix of the resulting vector is given by the sandwich formula $Cov(x) = L \cdot Cov(r) \cdot L^T$.
In state estimation for power systems, the estimation error vector is linearly related to the measurement error vector through the gain matrix L. When a random vector r undergoes a linear transformation x=Lr, the covariance matrix of the resulting vector is given by the sandwich formula Cov(x)=L⋅Cov(r)⋅LT.
Cov(x^)=LRLT — The formula for the covariance matrix of the estimated state vector.
L=(HTWH)−1HTW — The gain matrix used in weighted least squares state estimation.
The state estimation process involves minimizing the weighted sum of squared residuals. Given the measurement model z=Hx+e, where e is the measurement error with covariance R, the best linear unbiased estimator x=Lz is derived using the weight matrix W. The propagation of the error covariance follows the property Cov(Ax)=A⋅Cov(x)⋅AT. Thus, if L is the gain matrix, the error covariance of the estimate x^ is calculated as Cov(x^)=L⋅R⋅LT.
The estimator x^ is a linear function of the measurements z, represented by x^=Lz.
The covariance matrix R represents the uncertainty in the measurement vector r (or e).
The transformation of covariance preserves the symmetric and positive semi-definite nature of the matrix.
Provides a systematic way to quantify uncertainty in state estimates.
Essential for assessing the quality and reliability of real-time power system monitoring.
Requires accurate knowledge of measurement error covariance matrix R, which is often difficult to estimate precisely.
Computational complexity increases with the size of the power network.
Bad data detection in SCADA systems.
Optimal power flow and contingency analysis.
The matrix L is derived from the Gauss-Markov theorem for the Best Linear Unbiased Estimator (BLUE).
Options B and C are mathematically incorrect as covariance matrices must satisfy the sandwich form ARAT to maintain dimensions and symmetric properties.
A is correct — The covariance of the estimation error is given by the matrix product LRLT.
Always remember that covariance transformations follow the sandwich rule: if y=Ax, then Cov(y)=ACov(x)AT. This is a fundamental result in statistics and signal processing.