Skip to content

Commit 3eff859

Browse files
author
Chris Fonnesbeck
committed
Added mean to HWCov
1 parent d3a6806 commit 3eff859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc3/distributions/multivariate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ class HWCov(Continuous):
488488
def __init__(self, nu, a, *args, **kwargs):
489489
self.nu = nu
490490
self.a = a
491+
self.mean = tt.nlinalg.AllocDiag(a)
491492
super(HWCov, self).__init__(*args, **kwargs)
492493

493494
def random(self, point=None, size=None):

0 commit comments

Comments
 (0)