Skip to content

Commit 0da1bf9

Browse files
committed
remove numba from ar1_process
1 parent ce0314d commit 0da1bf9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lectures/ar1_processes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,10 +407,8 @@ Confirm this by simulation at a range of $k$ using the default parameters from t
407407
Here is one solution:
408408

409409
```{code-cell} python3
410-
from numba import njit
411410
from scipy.special import factorial2
412411
413-
@njit
414412
def sample_moments_ar1(k, m=100_000, mu_0=0.0, sigma_0=1.0, seed=1234):
415413
np.random.seed(seed)
416414
sample_sum = 0.0

0 commit comments

Comments
 (0)