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 7876e43 commit d38ecfeCopy full SHA for d38ecfe
nitime/fmri/hrf.py
@@ -1,6 +1,6 @@
1
from __future__ import print_function
2
import numpy as np
3
-from scipy.misc import factorial
+from scipy.special import factorial
4
5
6
def gamma_hrf(duration, A=1., tau=1.08, n=3, delta=2.05, Fs=1.0):
0 commit comments