Skip to content
Snippets Groups Projects
Commit 0d3d9af3 authored by s204797's avatar s204797
Browse files

changed small deprecation error in 11.2.2

parent a643c58b
No related branches found
No related tags found
No related merge requests found
# exercise 11.2.2 # exercise 11.2.2
import numpy as np import numpy as np
from matplotlib.pyplot import figure, hist, plot, show, subplot, title from matplotlib.pyplot import figure, hist, plot, show, subplot, title
from scipy.stats.kde import gaussian_kde from scipy.stats import gaussian_kde
# Draw samples from mixture of gaussians (as in exercise 11.1.1) # Draw samples from mixture of gaussians (as in exercise 11.1.1)
N = 1000 N = 1000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment