Prerequisites & Notation
Before You Begin
This chapter builds on the fixed-sample-size detection framework developed in Chapters 1-3. We now relax the assumption that the sample size is fixed in advance and consider detectors that observe the data sequentially, stopping as soon as a decision can be made with sufficient confidence. If any item below feels unfamiliar, revisit the linked chapter before proceeding.
- Binary hypothesis testing, likelihood ratio test, Neyman-Pearson lemma(Review ch01)
Self-check: Can you state the Neyman-Pearson lemma and derive the threshold for a target false alarm probability?
- Log-likelihood ratio and its distribution under each hypothesis(Review ch01)
Self-check: Can you compute and for a Gaussian shift-in-mean problem?
- Chernoff bound and error exponents(Review ch02)
Self-check: Can you sketch the Chernoff exponent as a function of ?
- Stopping times, martingales (light familiarity)
Self-check: Can you state the optional stopping theorem for bounded stopping times?
- Q-function and Gaussian tail probabilities(Review ch01)
Self-check: Can you compute for to two decimal places?
- Order statistics of i.i.d. samples
Self-check: Can you write the distribution of the -th order statistic of i.i.d. uniforms?
Notation for This Chapter
Symbols introduced or used in a specialized sense in this chapter. We adopt the conventions of Chapter 1 for likelihood ratios, error probabilities, and decision rules.
| Symbol | Meaning | Introduced |
|---|---|---|
| Stopping time (random number of samples before deciding) | s01 | |
| Cumulative log-likelihood ratio after samples | s01 | |
| SPRT thresholds (, accept above , below ) | s01 | |
| Target Type-I and Type-II error probabilities | s01 | |
| Average sample number (ASN) under | s01 | |
| CUSUM statistic after samples | s02 | |
| True change-point instant | s02 | |
| Detection alarm time (stopping rule for change detection) | s02 | |
| Average run length under (false alarm) and (detection delay) | s02 | |
| CFAR test cell under test (CUT) | s03 | |
| CFAR reference-window noise estimate | s03 | |
| CFAR threshold multiplier () | s03 | |
| Number of reference cells in CFAR window | s03 | |
| False-alarm and detection probabilities | s01 |