Phone: +1 (888) 427-9486
+1 (312) 324-0367
Fax: +1 (312) 238-9092
Contact Us
How do I test whether a given time series is just a white‐noise?
| Attachment | Size | |
|---|---|---|
| White-noise.pdf | ||
| White-noise.xlsx |
In statistical sense, a time series {
} is characterized as having weak white noise if {
} is a sequence of serially uncorrelated random variables with zero mean and finite variance. Strong white noise also has the quality of being independent and identically distributed, which implies no autocorrelation.
In particular, if
is normally distributed with mean zero and standard deviation
, the series is called a Gaussian white noise.
Statistical Testing
To examine the data series for evidence of any serial correlation, we use Ljung‐Box statistical test and the modified
statistics.
The Ljung‐Box Test:
![]() |
![]() |
Where:
: Null Hypothesis (White‐noise)
: Alternative hypothesis (not white‐noise)
: Upper lag limit of the test. The upper lag limit can either be set by us or left for the function to pick a proper limit. Practitioners use
as a proper value for
.
Ljung‐Box Statistics
The Ljung‐Box statistics (i.e.
) is an enhancement on the classical
test especially for small samples size.
![]() |
![]() |
This is a one‐tail statistical test, A p‐value greater than the significance level (
) leads us to not‐to‐reject the null hypothesis or, in other words, the time series is white noise.
WNTest
WNTest function in NumXL computes the P‐value for the
statistics for our sample data. The upper lag limit ( m ) is set by default to
, but the user can override this value by passing a value for this parameter
Example: Using the NumXL descriptive statistics form, we computed the various summary statistics and performed Ljung‐Box white‐noise test (WNTest) among others.
The summary statistics and tests:

The P-Value of the white-noise test is greater than significance level (i.e.
), so we don't reject the white-noise hypothesis (
), or, simply stated; there is no statistical evidence of a serial correlation, so the data can be white-noise.


![\[ H_o:\rho_1=\rho_2=\rho_3=...=\rho_m=0 \]](/sites/all/files/tex/bc06a4d76c2c6334e318f17863eb5dda20efc15d.png)
![\[ H_1:\exists \rho_{1\leqslant k\leq m} \neq 0 \]](/sites/all/files/tex/3073a8e368dad7a718d40c6515b677e4fb1e767f.png)
![\[ Q^*(m)=T(T+2)\sum_{j=1}^m{\frac{\rho_j^2}{T-j}} \]](/sites/all/files/tex/50489462e2c1187f5f01df2b663b8175c61a2be9.png)
![\[ Q^*(m)\sim \chi_{\nu=m}^2 \]](/sites/all/files/tex/f26d3653d7caaa753ab0a02b835f67da67184a77.png)