Skip to content

Commit d47295c

Browse files
committed
Remove another redundant section for numpydoc's sake.
1 parent 79b9782 commit d47295c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

nitime/utils.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -109,20 +109,6 @@ def ar_generator(N=512, sigma=1., coefs=None, drop_transients=0, v=None):
109109
Parameters
110110
----------
111111
112-
N : int
113-
sequence length
114-
sigma : float
115-
power of the white noise driving process
116-
coefs : sequence
117-
AR coefficients for k = 1, 2, ..., P
118-
drop_transients : int
119-
number of initial IIR filter transient terms to drop
120-
v : ndarray
121-
custom noise process
122-
123-
Parameters
124-
----------
125-
126112
N : float
127113
The number of points in the AR process generated. Default: 512
128114
sigma : float

0 commit comments

Comments
 (0)