This paper was converted on www.awesomepapers.org from LaTeX by an anonymous user.
Want to know more? Visit the Converter page.

Uncertainty Error Modeling for Non-Linear State Estimation With Unsynchronized SCADA and μ\muPMU Measurements

Austin Cooper Dept. of ECE
University of Florida
Gainesville, FL, USA.
[email protected]
   Arturo Bretas Distributed Systems Group
Pacific Northwest National Laboratory
Richland, WA, USA.
[email protected]
   Sean Meyn Dept. of ECE
University of Florida
Gainesville, FL, USA.
[email protected]
   Newton G. Bretas Dept. of ECE
University of São Paulo
São Carlos, SP, BRA.
[email protected]
Abstract

Distribution systems of the future smart grid require enhancements to the reliability of distribution system state estimation (DSSE) in the face of low measurement redundancy, unsynchronized measurements, and dynamic load profiles. Micro phasor measurement units (μ\muPMUs) facilitate co-synchronized measurements with high granularity, albeit at an often prohibitively expensive installation cost. Supervisory control and data acquisition (SCADA) measurements can supplement μ\muPMU data, although they are received at a slower sampling rate. Further complicating matters is the uncertainty associated with load dynamics and unsynchronized measurements—not only are the SCADA and μ\muPMU measurements not synchronized with each other, but the SCADA measurements themselves are received at different time intervals with respect to one another. This paper proposes a non-linear state estimation framework which models dynamic load uncertainty error by updating the variances of the unsynchronized measurements, leading to a time-varying system of weights in the weighted least squares state estimator. Case studies are performed on the 33-Bus Distribution System in MATPOWER, using Ornstein–Uhlenbeck stochastic processes to simulate dynamic load conditions.

Index Terms:
Distribution system state estimation, micro-phasor measurement units, SCADA, uncertainty modeling

I Introduction

Increasing power distribution system (PDS) complexity and distributed energy resource (DER) penetration present complicated challenges for the modern smart grid. As a consequence, great effort has been dedicated to bolster the reliability of distribution management systems (DMS) given the growing uncertainty associated with increasingly complicated load dynamics and the much improved, but nevertheless imperfect, synchronization of metering equipment [1].

This uncertainty error associated with unsynchronized measurements most significantly affects the distribution level, where non-observability issues due to measurement device scarcity at the low and medium voltage levels [2] further complicate obtaining a reliable snapshot of the system. This directly hinders distribution system state estimation (DSSE), which relies on system observability to ensure state variable estimation from the measurement set [3]. Pseudo measurements have been proposed to increase system observability artificially [4], however poor accuracy and reliability of these measurements may corrupt the DSSE, especially with the increasing complexity of PDS and DER penetration.

To compensate, advanced metering infrastructure (AMI) devices have been proposed to augment the measurement set. The work in [5] proposes a DSSE using AMI, although the measurements are considered synchronized. Supervisor control and data acquisition (SCADA) and micro-phasor measurement units (μ\muPMUs) have been used with AMI in [6] which, like the proposed work, models time-varying loads as Ornstein–Uhlenbeck stochastic processes. The referenced work uses linear state estimation (LSE) based on complex current and voltage measurements, leveraging the high granularity of μ\muPMUs to quickly obtain state variable estimates [7]. State estimation (SE) aims to obtain the complex voltages at each system bus based on measurement data, which is instrumental to power system monitoring [8]. In the referenced LSE approach, measurement variances are then updated based on the OU load model [9], improving SE results. Shortcomings of this implementation include high noise sensitivity. Further, the LSE’s necessary linearization of non-linear SCADA and AMI measurement functions introduces additional potential for error. The proposed model seeks to address these issues.

The idea for this work is to incorporate the uncertainty error associated with unsynchronized measurements into a two-step non-linear SE measurement model, rather than deciphering the cause of uncertainty error after the fact. The few high-granularity μ\muPMU measurements will be used to obtain synchronized active and reactive power injections at the μ\muPMU buses. Unsynchronized SCADA measurements, including active and reactive power flows and injections, will not require linearization. Case studies will explore various redundancy levels and SCADA sampling rates. Further, the co-asynchronicity among SCADA will be simulated by staggering their arrival times with respect to one another.

Three specific contributions of this paper towards the state-of-the-art include:

  • An enhanced two-step non-linear SE framework which includes uncertainty error in the measurement model.

  • A formal modeling of the LSE truncation error, which the proposed work circumvents.

  • Robustness to the asynchronicity between SCADA and μ\muPMU measurements, as well as the co-asynchronicity between SCADA. This is in contrast to traditional methods which treat measurements as synchronized.

Refer to caption
Figure 1: Proposed Uncertainty Modeling Non-linear SE Flowchart.

II Background

II-A Non-Linear State Estimation

Classical power system SE follows a Weighted Least Squares (WLS) framework [8]. A power system with nn buses and dd measurements can be modeled as a set of non-linear algebraic equations in the following measurement model:

𝐳=h(𝐱)+𝐞\mathbf{z}=h(\mathbf{x})+\mathbf{e} (1)

where 𝐳1×d\mathbf{z}\in\mathbb{R}^{1\times d} is the measurement vector, 𝐱1×N\mathbf{x}\in\mathbb{R}^{1\times N} is the state variables vector, h:1×N1×dh:\mathbb{R}^{1\times N}\rightarrow\mathbb{R}^{1\times d} is a continuous non-linear differentiable function, and 𝐞1×d\mathbf{e}\in\mathbb{R}^{1\times d} is the measurement error vector. Each measurement error eie_{i} is assumed to follow a zero mean Gaussian distribution. dd is the number of measurements while N=2n1N=2n-1 is the number of unknown state variables, i.e., the complex voltages at each bus.

In the traditional WLS approach, the best state vector estimate in (1) is determined by minimizing the weighted norm of the residual, represented with the cost function J(𝐱)J(\mathbf{x}):

J(𝐱)=𝐳h(𝐱)𝐖2=[𝐳h(𝐱)]T𝐖[𝐳h(𝐱)]J(\mathbf{x})=\|\mathbf{z}-h(\mathbf{x})\|_{\mathbf{W}}^{2}=[\mathbf{z}-h(\mathbf{x})]^{T}\mathbf{W}[\mathbf{z}-h(\mathbf{x})] (2)

where 𝐖\mathbf{W} is the inverse covariance matrix of the measurements, otherwise known as the weight matrix. The solution to (2) is found through the iterative Newton-Raphson method. The linearized form of (1) then becomes:

Δ𝐳=𝐇Δ𝐱+𝐞\Delta\mathbf{z}=\mathbf{H}\Delta\mathbf{x}+\mathbf{e} (3)

where 𝐇=h𝐱\mathbf{H}=\frac{\partial h}{\partial\mathbf{x}} is the Jacobian matrix of hh at the current state estimate 𝐱\mathbf{x}^{*}, Δ𝐳=𝐳h(𝐱)=𝐳𝐳\Delta\mathbf{z}=\mathbf{z}-h(\mathbf{x}^{*})=\mathbf{z}-\mathbf{z}^{*} is the measurement vector correction and Δ𝐱=𝐱𝐱\Delta\mathbf{x}=\mathbf{x}-\mathbf{x}^{*} is the state vector correction. The WLS solution can further be understood geometrically [10] as the projection of Δ𝐳\Delta\mathbf{z} onto the Jacobian space \mathfrak{R}(HH) by a linear projection matrix 𝐊\mathbf{K}, i.e. Δ𝐳^=𝐊Δ𝐳\Delta\hat{\mathbf{z}}=\mathbf{K}\Delta\mathbf{z}:

𝐊=𝐇(𝐇T𝐖𝐇)1𝐇T𝐖.\mathbf{K}=\mathbf{H}(\mathbf{H}^{T}\mathbf{W}\mathbf{H})^{-1}\mathbf{H}^{T}\mathbf{W}. (4)

The SE can further be interpreted by visualizing the geometrical position of the measurement error in relation to the Jacobian range space \mathfrak{R}(HH). Through decomposing the measurement vector space into a direct sum of \mathfrak{R}(HH) and (\mathfrak{R}(H))^{\perp}, it is possible to also decompose the measurement error vector 𝐞\mathbf{e} into two components:

𝐞=𝐊𝐞𝐞𝐔+(I𝐊)𝐞𝐞𝐃.\mathbf{e}=\underbrace{\mathbf{K}\mathbf{e}}_{\mathbf{e_{U}}}+\underbrace{(I-\mathbf{K})\mathbf{e}}_{\mathbf{e_{D}}}. (5)

The component 𝐞𝐃\mathbf{e_{D}} is the detectable error, which is equivalent to the residual in the classical WLS model. The component 𝐞𝐔\mathbf{e_{U}} is the undetectable component of the residual. 𝐞𝐃\mathbf{e_{D}} lies in the space orthogonal to the Jacobian range space, while 𝐞𝐔\mathbf{e_{U}} is hidden in the Jacobian space [8]. To formalize the impact of the undetectable component 𝐞𝐔\mathbf{e_{U}}, the measurement Innovation Index (IIII) is introduced [11]:

IIi=eDi𝐑1eUi𝐑1=1KiiKii.{II}_{i}=\frac{\|{e^{i}_{D}}\|_{\mathbf{R}^{-1}}}{\|{e^{i}_{U}}\|_{\mathbf{R}^{-1}}}=\frac{\sqrt{1-K_{ii}}}{\sqrt{K_{ii}}}. (6)

A low IIII indicates that a large component of the error is not reflected in the residual. The composed measurement error (CMECME) can then be formulated in terms of the residual and IIII, after which the normalized CMENCME^{N} is obtained:

CMEi=ri(1+1IIi2)CMEiN=CMEiσiCME_{i}=r_{i}\left(\sqrt{1+\frac{1}{{II_{i}}^{2}}}\right)\Rightarrow CME_{i}^{N}=\frac{CME_{i}}{\sigma_{i}} (7)

where σi\sigma_{i} is the ii-th measurement standard deviation.

The SE yields CMECME values based on measurements taken throughout the power system. Real measurements in this work are defined as those obtained from SCADA and μ\muPMUs. In addition, per the methodology in [12], synthetic measurements (SM) are artificially created in low redundancy areas considering measurement IIII and nn-tuple of critical measurements. This serves to maintain a high global redundancy level (GRLGRL), i.e., the number of measurements divided by the number of state variables, by increasing the χ2\chi^{2} degrees of freedom, improving the reliability of the χ2\chi^{2} hypothesis test [8].

χ2\chi^{2} hypothesis testing is used for bad data detection during gross error (GE) analytics. The CMECME-based objective function value (8) is compared to a χ2\chi^{2} threshold. The value of this threshold depends on a chosen probability pp and the degrees of freedom dd, taken to be the number of measurements fed to the SE:

JCME(𝐱^)=i=1d[CMEiσi]2χd,p2.J_{CME}(\hat{\mathbf{x}})=\sum_{i=1}^{d}\left[\frac{CME_{i}}{\sigma_{i}}\right]^{2}\geq\chi^{2}_{d,p}. (8)

If the value of JCMEJ_{CME} is greater than or equal to the χ2\chi^{2} threshold, then a GE is detected. For this work, a two-step SE approach is used, illustrated in Fig. 1. The classical first step presented in [13] uses an empirical approach wherein all measurements are weighted equally proportional to the measurement magnitude, after which the JCME(𝐱^)J_{CME}(\hat{\mathbf{x}}) is compared to χd,p2\chi^{2}_{d,p}. Only if JCME(𝐱^)χd,p2J_{CME}(\hat{\mathbf{x}})\geq\chi^{2}_{d,p} does the procedure advance to the second SE step, during which the SE is repeated—this time with meter precision values for each measurement type per state-of-the-art methodologies [3]. This serves to strike a balance between GE detectability and deciphering the measurement(s) in error. Next, following [14], bad data is identified through analysis of the CMENCME^{N}. This work seeks to improve upon the first-step of the classical two-step SE by replacing the empirical assumption with a continually updating model of the unsynchronized measurement uncertainty error.

II-B Dynamic Load Modeling

Due to the asynchronicity between μ\muPMU and SCADA measurements, as well as the co-asynchronicity among SCADA, load dynamics cause SCADA measurements to become obsolete, thus providing an inaccurate snapshot of the system state. This uncertainty error must be included into the error vector 𝐞\mathbf{e} from (1) to better provide accurate state variables, error detection, and GE analytics. The drift in the system state due to load dynamics can be modelled as Ornstein–Uhlenbeck (OU) stochastic processes, which have been used to successfully reflect time-varying load profiles [15]. OU load modelling relies on the assumption that, although load demand profiles do fluctuate over time, they rarely deviate sharply from their previous value. Further, the OU is a mean-reverting process, making it an appropriate model for ascribing the uncertainty error to outdated measurement variance only.

A stochastic differential equation is used to represent the ii-th load apparent power, Si(t)=Pi(t)+jQi(t)S_{i}(t)=P_{i}(t)+jQ_{i}(t), where Pi(t)P_{i}(t) and Qi(t)Q_{i}(t) are the ii-th load active and reactive power respectively:

dSi(t)=θiSi(t)dt+σiWi(t)dS_{i}(t)=-\theta_{i}S_{i}(t)dt+\sigma_{i}W_{i}(t) (9)

where θi\theta_{i} >> 0 is the decay rate controlling to what degree the load varies from its initial value, σi\sigma_{i} >> 0 controls the scale of the noise, and Wi(t)W_{i}(t) denotes a complex Wiener process whose sample paths follow a continuous Gaussian process [16]. Statistical analysis of μ\muPMU data can be used to estimate these parameters [15]. The load variations can then be expressed as a discrete time process for every Δ\Deltat μ\muPMU sample [6]:

Si[k]=Si(τ)eθiΔt(kq)+ζiS_{i}[k]=S_{i}(\tau)e^{-\theta_{i}\Delta t(k-q)}+\zeta_{i} (10)

where τ\tau << t is the time when unsynchronized SCADA is received, t=kΔtt=k\Delta t and τ=qΔt\tau=q\Delta t for kk and qq time indices, and ζi\zeta_{i} is a complex random variable of zero mean and variance σi22θi(1e2θi(tτ))\frac{\sigma_{i}^{2}}{2\theta_{i}}(1-e^{-2\theta_{i}(t-\tau)}). Dynamic load uncertainty can substantially increase the JCME(𝐱^)J_{CME}(\hat{\mathbf{x}}) in the absence of actual measurement error, especially when measurements are unsynchronized, as illustrated in Fig. 2. The variance of the discrete-time Gaussian variable Si[k]S_{i}[k] can then be found recursively by:

Var[Si[k]]=Var[Si[k1]]γ+σi22θi(1γ)\mathrm{Var}\bigr{[}S_{i}[k]\bigr{]}=\mathrm{Var}\bigr{[}S_{i}[k-1]\bigr{]}\gamma+\frac{\sigma_{i}^{2}}{2\theta_{i}}(1-\gamma) (11)

where γ=e2θiΔt\gamma=e^{-2\theta_{i}\Delta t}. The updated variances of the unsynchronized SCADA measurements then constitute the time-varying inverse covariance matrix of the measurements, 𝐖(t)\mathbf{W}(t). The improvement in the JCME(𝐱^)J_{CME}(\hat{\mathbf{x}}) due to the updating 𝐖(t)\mathbf{W}(t) is observed in Fig. 3, as the JCME(𝐱^)J_{CME}(\hat{\mathbf{x}}) should not exceed the χ2\chi^{2} threshold due to load dynamics only.

II-C Non-Linear Measurement Uncertainty

The classical WLS model in (1) does not consider the possibility of errors attributed to dynamic load measurement uncertainty. This model can be augmented by considering, for any ii-th measurement, a noiseless true measurement zitrue[k]z_{i}^{true}[k] at time kk, which is related to a previous value zitrue[q]z_{i}^{true}[q] plus random load variation Δzitrue[k]\Delta z_{i}^{true}[k], given by (12), whereas the noisy and out-of-date unsynchronized measurement, zimeas[q]z_{i}^{meas}[q], is represented in (13):

zitrue[k]=zitrue[q]+Δzitrue[k]z_{i}^{true}[k]=z_{i}^{true}[q]+\Delta z_{i}^{true}[k] (12)
zimeas[q]=zitrue[q]+ei[q]z_{i}^{meas}[q]=z_{i}^{true}[q]+e_{i}[q] (13)

where ei[q]e_{i}[q] is the measurement noise of the same Gaussian distribution as in (1). At a given instance kk when the first step of the non-linear SE is performed, the precise value of zitrue[k]z_{i}^{true}[k] is unobtainable; the best available measurement in time is zimeas[q]z_{i}^{meas}[q]. However, it is possible to approximate zimeas[k]z_{i}^{meas}[k] by assuming that Δzitrue[k]\Delta z_{i}^{true}[k] is attributed only to load variations:

zimeas[k]=zimeas[q]+Δzitrue[k]z_{i}^{meas}[k]=z_{i}^{meas}[q]+\Delta z_{i}^{true}[k] (14)

The model in (14) is used for approximating the unsynchronized SCADA measurement variances, which are used to update the time-varying 𝐖(t)\mathbf{W}(t) weight matrix.

The proposed work also seeks to formalize its assertion of preserving measurement fidelity. The work in [6] uses an OU process load modeling approach with variance update equations, however it relies on linearizing SCADA and AMI measurements. Unlike the proposed work, this linearization process introduces yet an additional error component exclusive to the LSE approach, which this work calls the linearization truncation error ϵl\epsilon^{l}. To formalize this additive error, the Taylor series of the LSE measurement model can be developed as:

zi=hi,0+hixΔxϵilz_{i}=h_{i,0}+\frac{\partial h_{i}}{\partial x}\Delta x-\epsilon_{i}^{l} (15)

By setting (15) equal to the standard SE measurement model zi=hi(x)+eiz_{i}=h_{i}(x)+e_{i}, one obtains:

hi(x)+ei=hi,0+hixΔxϵilh_{i}(x)+e_{i}=h_{i,0}+\frac{\partial h_{i}}{\partial x}\Delta x-\epsilon_{i}^{l} (16)

By defining the linearized form of ziz_{i} as zil=hi,0+hixΔxz_{i}^{l}=h_{i,0}+\frac{\partial h_{i}}{\partial x}\Delta x, one finally obtains:

zil=hi(x)+ei+ϵilz_{i}^{l}=h_{i}(x)+e_{i}+\epsilon_{i}^{l} (17)

where eie_{i} is the measurement error and ϵil\epsilon_{i}^{l} is the LSE additive truncation error, which contributes to SE inaccuracies. The proposed model does not require measurement function linearization, and thus preserves measurement fidelity by avoiding the error component ϵil\epsilon_{i}^{l}. Further, in the referenced LSE approach, additional error is introduced in the calculation of linearized measurement covariances, which must be approximated using the truncated Taylor series of their functions [6]. The proposed work thus further preserves measurement fidelity by circumventing measurement covariance approximation.

III Case Study

Validation was performed in MATPOWER on the 12.66 kV 33-bus distribution system from Baran and Wu [17]. OU processes were used to model each load using a θ\theta value of 0.0125, as obtained from [15]. An optimal number of 11 μ\muPMUs was selected per the methodology in [18]. SCADA sampling rates of 1, 2, and 4 seconds were considered. To simulate asynchronicity, the SCADA measurements were organized into 33 groups. If a μ\muPMU is present at a given bus, then only the active and reactive power flows to and from that bus are considered as SCADA measurements for that group. Otherwise, the active and reactive power injections are also considered as SCADA for that group. The remaining power injections are obtained through the μ\muPMUs or SM.

For a given SCADA sampling rate, maximum asynchronicity was simulated by staggering the SCADA arrival rates as far apart as possible by a factor of integer division fPMU/Ngroups\lfloor f_{PMU}/N_{groups}\rfloor, where fPMUf_{PMU} is the μ\muPMU sampling rate and NgroupsN_{groups} are the number of SCADA groups. To test performance with smaller data sets, two separate measurement plans were considered of 180 and 195 measurements (GRL=3GRL=3 and GRL=2.769GRL=2.769 respectively). pp = 0.95 was considered for the χ2\chi^{2} threshold, however this can be customized depending on desired dependability/security trade-off. Random errors with distribution X𝒩(0,1)X\sim\mathcal{N}(0,1) were applied to all measurements.

The first SE iteration is performed once SCADA information from every group is collected, along with the μ\muPMU data. In the classical two-step SE approach described in Section II-A, an empirical approach is considered in which all measurements are considered as possibly having GEs, with each measurement standard deviation being a percentage of the measurement magnitude (σi=|zi|/100)(\sigma_{i}=|z_{i}|/100) [19]. In the proposed work, however, the classical empirical approach is now replaced with the uncertainty error modeling embedded into the time-varying weight matrix 𝐖(t)\mathbf{W}(t), which is continually updated using the variances obtained from (11).

If left unmodeled, complications of the added uncertainty error to the error vector 𝐞\mathbf{e} include: 1.) erroneous triggering of protection and control devices [20] due to the JCMEJ_{CME} value exceeding the χ2\chi^{2} threshold—a process that should be reserved for detecting measurement errors [8] during GE analytics—and 2.) reduced state estimate accuracy. Therefore, the case study will focus on these two metrics.

Refer to caption
Figure 2: Comparison of JCMEJ_{CME} paths when SCADA measurements are synchronized (blue) and unsnychronized with each other (orange).
Refer to caption
Figure 3: Comparison of JCMEJ_{CME} paths when weight matrix 𝐖\mathbf{W} values are static (blue) and when 𝐖(t)\mathbf{W}(t) values are updated (orange).

To quantify improved state variable accuracy, the metric SEerrorSE_{error} is defined as the L2-norm of the estimate error:

SEerror=i=1B(viactv^i)2SE_{error}=\sqrt{\sum_{i=1}^{B}(v_{i}^{act}-\hat{v}_{i})^{2}} (18)

where BB is the number of buses, viactv_{i}^{act} is the actual voltage magnitude at the ii-th bus with zero error, and v^i\hat{v}_{i} is the estimated voltage magnitude at the ii-th bus.

Three cases were explored for this analysis. An “Ideal SE” case considers perfect synchronicity across μ\muPMU and SCADA, meaning that the only error introduced into the SE process comes from measurement noise; uncertainty error is absent. Although unrealistic, the ideal case provides comparative insight between the traditional and proposed unsynchronized models. The “Traditional SE” case considers asynchronicity across all measurements with a static weight matrix 𝐖\mathbf{W}. Finally, the “Proposed SE” employs the updating time-varying weight matrix 𝐖(t)\mathbf{W}(t). Each simulation was run for 6 hours in MATPOWER with varying OU load dynamics.

Fig. 4 illustrates the improvement of the proposed model’s state variable accuracy by plotting the cumulative sum of the SEerrorSE_{error} metric, showing a 37.7746% decrease in the SEerrorSE_{error} for moderate SCADA asynchronicity. As expected, the Proposed SE improved upon state variable accuracy by updating the measurement variances, as opposed to the Traditional SE which contains no such uncertainty modeling.

Next, the improvement in false positive rate (FPR) of the proposed model was evaluated. FPR refers to the erroneous triggering of the GE analytics process, which could result in a measurement being falsely deleted from the measurement set per standard SE practices [8], hindering the reliability of χ2\chi^{2} hypothesis testing. In a worse case scenario, this could lead to false activation of the protection and control apparatus [20]. Table I compares the FPRs across three different SCADA sampling rates at maximum asynchronicity and a GRLGRL of 3, where Table II reduces the measurement set to a GRLGRL of 2.769. A substantial decrease in FPR was observed with variance updating, which in turn reduced the proportion of uncertainty error in the error vector 𝐞\mathbf{e}.

TABLE I: Gross Error FPR Comparison for GRL = 3
SCADA Sampling Rate FPR Without Update FPR With Update
1 s 1.32% 0.00%
2 s 11.81% 0.00%
4 s 32.24% 0.98%
TABLE II: Gross Error FPR Comparison for GRL = 2.769
SCADA Sampling Rate FPR Without Update FPR With Update
1 s 47.17% 0.00%
2 s 64.49% 5.23%
4 s 81.22% 12.84%
Refer to caption
Figure 4: Comparison of state variable estimate accuracy

IV Summary and Conclusions

This work presents a two-step non-linear SE framework which includes load dynamics-induced uncertainty error into the measurement model. The performance of the proposed method was evaluated with worst case scenario asynchronicity, varying degrees of unsynchronized SCADA arrival time, and a reduced input measurement data set, showcasing its reliability and practicality compared to conventional SE. Two major improvements were observed in the proposed work when compared to conventional SE: increased accuracy of state variable estimates and decreased FPR associated with erroneous triggering of the bad data detection step. Further, a formalizing of the truncation error ϵl\epsilon^{l} associated with a previous LSE approach with OU load modeling was presented, which the proposed work circumvents by preserving the non-linear measurement functions, leading to more accurate state variable estimates and robustness to approximation error.

References

  • [1] F. Jiyuan and S. Borlase, “The evolution of distribution,” IEEE Power Energy Mag., vol. 7, no. 2, 2009.
  • [2] A. G. Expósito and A. Abur, Power System State Estimation: Theory and Implementation.   Marcel Dekker, 2004.
  • [3] A. Monticelli, State estimation in electric power systems: a generalized approach.   Springer, 2012.
  • [4] A. K. Ghosh, D. L. Lubkeman, and R. H. Jones, “Load modeling for distribution circuit state estimation,” IEEE Trans. Power Del., vol. 12, no. 2, p. 999–1005, 1997.
  • [5] M. Baran and T. E. McDermott, “Distribution system state estimation using ami data,” Proc. IEEE/PES Power Syst. Conf. Expo. (PSCE), pp. 1–3, 2009.
  • [6] R. D. Trevizan, C. Ruben, A. Rossoni, S. C. Dhulipala, A. Bretas, and N. G. Bretas, “μ\mupmu-based temporal decoupling of parameter and measurement gross error processing in dsse,” electricity, vol. 2, pp. 423–438, 2021.
  • [7] A. G. Phadke and J. S. Thorp, Synchronized Phasor Measurements and Their Applications.   Springer, 2008.
  • [8] A. Bretas, N. Bretas, J. B. London Jr, B. Carvalho et al., Cyber-Physical Power Systems State Estimation.   Elsevier, 2021.
  • [9] E. Bibbona, G. Panfilo, and P. Tavella, “The ornstein–uhlenbeck process as a model of a low pass filtered white noise,” Metrologia, vol. 45, no. 6, 2021.
  • [10] N. G. Bretas, S. A. Piereti, A. S. Bretas, and A. C. P. Martins, “A geometrical view for multiple gross errors detection, identification, and correction in power system state estimation,” IEEE Transactions on Power Systems, vol. 28, no. 3, p. 2128–2135, 2013.
  • [11] N. Bretas, A. Bretas, and S. A. R. Piereti, “Innovation concept for measurement gross error detection and identification in power system state estimation,” IET Generation, Transmission and Distribution, vol. 5, no. 6, p. 603–608, 2011.
  • [12] A. Bretas, A. Rossoni, R. Trevizan, and N. Bretas, “Distribution networks nontechnical power loss estimation: A hybrid data-driven physics model-based framework,” Electric Power Systems Research, vol. 186, p. 106397, 2020.
  • [13] N. Bretas and A. Bretas, “A two steps procedure in state estimation gross error detection, identification, and correction,” International Journal of Electrical Power & Energy Systems, vol. 73, p. 484–490, 2015.
  • [14] A. Bretas, N. Bretas, and B. Carvalho, “Further contributions to smart grids cyber-physical security as a malicious data attack: Proof and properties of the parameter error spreading out to the measurements and a relaxed correction model,” International Journal of Electrical Power &\& Energy Systems, vol. 104, p. 43–51, 2019.
  • [15] C. Roberts, E. M. Stewart, and F. Milano, “Validation of the ornstein-uhlenbeck process for load modeling based on µpmu measurements,” Power Systems Computation Conference, 2016.
  • [16] R. Zárate-Miñanoa, M. Anghel, and F. Milano, “Continuous wind speed models based on stochastic differential equations,” Applied Energy, vol. 104, pp. 42–49, 2013.
  • [17] M. E. Baran and F. F. Wu, “Network reconfiguration in distribution systems for loss reduction and load balancing,” IEEE Transactions on Power Delivery, vol. 4, no. 2, pp. 1401–1407, 1989.
  • [18] X. Chen, L. Sun, T. Chen, Y. Sun, Rusli, K. J. Tseng, K. V. Ling, W. K. Ho, and G. A. J. Amaratunga, “Full coverage of optimal phasor measurement unit placement solutions in distribution systems using integer linear programming,” energies, vol. 12, no. 8, 2019.
  • [19] N. G. Bretas, A. S. Bretas, and A. C. P. Martins, “Convergence property of the measurement gross error correction in power system state estimation, using geometrical background,” IEEE Transactions on Power Systems, vol. 28, no. 4, p. 3729–3736, 2013.
  • [20] S. H. Horowitz and A. G. Phadke, Power System Relaying.   Wiley, 2013.