Cramér-Rao Lower Bound (CRLB)-Vector Parameter Estimation

Key focus: Applying Cramér-Rao Lower Bound (CRLB) for vector parameter estimation. Know about covariance matrix, Fisher information matrix & CRLB matrix.

CRLB for Vector Parameter Estimation

CRLB for scalar parameter estimation was discussed in previous posts. The same concept is extended to vector parameter estimation.

Consider a set of deterministic parameters $latex \mathbb{\theta}=[ \theta_1, \theta_2, …, \theta_p]^{T} $ that we wish to estimate.
The estimate is denoted in vector form as, $latex \mathbb{\hat{\theta}} = [ \hat{\theta_1}, \hat{\theta_2}, …, \hat{\theta_p} ]^{T}$.

Assume that the estimate is unbiased $latex E[\hat{\theta}] = \theta $.

Covariance Matrix

For the scalar parameter estimation, the variance of the estimate was considered. For vector parameter estimation, the covariance of the vector of estimates are considered.

The covariance matrix for the vector of estimates is given by

$latex C_{\hat{\theta}} =var ( \hat{\theta} )  = E \left[  ( \hat{\theta} – \theta )( \hat{\theta} – \theta )^T \right] &s=1$

For example, if $latex A,B$ and C are the unknown parameters to be estimated, then the  covariance matrix for the parameter vector $latex \theta = [A,B,C] ^T $ is given by

$latex C_{\hat{\theta}} = \left[  \begin{matrix} var(\hat{A}) & cov(\hat{A},\hat{B}) & cov(\hat{A},\hat{C}) \\  cov(\hat{B},\hat{A}) & var(\hat{B}) & cov(\hat{B},\hat{C}) \\  cov(\hat{C},\hat{A}) & cov(\hat{C},\hat{B}) & var(\hat{C}) \end{matrix} \right]  &s=1$

Fisher Information Matrix

For the scalar parameter estimation, Fisher Information was considered. Same concept is extended for the vector case and is called the Fisher Information Matrix $latex I(\theta)$. The ijth element of the Fisher Information Matrix $latex I(\theta)$ (evaluated at the true values of the parameter vector) is given by

$latex  [I(\theta)] _{ij} = \displaystyle{-E \left[  \frac{\delta^2}{\delta \theta_i \delta \theta_j} ln \; p(x;\theta) \right]}  \; \; i,j =1,2,3,\cdots,p &s=1$

CRLB Matrix

Under the same regularity condition (as that of the scalar parameter estimation case),

$latex \displaystyle{E \left[ \frac{\delta}{ \delta \theta} ln\; p(x;\theta) \right] = 0} \;\;\; \forall \theta &s=1$

the CRLB Matrix is given by the inverse of the Fisher Information Matrix

$latex CRLB =  I^{-1}(\theta) &s=1$

Note: For the scale parameter estimation, the CRLB was shown to be the reciprocal of the Fisher Information.

This implies that the covariance of the parameters (diagonal elements) are bound by the CRLB as

$latex   \left[ C_{(\hat{\theta})} \right]_{ii} \geq  \left[ I^{-1}(\theta) \right]_{ii}  &s=1$

More generally, the condition given above is represented as

$latex C_{(\hat{\theta})} –  I^{-1}(\theta) \; \; is \; positive \; semi-definite &s=1$

Note: The word positive-semi-definite is the matrix equivalent of saying that a value is greater than or equal to zero. Similarly, the term positive-definite is roughly equivalent of saying that something is definitely greater than zero or definitely positive.

Emphasize was place on diagonal elements in the Fisher Information Matrix. The effect of off-diagonal elements should also be considered.

For further reading

[1] Debrati et al,“A Novel Frequency Synchronization Algorithm and its Cramer Rao Bound in Practical UWB Environment for MB-OFDM Systems”, RADIOENGINEERING, VOL. 18, NO. 1, APRIL 2009.↗

Similar topics:

[table id=7 /]

Books by the author:

[table id = 23/]

 

1 thought on “Cramér-Rao Lower Bound (CRLB)-Vector Parameter Estimation”

Leave a Reply to Maryam Cancel reply