Skip to content

Commit f08fbe5

Browse files
committed
Updated MLE.md
1 parent 2a6d451 commit f08fbe5

File tree

6 files changed

+426
-4
lines changed

6 files changed

+426
-4
lines changed

docs/book/struct_est/MLE.md

Lines changed: 425 additions & 2 deletions
Large diffs are not rendered by default.

docs/book/struct_est/SMM.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,7 @@ import scipy.optimize as opt
476476
import matplotlib
477477
import matplotlib.pyplot as plt
478478
from mpl_toolkits.mplot3d import Axes3D
479-
from matplotlib import cm
480-
cmap1 = matplotlib.cm.get_cmap('summer')
479+
cmap1 = matplotlib.colormaps.get_cmap('summer')
481480
482481
# Download and save the data file Econ381totpts.txt
483482
url = ('https://raw.githubusercontent.com/OpenSourceEcon/CompMethods/' +

images/mle/Econ381scores_MLE.png

205 KB
Loading
165 KB
Loading
369 KB
Loading
348 KB
Loading

0 commit comments

Comments
 (0)