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

Conversation

fjebaker
Copy link
Owner

@fjebaker fjebaker commented Oct 2, 2024

No description provided.

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.
Having introduced the `binding` awareness in these utility functions, this
function needed to be updated to have the same interface.
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.
Added a parameter binding example to the documentation, to highlight how the
syntax works and to demonstrate the `details` function.
@fjebaker fjebaker merged commit fbdc7ea into main Oct 2, 2024
1 check passed
@fjebaker fjebaker deleted the fergus/doc-binding branch October 2, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant