Skip to content

preprocessing.differencing fails #169

@Ne-oL

Description

@Ne-oL

i have been trying to apply preprocessing.differencing to my z-score normalized series but it keeps failing. i have no idea what the cause. here is an example of a failing code:

test=[1,2,3,4,5,6,7,8,9,10]
test2 = preprocessing.differencing(test, smooth=0.1)

running it gives me this error:

AxisError: axis 1 is out of bounds for array of dimension 1

and if i tried to change the shape of the series to (10,1), i get the error:

ValueError: The length of the input vector x must be greater than padlen, which is 9.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions