Processing math: 100%

4/26/2017

Estimation - Data Fusion

From the previous example, we know if we want to merge two data, we also need the standard deviation or variance of the data in order to make a better estimation.  By following the tradition, we will use variance for the following derivations.

Say the data fusion process is defined as: df=F(d1,d2), di=(xi,σ2i)

To have a good estimate means to have an unbiased xf with minimizing the σ2f at the same time.

Say xf=α1x1+α2x2, and α1+α2=1

Then σ2f=α21σ21+α22σ22+2α1α2C(d1,d2), C(d1,d2) is the covariance of the data.

If both data are uncorrelated, σ2f=α21σ21+α22σ22

With the uncorrelated case, let α2=1α1, and

α1σ2f=2α1σ21+(2α12)σ22=0

then α1=σ22/(σ21+σ22), α2=σ21/(σ21+σ22)

No comments :