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

Add horizontal error bars and linear regression #11

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Sep 4, 2023

  1. Add horizontal error bars

    - change parser including parser logic (see README)
    - update README accordingly
    - update sample data accordingly
    - update Measurement class to hold errors for x- and y-value
    - update drawer to draw horizontal error bars
    paul019 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1fd1d9e View commit details
    Browse the repository at this point in the history
  2. Prepare linear regression

    paul019 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a3f151a View commit details
    Browse the repository at this point in the history
  3. Draw linear regression

    paul019 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    170f794 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e9287e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fff8d07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd7b998 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a942a1 View commit details
    Browse the repository at this point in the history
  8. Improve console output

    paul019 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    9d6c789 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Fix a bug

    Formerly, the regressor used the offset datapoints thus resulting in a wrong value for "n"
    paul019 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3992d24 View commit details
    Browse the repository at this point in the history
  2. Use a linter

    paul019 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5eac98c View commit details
    Browse the repository at this point in the history
  3. Fix typos in README

    paul019 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9e18e51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fad5aaf View commit details
    Browse the repository at this point in the history
  5. Fix missing snake case

    paul019 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    45350e3 View commit details
    Browse the repository at this point in the history
  6. Fix typo in comment

    paul019 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c57e4d4 View commit details
    Browse the repository at this point in the history
  7. Add missing docstring

    paul019 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4ff1713 View commit details
    Browse the repository at this point in the history
  8. Fix error in comment

    paul019 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    abb24b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4777f92 View commit details
    Browse the repository at this point in the history
  10. Update gitignore

    paul019 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3e1ebf7 View commit details
    Browse the repository at this point in the history
  11. Add better testing data

    paul019 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3f33cce View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8b855ea View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    5260649 View commit details
    Browse the repository at this point in the history
  2. Fix a severe bug in the transformer

    Formerly, data and offset data was interchanged at some point. This bug fix also makes the language used clearer.
    paul019 committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    8f3ae17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba068bc View commit details
    Browse the repository at this point in the history