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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
bilby
Commits
da80fcc4
Commit
da80fcc4
authored
6 years ago
by
Matthew Pitkin
Browse files
Options
Downloads
Patches
Plain Diff
A couple of minor fixes following from
!110
parent
3e1b3927
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!453
A couple of minor fixes
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
bilby/core/prior.py
+7
-1
7 additions, 1 deletion
bilby/core/prior.py
with
7 additions
and
1 deletion
bilby/core/prior.py
+
7
−
1
View file @
da80fcc4
...
...
@@ -2036,6 +2036,12 @@ class FermiDirac(Prior):
r: float
A value giving mu/sigma. This can be used instead of specifying
mu.
name: str
See superclass
latex_label: str
See superclass
unit: str
See superclass
References
----------
...
...
@@ -2574,7 +2580,7 @@ class MultivariateGaussianDist(object):
return
len
(
self
.
names
)
class
MultivariateNormalDist
(
objec
t
):
class
MultivariateNormalDist
(
MultivariateGaussianDis
t
):
def
__init__
(
self
,
names
,
nmodes
=
1
,
mus
=
None
,
sigmas
=
None
,
corrcoefs
=
None
,
covs
=
None
,
weights
=
None
,
bounds
=
None
):
...
...
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