Trisha Shetty (Editor)

Whittle likelihood

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In statistics, Whittle likelihood is an approximation to the likelihood function of a stationary Gaussian time series. It is named after the mathematician and statistician Peter Whittle, who introduced it in his PhD thesis in 1951. It is commonly utilized in time series analysis and signal processing for parameter estimation and signal detection.

Contents

Context

In a stationary Gaussian time series model, the likelihood function is (as usual in Gaussian models) a function of the associated mean and covariance parameters. With a large number ( N ) of observations, the ( N × N ) covariance matrix may become very large, making computations very costly in practice. However, due to stationarity, the covariance matrix has a rather simple structure, and by using an approximation, computations may be simplified considerably (from O ( N 2 ) to O ( N log ( N ) ) ). The idea effectively boils down to assuming a heteroscedastic zero-mean Gaussian model in Fourier domain; the model formulation is based on the time series' discrete Fourier transform and its power spectral density.

Definition

Let X 1 , , X N be a stationary Gaussian time series with (one-sided) power spectral density S 1 ( f ) , where N is even and samples are taken at constant sampling intervals Δ t . Let X ~ 1 , , X ~ N / 2 + 1 be the (complex-valued) discrete Fourier transform (DFT) of the time series. Then for the Whittle likelihood one effectively assumes independent zero-mean Gaussian distributions for all X ~ j with variances for the real and imaginary parts given by

Var ( Re ( X ~ j ) ) = Var ( Im ( X ~ j ) ) = S 1 ( f j )

where f j = j N Δ t is the j th Fourier frequency. This approximate model immediately leads to the (logarithmic) likelihood function

log ( P ( x 1 , , x N ) ) j ( log ( S 1 ( f j ) ) + | x ~ j | 2 N 2 Δ t S 1 ( f j ) )

where | | denotes the absolute value with | x ~ j | 2 = ( Re ( x ~ j ) ) 2 + ( Im ( x ~ j ) ) 2 .

Special case of a known noise spectrum

In case the noise spectrum is assumed a-priori known, and noise properties are not to be inferred from the data, the likelihood function may be simplified further by ignoring constant terms, leading to the sum-of-squares expression

log ( P ( x 1 , , x N ) ) j | x ~ j | 2 N 2 Δ t S 1 ( f j )

This expression also is the basis for the common matched filter.

Accuracy of approximation

The Whittle likelihood in general is only an approximation, it is only exact if the spectrum is constant, i.e., in the trivial case of white noise. The efficiency of the Whittle approximation always depends on the particular circumstances.

Note that due to linearity of the Fourier transform, Gaussianity in Fourier domain implies Gaussianity in time domain and vice versa. What makes the Whittle likelihood only approximately accurate is related to the sampling theorem — the effect of Fourier-transforming only a finite number of data points, which also manifests itself as spectral leakage in related problems (and which may be ameliorated using the same methods, namely, windowing). In the present case, the implicit periodicity assumption implies correlation between the first and last samples ( x 1 and x N ), which are effectively treated as "neighbouring" samples (like x 1 and x 2 ).

Parameter estimation

Whittle's likelihood is commonly used to estimate signal parameters for signals that are buried in non-white noise. The noise spectrum then may be assumed known, or it may be inferred along with the signal parameters.

Signal detection

Signal detection is commonly performed utilizing the matched filter, which is based on the Whittle likelihood for the case of a known noise power spectral density. The matched filter effectively does a maximum-likelihood fit of the signal to the noisy data and uses the resulting likelihood ratio as the detection statistic.

The matched filter may be generalized to an analogous procedure based on a Student-t distribution by also considering uncertainty (e.g. estimation uncertainty) in the noise spectrum. On the technical side, this entails repeated or iterative matched-filtering.

Spectrum estimation

The Whittle likelihood is also applicable for estimation of the noise spectrum, either alone or in conjunction with signal parameters.

References

Whittle likelihood Wikipedia