1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
%% report.bib - contains BiBtex input for bibliography
@book{Eisenberg92,
author = "A. Eisenberg",
title = "Guide to Technical Editing",
publisher= "Oxford University",
address= "New York",
year = "1992" }
@book{Gelman95,
author = "A. Gelman and J. B. Carlin and H. S. Stern and D. B. Rubin",
title = "Bayesian Data Analysis",
publisher= "Chapman \& Hall",
address= "London",
year = "1995" }
@book{Goossens97,
author = "M. Goossens and F. Mittelbach and A. Samarin",
title = "The LaTeX Companion",
publisher= "Addison-Wesley",
address= "Reading, Mass.",
year = "1997" }
@incollection{Gull89a,
author = "S. F. Gull",
title = "Developments in maximum-entropy data analysis",
booktitle= " Maximum Entropy and Bayesian Methods",
editor = "J. Skilling",
pages = "53-71 ",
publisher= "Kluwer Academic, Dordrecht",
year = "1989" }
@inproceedings{Hanson93c,
author = "K. M. Hanson",
title = "Introduction to {B}ayesian image analysis",
booktitle= "Medical Imaging:\ Image Processing",
editor = "M.\ H. Loew",
series = "Proc. SPIE",
volume = "1898",
pages = "716-731",
year = "1993" }
@book{Lamport94,
author = "L. Lamport",
title = "LaTeX: A Document Preparation System",
publisher= "Addison-Wesley",
address= "Reading, Mass.",
year = "1994" }
@article{Metropolis53,
author = "N. Metropolis and A. W. Rosenbluth and M. N. Rosenbluth and A. H. Teller and E. Teller",
title = "Equations of state calculations by fast computing machine",
journal= "J. Chem. Phys.",
volume = "21",
pages = "1087-1091",
year = "1953" }
|