We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b855fc1 commit 4795243Copy full SHA for 4795243
lectures/likelihood_bayes.md
@@ -53,7 +53,7 @@ We'll begin by loading some Python modules.
53
import matplotlib.pyplot as plt
54
plt.rcParams["figure.figsize"] = (11, 5) #set default figure size
55
import numpy as np
56
-from numba import vectorize, njit
+from numba import vectorize, njit, prange
57
from math import gamma
58
import pandas as pd
59
0 commit comments