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 theoretical detection functions #317

Merged
merged 29 commits into from
Mar 10, 2024
Merged

Commits on Mar 9, 2024

  1. Rearrange file

    mhostetter committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    ec54aee View commit details
    Browse the repository at this point in the history
  2. Rename file

    mhostetter committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    68c5293 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b03ee98 View commit details
    Browse the repository at this point in the history
  4. Change capitalization

    mhostetter committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    6c88f2d View commit details
    Browse the repository at this point in the history
  5. Reorder examples in docs

    mhostetter committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    35c5e3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8153abb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9273da View commit details
    Browse the repository at this point in the history
  8. Allow auto limits for sdr.plot.roc()

    This provides a little space above/below 0 and 1, for readability
    mhostetter committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    0e3b0be View commit details
    Browse the repository at this point in the history
  9. Add sdr.threshold()

    Fixes #312
    mhostetter committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    672e167 View commit details
    Browse the repository at this point in the history
  10. Add sdr.p_d()

    Fixes #310
    mhostetter committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    d982410 View commit details
    Browse the repository at this point in the history
  11. Add sdr.p_fa()

    Fixes #311
    mhostetter committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    0e2ddfb View commit details
    Browse the repository at this point in the history
  12. Minor docstring changes

    mhostetter committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    811ab91 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Re-order functions

    mhostetter committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    1c3af89 View commit details
    Browse the repository at this point in the history
  2. Add sdr.plot.detector_pdfs()

    Fixes #315
    mhostetter committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    b0b0e02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dcbd9c View commit details
    Browse the repository at this point in the history
  4. Add sdr.h0_theory()

    Fixes #313
    mhostetter committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    089c49f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b42e13 View commit details
    Browse the repository at this point in the history
  6. Change example plots

    mhostetter committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    ba4a597 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b89994 View commit details
    Browse the repository at this point in the history
  8. Add sdr.h1_theory()

    Fixes #314
    mhostetter committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    9b35ec3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1a1f00 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b0d6c67 View commit details
    Browse the repository at this point in the history
  11. Add detection of real signals

    Also fix bugs in some distributions
    mhostetter committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    bffcdcb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fc29082 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dcdbd07 View commit details
    Browse the repository at this point in the history
  14. Add unit tests for p_d()

    mhostetter committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    010204b View commit details
    Browse the repository at this point in the history
  15. Add unit tests for p_fa()

    mhostetter committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    c2e6eef View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bc301a5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2fce5b7 View commit details
    Browse the repository at this point in the history