File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,15 @@ kernelspec:
2525:depth: 2
2626```
2727
28+ In addition to what's in Anaconda, this lecture will need the following libraries:
29+
30+ ``` {code-cell} ipython
31+ ---
32+ tags: [hide-output]
33+ ---
34+ !pip install quantecon tabulate
35+ ```
36+
2837## Overview
2938
3039This lecture puts elementary tools to work to approximate probability distributions of the annual failure rates of a system consisting of
@@ -58,8 +67,6 @@ import matplotlib.pyplot as plt
5867from scipy.signal import fftconvolve
5968from tabulate import tabulate
6069import quantecon as qe
61-
62- np.set_printoptions(precision=3, suppress=True)
6370```
6471
6572## The lognormal distribution
@@ -497,7 +504,7 @@ where $P(F)$ is the system failure probability.
497504
498505Probabilities for each event are recorded as failure rates per year.
499506
500- ## Failure Rates Unknown
507+ ## Failure rates unknown
501508
502509Now we come to the problem that really interests us, following {cite: t }` Ardron_2018 ` and
503510 {cite: t }` Greenfield_Sargent_1993 ` in the spirit of {cite: t }` apostolakis1990 ` .
You can’t perform that action at this time.
0 commit comments