Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
bilby
Commits
0f50d02a
There was a problem fetching the pipeline summary.
Commit
0f50d02a
authored
6 years ago
by
Colm Talbot
Browse files
Options
Downloads
Patches
Plain Diff
update docstring for GWT likelihood
parent
6d52c08b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tupak/gw/likelihood.py
+7
-2
7 additions, 2 deletions
tupak/gw/likelihood.py
with
7 additions
and
2 deletions
tupak/gw/likelihood.py
+
7
−
2
View file @
0f50d02a
...
...
@@ -33,9 +33,14 @@ class GravitationalWaveTransient(likelihood.Likelihood):
An object which computes the frequency-domain strain of the signal,
given some set of parameters
distance_marginalization: bool
If true, analytic distance marginalization
If true, marginalize over distance in the likelihood.
This uses a look up table calculated at run time.
time_marginalization: bool
If true, marginalize over time in the likelihood.
This uses a FFT.
phase_marginalization: bool
If true, analytic phase marginalization
If true, marginalize over phase in the likelihood.
This is done analytically using a Bessel function.
prior: dict
If given, used in the distance and phase marginalization.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment