Skip to content
Snippets Groups Projects
Commit da80fcc4 authored by Matthew Pitkin's avatar Matthew Pitkin
Browse files

A couple of minor fixes following from !110

parent 3e1b3927
Branches
Tags
1 merge request!453A couple of minor fixes
......@@ -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(object):
class MultivariateNormalDist(MultivariateGaussianDist):
def __init__(self, names, nmodes=1, mus=None, sigmas=None, corrcoefs=None,
covs=None, weights=None, bounds=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment