-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (77 loc) · 3.4 KB
/
index.html
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>Malkuth | Rethinking Bayes</title>
<meta name="generator" content="Jekyll v3.8.7" />
<meta property="og:title" content="Malkuth" />
<meta name="author" content="Philip Griffith" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Exercise solutions in Python for the book Statistical Rethinking: A Bayesian Course with Examples in R and Stan, by Richard McElreath" />
<meta property="og:description" content="Exercise solutions in Python for the book Statistical Rethinking: A Bayesian Course with Examples in R and Stan, by Richard McElreath" />
<link rel="canonical" href="https://philipgriffith.github.io/RethinkingBayes/" />
<meta property="og:url" content="https://philipgriffith.github.io/RethinkingBayes/" />
<meta property="og:site_name" content="Rethinking Bayes" />
<script type="application/ld+json">
{"@type":"WebSite","url":"https://philipgriffith.github.io/RethinkingBayes/","headline":"Malkuth","name":"Rethinking Bayes","author":{"@type":"Person","name":"Philip Griffith"},"description":"Exercise solutions in Python for the book Statistical Rethinking: A Bayesian Course with Examples in R and Stan, by Richard McElreath","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- CSS -->
<link rel="stylesheet" href="/RethinkingBayes/assets/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="/RethinkingBayes/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/RethinkingBayes/assets/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/RethinkingBayes/assets/apple-touch-icon.png">
<!-- MathJax -->
<!-- Google Analytics-->
</head>
<body>
<nav class="nav">
<div class="nav-container">
<a href="/RethinkingBayes/">
<h2 class="nav-title">Rethinking Bayes</h2>
</a>
<ul>
<li><a href="/RethinkingBayes/">Chapters</a></li>
<li><a href="/RethinkingBayes/resources">Resources</a></li>
<li><a href="/RethinkingBayes/about">About</a></li>
</ul>
</div>
</nav>
<main>
<div class="catalogue">
<a href="/RethinkingBayes/malkuth/1" class="catalogue-item">
<div>
<h1 class="catalogue-title">1. The Golem of Prague</h1>
<div class="catalogue-line"></div>
</div>
</a>
<a href="/RethinkingBayes/malkuth/2" class="catalogue-item">
<div>
<h1 class="catalogue-title">2. Small Worlds and Large Worlds</h1>
<div class="catalogue-line"></div>
</div>
</a>
<a href="/RethinkingBayes/malkuth/3" class="catalogue-item">
<div>
<h1 class="catalogue-title">3. Sampling the Imaginary</h1>
<div class="catalogue-line"></div>
</div>
</a>
<a href="/RethinkingBayes/malkuth/4" class="catalogue-item">
<div>
<h1 class="catalogue-title">4. Linear Models</h1>
<div class="catalogue-line"></div>
</div>
</a>
</div>
</main>
<footer>
<span>
© <time datetime="2020-09-14 22:33:03 -0400">2020</time> Philip Griffith. Made with Jekyll using the <a href="https://github.com/chesterhow/tale/" target="_blank">Tale</a> theme.
</span>
</footer>
</body>
</html>