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

Implemented credibility_interval() #188

Open
wants to merge 89 commits into
base: master
Choose a base branch
from

Commits on Mar 22, 2022

  1. Implemented Samples.credibility_interval

    Stefan Heimersheim committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    00c61e5 View commit details
    Browse the repository at this point in the history
  2. Improve documentation

    Stefan Heimersheim committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    8098bfd View commit details
    Browse the repository at this point in the history
  3. Formatting / make flake8 happy

    Stefan Heimersheim committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    f6afe0a View commit details
    Browse the repository at this point in the history
  4. pydocstyle compliance

    Stefan Heimersheim committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    6c816eb View commit details
    Browse the repository at this point in the history
  5. Fix typo made while flake8-ing

    Stefan Heimersheim committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    e3c1f21 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

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

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    3f8f2cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a39c038 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Move credibility_interval to utils

    Stefan Heimersheim committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    be0eb50 View commit details
    Browse the repository at this point in the history
  2. Formatting

    Stefan Heimersheim committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    3b20f1c View commit details
    Browse the repository at this point in the history
  3. flake8 wants def rather than lambda

    Stefan Heimersheim committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    4a66d74 View commit details
    Browse the repository at this point in the history
  4. Remove unneeded variable

    Stefan Heimersheim committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    0d53bce View commit details
    Browse the repository at this point in the history
  5. Remove imports no longer needed

    Stefan Heimersheim committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    d6b8bb9 View commit details
    Browse the repository at this point in the history
  6. docstring format

    Stefan Heimersheim committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    da7ebaf View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    92f24be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19b3e1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e97526e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12a6bc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

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

Commits on Aug 3, 2022

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

Commits on Aug 5, 2022

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

Commits on Aug 6, 2022

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

Commits on Aug 9, 2022

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

Commits on Aug 10, 2022

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

Commits on Nov 3, 2022

  1. Implemented compress_weights-based credibility_interval with uncertai…

    …nties
    Stefan Heimersheim committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    693abef View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    f6e9b40 View commit details
    Browse the repository at this point in the history
  2. Remove cdf() function and quantile changes

    Make this PR just about credibility interval, consider updating
    quantile() later
    Stefan Heimersheim committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    7d634b5 View commit details
    Browse the repository at this point in the history
  3. Implement covariance and clean up code

    Stefan Heimersheim committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    f33decf View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Fix indexing

    Stefan Heimersheim committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    0b938e1 View commit details
    Browse the repository at this point in the history
  2. Update tests

    Stefan Heimersheim committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    3d26a41 View commit details
    Browse the repository at this point in the history
  3. flake8 compliance

    Stefan Heimersheim committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    e5cb4b6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into credibility-interval

    Stefan Heimersheim authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    30c70bf View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    36c58d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f79a09 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

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

Commits on Apr 26, 2023

  1. Add tests for other methods

    Stefan Heimersheim committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    84ed5b6 View commit details
    Browse the repository at this point in the history
  2. Added tests for compress_samples

    Stefan Heimersheim committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d1aaf02 View commit details
    Browse the repository at this point in the history
  3. Updated docstring

    Stefan Heimersheim committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    2527895 View commit details
    Browse the repository at this point in the history
  4. Removed u kw argument

    Stefan Heimersheim committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b466d1a View commit details
    Browse the repository at this point in the history
  5. n_iter to nsamples

    Stefan Heimersheim committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    0d59b7c View commit details
    Browse the repository at this point in the history
  6. Added CDF fill_value; added tests

    Stefan Heimersheim committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    2a0d3b8 View commit details
    Browse the repository at this point in the history
  7. Typo

    Stefan Heimersheim committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ed4607f View commit details
    Browse the repository at this point in the history
  8. Renamed methods to full names

    Stefan Heimersheim committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b4b78e6 View commit details
    Browse the repository at this point in the history
  9. flake8 compatibility

    Stefan Heimersheim committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    9911dd2 View commit details
    Browse the repository at this point in the history
  10. Implemented Samples.credibility_interval

    Stefan Heimersheim committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    5ac5fca View commit details
    Browse the repository at this point in the history
  11. flake8 compatibility

    Stefan Heimersheim committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    86d3836 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Implemented suggestions

    Stefan Heimersheim committed May 15, 2023
    Configuration menu
    Copy the full SHA
    dbd1303 View commit details
    Browse the repository at this point in the history
  2. Improved tests with Lukas' suggestions

    Stefan Heimersheim committed May 15, 2023
    Configuration menu
    Copy the full SHA
    7ce8b59 View commit details
    Browse the repository at this point in the history
  3. Improve tests

    Stefan Heimersheim committed May 15, 2023
    Configuration menu
    Copy the full SHA
    f016fa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb42c59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c14599 View commit details
    Browse the repository at this point in the history
  6. Update _version.py

    lukashergt authored May 15, 2023
    Configuration menu
    Copy the full SHA
    1997ffd View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

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

Commits on May 27, 2023

  1. Update _version.py

    lukashergt authored May 27, 2023
    Configuration menu
    Copy the full SHA
    a92f822 View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    lukashergt authored May 27, 2023
    Configuration menu
    Copy the full SHA
    4d16340 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    1e78eb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fdd99a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a44f17 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. rewrite credibility_interval _method_ to automatically do all DataF…

    …rame parameters/columns
    lukashergt committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1327055 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    16a0d42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49a3d1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48444c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1cdd8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f641a40 View commit details
    Browse the repository at this point in the history
  6. version bump to 2.0.0b37

    lukashergt committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5fb72f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bad654c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26ce56a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    39337dc View commit details
    Browse the repository at this point in the history
  2. implement return_covariance option for lower-limit and upper-limit …

    …`method` in `credibility_interval` method
    lukashergt committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    010a02e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f05f3fd View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Jul 19, 2023

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

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    463ae88 View commit details
    Browse the repository at this point in the history
  2. newline

    williamjameshandley committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    49863cc View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. move credibility_interval method from samples.py to `weighted_pan…

    …das.py` and implement a `Series` option
    lukashergt committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1ec5b8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c63e6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54bf848 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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

Commits on Aug 1, 2023

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

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    525381c View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary assertion

    This really just checks whether the NumPy dirichlet function is correct,
    and we don't need to be checking NumPy here.
    Stefan Heimersheim committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    9fabe8d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    3da3115 View commit details
    Browse the repository at this point in the history
  2. version bump to 2.3.0

    lukashergt committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    56a0c6c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    8aa2bb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5832781 View commit details
    Browse the repository at this point in the history
  3. version bump to 2.4.0

    lukashergt committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    48b1a8b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    202d754 View commit details
    Browse the repository at this point in the history
  2. version bump to 2.5.0

    lukashergt committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    fe25aeb View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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