pad 1d array with zeros at end to have length maxlag function that is a method, no self used
Parameters : | arr : array_like, 1d
maxlag : int
atend : boolean
|
---|---|
Returns : | arrp : ndarray
|
Notes
This is mainly written to extend coefficient arrays for the lag-polynomials. It returns a copy.