@@ -32,6 +32,12 @@ We'll use the following concepts and tools:
|
32 | 32 | * fault tree analysis for approximating a failure rate of a multi-component system |
33 | 33 | * a hierarchical probability model for describing uncertain probabilities |
34 | 34 | * Fourier transforms and inverse Fourier tranforms as efficient ways of computing convolutions of sequences |
| 35 | + |
| 36 | +For more about Fourier transforms see this quantecon lecture [Circulant Matrices](https://python.quantecon.org/eig_circulant.html) |
| 37 | +as well as these lecture [Covariance Stationary Processes](https://python-advanced.quantecon.org/arma.html) and [Estimation of Spectra](https://python-advanced.quantecon.org/estspec.html). |
| 38 | + |
| 39 | + |
| 40 | + |
35 | 41 | |
36 | 42 | El-Shanawany, Ardron, and Walker {cite}`Ardron_2018` and Greenfield and Sargent {cite}`Greenfield_Sargent_1993` used some of the methods described here to approximate probabilities of failures of safety systems in nuclear facilities. |
37 | 43 | |
|