Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualization of correlation length for time series #31

Open
marinaevers opened this issue Nov 15, 2024 · 0 comments
Open

Visualization of correlation length for time series #31

marinaevers opened this issue Nov 15, 2024 · 0 comments
Assignees
Labels
feature Add significant new functionality

Comments

@marinaevers
Copy link
Collaborator

Visualize the correlation length of a single time series as proposed here: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10433771. Therefore, we want a function
plot_correlation_length(time_series, seed=55, fig=None, axs=None, colorblind_safe=False, show_plot=False, **kwargs),
where time_series is an object of the TimeSeries class. The other parameters are consistent with the other plotting functions. The current interface for time series can be found in the corresponding branch.
The x-axis should use the time steps.

This function should also be shown in the example notebook created in issue #30.

@marinaevers marinaevers added the feature Add significant new functionality label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Add significant new functionality
Projects
None yet
Development

No branches or pull requests

2 participants