Prerequisites & Notation

Before You Begin

This chapter is research-level. It synthesises ideas from Bayesian estimation, hypothesis testing, information theory, and wireless signal processing. If any of the following feels rusty, the chapter will feel faster than its prerequisites allow.

  • Fisher information and the Cramer-Rao bound(Review FSI Ch. 18)

    Self-check: Can you state the CRLB for a scalar parameter and explain why it may be loose at low SNR?

  • Bayesian MMSE estimation and the posterior mean(Review FSI Ch. 7-8)

    Self-check: Can you derive the MMSE estimator for a Gaussian prior and linear Gaussian observation?

  • Binary hypothesis testing, minimum probability of error(Review FSI Ch. 1)

    Self-check: Can you write the minimum error probability between two equi-prior Gaussians with means θ0,θ1\theta_0, \theta_1 and common variance σ2\sigma^2?

  • Mutual information and differential entropy(Review ITA Ch. 2-3)

    Self-check: Can you compute I(X;Y)I(X; Y) when Y=snrX+NY = \sqrt{\text{snr}}\,X + N with XN(0,1)X \sim \mathcal{N}(0,1)?

  • Convex optimization and KKT conditions(Review Telecom Ch. 3)

    Self-check: Can you set up a convex problem with linear constraints and recognise when KKT is sufficient?

Notation for This Chapter

Symbols introduced in this chapter. Van Trees, Ziv-Zakai, and I-MMSE use overlapping notation in the literature; we follow the conventions that minimise collisions with the rest of the book.

SymbolMeaningIntroduced
θ\thetaScalar (or vector) parameter to be estimated, treated as random under a Bayesian priors01
π(θ)\pi(\theta)Prior density on θ\theta (must vanish at the boundary of its support for Van Trees)s01
IF(θ)I_F(\theta)(Classical, frequentist) Fisher information at parameter value θ\thetas01
IPI_PPrior information: IP=Eπ ⁣[(θlogπ(θ))2]I_P = \mathbb{E}_\pi\!\left[\left(\partial_\theta \log \pi(\theta)\right)^2\right]s01
IBI_BBayesian information: IB=Eπ[IF(θ)]+IPI_B = \mathbb{E}_\pi[I_F(\theta)] + I_Ps01
Pmin(θ0,θ1)P_{\min}(\theta_0,\theta_1)Minimum probability of error between two equi-prior hypotheses θ0,θ1\theta_0,\theta_1s02
ZZB\text{ZZB}Ziv-Zakai bound on MSEs02
snr\text{snr}Scalar signal-to-noise ratio parameter in the I-MMSE identitys03
mmse(snr)\text{mmse}(\text{snr})MMSE of estimating XX from Y=snrX+NY=\sqrt{\text{snr}}\,X+N where NN(0,1)N\sim\mathcal{N}(0,1)s03
Rs\mathbf{R}_sTransmit sample covariance matrix in ISAC, Rs=E[ssH]\mathbf{R}_s = \mathbb{E}[\mathbf{s}\mathbf{s}^H]s04