-
Notifications
You must be signed in to change notification settings - Fork 33
Bugfix and enhancement in heterodyned likelihood #222
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
Closed
Closed
Changes from 6 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
6ea2f64
refactor: remove evaluate_original method and update its usage in Het…
thomasckng b019e1e
fix: correct super() call in HeterodynedTransientLikelihoodFD class
thomasckng e909fd2
fix: update method signature and call in HeterodynedTransientLikeliho…
thomasckng bfcfbe9
fix: update method call in HeterodynedTransientLikelihoodFD class to …
thomasckng 41e8825
fix: update method definition in HeterodynedTransientLikelihoodFD cla…
thomasckng bd60d33
fix the shape of frequency array in heterodyned
CharmaineWONG2 2bc05bc
Use slightly faster broadcasting
SSL32081 fce5b95
Change to use super call
SSL32081 3ad9098
Update array_equal to array_equiv assertion
SSL32081 91c3a1f
Minor: formatting
SSL32081 c12faac
Avoid editing the parameter dictionary in-place
SSL32081 775dc63
Make data optional in likelihood evaluate
SSL32081 80cf3b7
Add the None default value
SSL32081 1516549
Add comment regarding trapezoid integration
SSL32081 86c1dab
Fix heterodyne likelihood bug
SSL32081 7f6e02a
Remove explicit optional type
SSL32081 670cdc0
Fix formatting in HeterodynedTransientLikelihoodFD class
thomasckng 8e6d348
Refactor initial sample generation and integrate into Jim and likelih…
thomasckng 2af50cd
Fix formatting in sample_initial_condition method and clean up import…
thomasckng f874a44
Remove redundant import of generate_initial_samples in likelihood.py
thomasckng f996e88
Merge branch 'jim-dev' into fix-maxL
thomasckng be07cb2
Fix pre-commit bugs
SSL32081 7ddda36
Fix pre-commit bugs again
SSL32081 899b7b2
Use the frequecies attribute
SSL32081 474c1b8
Formatting
thomasckng 61d9f43
Refactor type hints for sample_transforms and likelihood_transforms t…
thomasckng 162e066
Refactor evaluation call in HeterodynedTransientLikelihoodFD to use s…
thomasckng 458c6e3
Update import for welch function to use jax.scipy instead of scipy
thomasckng 89faeb4
Merge branch 'jim-dev' into fix-maxL
thomasckng 2880631
Merge utils.py improvements from add-2-step-optimisation
thomasckng 08b3ae9
Formatting
thomasckng ddf1e5b
Merge branch 'jim-dev' into fix-maxL
thomasckng 7783c88
Merge branch 'jim-dev' into fix-maxL
thomasckng 24ce79c
Merge branch 'jim-dev' into fix-maxL
thomasckng d04ecdf
Minor change
thomasckng 859d97f
Optimize frequency binning with vectorized operations in HeterodynedT…
thomasckng d88638f
Formatting
thomasckng ba2140d
Revert evaluation call in HeterodynedTransientLikelihoodFD to use sup…
thomasckng 5567c99
Remove unused coefficient arrays in compute_coefficients method of He…
thomasckng File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.