Skip to content

plot fracdiff and raw at same chart #1

@rspadim

Description

@rspadim

at ["Fixed Window Fractional Differencing Function (CPU)"], include the raw data, to easily see the difference between both charts =)
great work, congrats!

Plot

plt.figure(figsize=figsize)
plt.subplot(2,1,1)
plt.plot(df_raw_fd)
plt.subplot(2,1,2)
plt.plot(df_raw)
plt.show()

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions