Skip to content

Commit 1165a5a

Browse files
committedJul 22, 2019
notebooks etc
1 parent d07d591 commit 1165a5a

11 files changed

+143
-5181
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ sandbox_*.py
2828

2929
*.cached
3030
*.stashed
31+
stash/

‎article/mcfa.bib

+14
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ @article{Dowe07GO
99
publisher={Oxford University Press}
1010
}
1111

12+
@INPROCEEDINGS{Taylor:2005,
13+
author = {{Taylor}, M.~B.},
14+
title = "{TOPCAT {\amp} STIL: Starlink Table/VOTable Processing Software}",
15+
booktitle = {Astronomical Data Analysis Software and Systems XIV},
16+
year = 2005,
17+
series = {Astronomical Society of the Pacific Conference Series},
18+
volume = 347,
19+
editor = {{Shopbell}, P. and {Britton}, M. and {Ebert}, R.},
20+
month = dec,
21+
pages = {29},
22+
adsurl = {https://ui.adsabs.harvard.edu/abs/2005ASPC..347...29T},
23+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
24+
}
25+
1226

1327
@ARTICLE{West:2013,
1428
author = {{West}, Christopher and {Heger}, Alexander},

‎article/mcfa.tex

+21-361
Large diffs are not rendered by default.

‎check_cookbook_eq88.py

-233
This file was deleted.

‎mcfa/mcfa.py

-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ def number_of_parameters(self, D):
323323
J, K = self.n_latent_factors, self.n_components
324324
return int((K - 1) + D + J*(D + K) + (K*J*(J+1))/2 - J**2)
325325

326-
327326
def expectation(self, X, pi, A, xi, omega, psi, **kwargs):
328327
r"""
329328
Compute the conditional expectation of the complete-data log-likelihood

0 commit comments

Comments
 (0)
Please sign in to comment.