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

Adding Plot ESS Evolution #71

Merged
merged 2 commits into from
Oct 17, 2024
Merged

Commits on Oct 17, 2024

  1. Initial ess evolution plot

    updated plot_ess_evolution including a common ess_dataset computing func
    
    added mean and sd annotations like essplot
    
    docs and example gallery for plot_ess_evolution
    
    updated verticalalign logic for mean/sd and correct (although overlaid and not flattened yet) rug is now displayed
    
    removed rug plot
    
    added tests
    
    updated scatter_xy func to plot_ess version
    
    fixed docstring
    
    altered store_artist for xlabel, ylabel and modified hypothesis tests
    
    shifted mean_ess, sd_edd computing to before plot_kwargs check+artist plotting logic
    
    updated docstring, added figsizing and set vertical_align for mean and sd text kwargs as setdefault
    
    removed 'rankdata' branch of arviz-stats from dependencies
    
    docstring typo fix
    
    gallery-generator updated for documentation building
    imperorrp authored and OriolAbril committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8416b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea60c47 View commit details
    Browse the repository at this point in the history