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 log likelihood calculation for gated runs with coalescence time/sky marginalization #4521

Draft
wants to merge 30 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
54683a4
Added manual covariance matrix determinant calculation in gated_gauss…
Sep 8, 2022
00b3e88
Added covariance determinant calculation via linear regression
acorreia61201 Sep 14, 2022
98c82e2
Added if statements for initializing normalization; fixed formula for…
acorreia61201 Sep 14, 2022
f350200
Edited if statements for normalization init
acorreia61201 Sep 16, 2022
7209b2c
Commented out regression init in normalize setter
acorreia61201 Sep 16, 2022
e63f8e1
Normalization via linear extrapolation before trying manual calculation
acorreia61201 Oct 7, 2022
f231c1a
Added a method to do exact determinant calculation to test normalizat…
acorreia61201 Oct 8, 2022
cee359b
Added method for exact normalization calculation
acorreia61201 Oct 12, 2022
28c383a
Renamed modded and original ggn files for testing with original model
acorreia61201 Oct 14, 2022
772f893
Changed names of ggn models back to original
acorreia61201 Oct 15, 2022
00f6af7
Added conversion for geocentric start times in self.gate_indices()
acorreia61201 Oct 18, 2022
c62f3e0
Added multi_loglikelihood functions to ggn and margpol models
acorreia61201 Oct 27, 2022
8c13ffb
Added multisignal support to ggn and margpol
acorreia61201 Nov 2, 2022
db6ce36
Removed modification of _current_wfs=None in place in margpol _loglik…
acorreia61201 Nov 2, 2022
a4f3551
Added temp fix to ggn multi_loglikelihood by zeroing out inspiral wf …
acorreia61201 Nov 16, 2022
ca1728f
Modified temp fix for multi_loglikelihood (set static params 'zero_be…
acorreia61201 Nov 19, 2022
00f4519
Added temp wf fix to gated_gaussian_margpol
acorreia61201 Dec 15, 2022
8d8d4fb
Added temp wf fix to get_gated_waveforms for ggn and ggn margpol
acorreia61201 Feb 22, 2023
8969ce1
Adding/committing before applying Yifan patch
acorreia61201 Aug 31, 2023
feadfd0
Cleaning up before PR
acorreia61201 Oct 5, 2023
1091d06
Cleaning up before PR
acorreia61201 Oct 5, 2023
4431230
allow kwargs to be passed to submodels when initializing hierarchical…
cdcapano Sep 24, 2023
797923b
more fixes to hierarchical model to allow metadata to be saved/loaded
cdcapano Nov 18, 2023
d2aeba5
fix issue with zero before/after gate; add ability to use asd for in-…
cdcapano Nov 20, 2023
da1b344
don't save cov matrix, and only calculate it if normalizing, to save …
cdcapano Nov 20, 2023
106b7a5
remove memory debug statements
cdcapano Nov 20, 2023
9e7fe16
move zero/before after into gate code
cdcapano Nov 20, 2023
80d431b
fix typo in last patch
cdcapano Nov 20, 2023
c1d0f39
use asd instead of psd in gating
cdcapano Nov 20, 2023
05a8598
Fixed error in BaseGatedGaussian._lognl
acorreia61201 Nov 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading