Join 60,000+ competitive exam aspirants
The method to find bad data detection is
Fast decoupled
Newton Raphson
Chi square
None of above
Chi square
Quick Summary: The Chi-square ($\chi^2$) test is the standard statistical method employed in Power System State Estimation to detect bad data (measurement errors or outliers). It determines if the Weighted Least Squares (WLS) objective function value is statistically consistent with the expected measurement noise level.
The Chi-square (χ2) test is the standard statistical method employed in Power System State Estimation to detect bad data (measurement errors or outliers). It determines if the Weighted Least Squares (WLS) objective function value is statistically consistent with the expected measurement noise level.
J(x)=∑i=1mσi2(zi−hi(x))2 — Objective function based on weighted squared errors
χdistribution2 — The probability density function used to define the detection threshold
During state estimation, a residual vector r=z−h(x) is calculated, where z is the measurement vector and h(x) is the function relating state to measurements. The performance index J(x)=rTWr follows a Chi-square distribution. If J(x)>χthreshold2, the data is flagged as 'bad' because the probability of the measurement error causing such a deviation is significantly low.
State estimation relies on redundant measurements to filter out noise and gross errors.
The residual vector is analyzed to locate measurements that significantly deviate from the model.
WLS (Weighted Least Squares) minimizes the sum of squared weighted residuals.
Non-critical measurements can be identified and discarded if the Chi-square test fails.
Provides a mathematically rigorous framework for error detection.
Capable of detecting multiple bad data points through normalized residual analysis.
Computationally intensive for large-scale power networks.
Performance depends on the correct estimation of measurement variance (σ2).
Energy Management Systems (EMS) in SCADA.
Real-time monitoring of voltage stability.
Contingency analysis preparation.
Fast decoupled and Newton Raphson are power flow algorithms used to solve for state variables (V,δ), not specifically for detecting bad measurement data.
Bad data can stem from communication failures, sensor malfunctions, or incorrect network topology.
C is correct — The Chi-square test is the primary statistical criterion used to validate the accuracy of the state estimation results by identifying measurement residuals beyond the expected statistical noise.
Always distinguish between Power Flow (Newton Raphson/Fast Decoupled), which solves for states, and State Estimation (Chi-square), which validates raw telemetry data.