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

Document parameter binding #130

Merged
merged 6 commits into from
Oct 2, 2024
Merged

Document parameter binding #130

merged 6 commits into from
Oct 2, 2024

Commits on Oct 2, 2024

  1. feat: add BinnedDataset

    This is analogous to the InjectiveDataset for OneToOne layouts, but for
    ContiguouslyBinned layouts. The intended use is to have a quick container for
    storing binned data without having to go through the hassle of defining a
    response matrix.
    fjebaker committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    859d2e3 View commit details
    Browse the repository at this point in the history
  2. fix: parameter info for non-composite models

    Having introduced the `binding` awareness in these utility functions, this
    function needed to be updated to have the same interface.
    fjebaker committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    84a3695 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f32614 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1fbe39 View commit details
    Browse the repository at this point in the history
  5. feat: add simulate dispatch for model without response

    Can now quickly generate a simulated spectrum for the purposes of test-fitting
    using the `simulate` function by passing the domain and model. Uses simple
    Gaussian lot drawing to simulate variance in the spectrum.
    
    Returns the `BinnedData` datastructure.
    fjebaker committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d73536a View commit details
    Browse the repository at this point in the history
  6. docs: add parameter binding example

    Added a parameter binding example to the documentation, to highlight how the
    syntax works and to demonstrate the `details` function.
    fjebaker committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ba3fdb2 View commit details
    Browse the repository at this point in the history