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

Added HPD calculation to ensemble #1431

Merged
merged 17 commits into from
Sep 30, 2024
Merged

Commits on Jul 17, 2024

  1. Added HPD calculation to ensemble

    The ensemble from_sample method has now an additional rel_cutoff argument. rel_cutoff allwos to cut the posterior to the alpha % highest density (here non-normalized posterior probability).
    shoepfl committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5e834a7 View commit details
    Browse the repository at this point in the history
  2. Update ensemble.py

    fixes print statement that was only used for debugging
    shoepfl committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fd6a420 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Update pypesto/ensemble/ensemble.py

    Adds default value for burn_in
    
    Co-authored-by: Paul Jonas Jost <[email protected]>
    shoepfl and PaulJonasJost authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    424e042 View commit details
    Browse the repository at this point in the history
  2. Update pypesto/ensemble/ensemble.py

    Fixes wrong default value for the ci_level
    
    Co-authored-by: Paul Jonas Jost <[email protected]>
    shoepfl and PaulJonasJost authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b1b72d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    a1977bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eaacf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f223d01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0903522 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    ca2bb38 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Integrated comments

    PaulJonasJost committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f06468c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75b991b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    a9b5bf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    16c1c25 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    ab22b0d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    8dc1221 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    e3c0c5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    636a21f View commit details
    Browse the repository at this point in the history