PowerModelsDistributionStateEstimation.jl is an extension package of PowerModelsDistribution.jl for Static Power Distribution Network State Estimation. The package is a flexible design tool, enabling benchmarks between different state estimation models. Different state estimation models can be built by using different power flow formulations, state estimation criteria, (in)equality constraints, etc. The package has documentation, which we try to keep up to date.
A state estimator determines the most-likely state of power distribution networks given a set of uncertainties, e.g., measurement errors, pseudo-measurements, etc. These uncertainties may pertain to any quantity of any network component, e.g., voltage magnitude (vm
) of a bus
, power demand (pd
) of a load
, etc.
Estimation Criteria:
Measurement Uncertainties:
Float64
, orContinuousUnivariateDistribution
Exact Formulations
Linear Approximation
Other formulations might be added in the future, little preliminary work exists for a SDP relaxation, but it is currently suspended for lack of research interest. If you would like to contribute (to add formulations or any other addition/improvement), you are welcome to get in touch.
To use the package, two type of data inputs are required:
See the relative section of the docs for more info.
As of version 0.4.0, PMDSE supports the following bad data detection and identification functionalities:
Examples on how to use PowerModelsDistributionStateEstimation can be found in Pluto Notebooks inside the /examples
directory.
This code has been developed at KU Leuven (University of Leuven). The primary developers are Marta Vanin (@MartaVanin) and Tom Van Acker (@timmyfaraday) with support from the following contributors:
If you find PowerModelsDistributionStateEstimation.jl useful for your work, we kindly invite you to cite our paper:
@ARTICLE{Vanin2022,
author={Vanin, Marta and Van Acker, Tom and D'hulst, Reinhilde and Van Hertem, Dirk},
journal={IEEE Transactions on Power Systems},
title={A Framework for Constrained Static State Estimation in Unbalanced Distribution Networks},
year={2022},
volume={37},
number={3},
pages={2075-2085},
doi={10.1109/TPWRS.2021.3116291}}
If you are particularly interested in the non-Gaussian state estimation capabilities, you can refer to this other paper:
@ARTICLE{Vanin2023,
author={Vanin, Marta and Van Acker, Tom and D’hulst, Reinhilde and Van Hertem, Dirk},
journal={IEEE Transactions on Instrumentation and Measurement},
title={Exact Modeling of Non-Gaussian Measurement Uncertainty in Distribution System State Estimation},
year={2023},
volume={},
number={},
pages={1-1},
doi={10.1109/TIM.2023.3287253}}
It is possible to use the fast prototyping features of PMDSE to augment the state variables, e.g., with network parameters. This is discussed in the following two references where, jointly to the conventional state, we derive: 1) impedance matrices or cable lengths: https://www.sciencedirect.com/science/article/pii/S0142061523002120 2) customer phase connectivity: https://arxiv.org/abs/2206.08436
This code is provided under a BSD license.