@@ -51,7 +51,7 @@ cdef {{prefix}}toeplitz(int n, int offset0, int offset1,
5151 {{cython_type}} [:, :] out_matrix):
5252 """
5353 toeplitz(int n, int o0, int o1, {{cython_type}} [:] in_column, {{cython_type}} [:, :] out_matrix
54-
54+
5555 Construct a Toeplitz block in a matrix in place
5656
5757 Parameters
@@ -93,7 +93,7 @@ cpdef {{prefix}}arma_transformed_acovf_fast({{cython_type}} [:] ar,
9393 {{cython_type}} [:] arma_acovf):
9494 """
9595 arma_transformed_acovf_fast({{cython_type}} [:] ar, {{cython_type}} [:] ma, {{cython_type}} [:] arma_acovf)
96-
96+
9797 Quickly construct the autocovariance matrix for a transformed process.
9898
9999 Using the autocovariance function for an ARMA process, constructs the
@@ -201,7 +201,7 @@ cpdef {{prefix}}arma_innovations_algo_fast(int nobs,
201201 {{cython_type}} [:] acovf2):
202202 """
203203 arma_innovations_algo_fast(int nobs, {{cython_type}} [:] ar_params, {{cython_type}} [:] ma_params, {{cython_type}} [:, :] acovf, {{cython_type}} [:] acovf2)
204-
204+
205205 Quickly apply innovations algorithm for an ARMA process.
206206
207207 Parameters
@@ -304,7 +304,7 @@ cpdef {{prefix}}arma_innovations_filter({{cython_type}} [:] endog,
304304 {{cython_type}} [:, :] theta):
305305 """
306306 arma_innovations_filter({{cython_type}} [:] endog, {{cython_type}} [:] ar_params, {{cython_type}} [:] ma_params, {{cython_type}} [:, :] theta):
307-
307+
308308 Innovations filter for an ARMA process.
309309
310310 Parameters
@@ -375,7 +375,7 @@ cpdef {{prefix}}arma_innovations({{cython_type}} [:] endog,
375375 {{cython_type}} sigma2):
376376 """
377377 arma_innovations({{cython_type}} [:] endog, {{cython_type}} [:] ar_params, {{cython_type}} [:] ma_params):
378-
378+
379379 Compute innovations and variances based on an ARMA process.
380380
381381 Parameters
0 commit comments