-
Notifications
You must be signed in to change notification settings - Fork 35
Iterative Linear State Estimation: power sensor accuracy #951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iterative Linear State Estimation: power sensor accuracy #951
Conversation
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
2fd4c50
to
f621ab2
Compare
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
92bff8e
to
83b4c48
Compare
power_grid_model_c/power_grid_model/include/power_grid_model/common/statistics.hpp
Show resolved
Hide resolved
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
…wer-sensor-accuracy Signed-off-by: Martijn Govers <martijn.govers@alliander.com>
|
This one can now be closed after offline conclusions, right? And then add the documentation needed to the issue #547, correct? |
850e013
to
a206d17
Compare
@mgovers based on the decision. We should close this PR, right? |
Indeed. To summarize the discussions:
Based on these arguments, we decided to go with the following:
The following options were also considered but rejected in favor of the chosen approach.
In conclusion, this PR will be closed and superseded by a follow-up documentation PR. |
The Iterative Linear State Estimation algorithm assumes that linearized rescaling power to current keeps the variances the same. This assumption is true when node voltages are close to
1 p.u.
. However, when voltages may vary significantly, this assumption becomes increasingly bad, and may lead to incorrect weighing of different measurements, and may even lead to incorrect answers.This becomes especially important when looking at grids with both power and current sensors.
TBD (do-not-merge label added):