-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
57 lines (49 loc) · 1.15 KB
/
_quarto.yml
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
project:
type: book
output-dir: docs
book:
title: "Bayesian Inference"
author: "Adrien Osakwe"
date: "01/02/2024"
repo-url: https://github.com/aosakwe/Bayesian-Inference
repo-actions: [edit]
sharing: [twitter, linkedin]
sidebar:
logo: cover.png
style: "docked"
background: secondary
foreground: light
border: true
alignment: left
navbar:
background: primary
left:
- text: "Home"
file: index.qmd
- text: 'Practice'
file: PracticeProblems.qmd
- text: "Reference"
file: Main.qmd
page-footer:
center:
- text: "Adrien Osakwe || 2024"
url: "https://github.com/aosakwe"
background: primary
chapters:
- index.qmd
- Main.qmd
- Binomial_Model.qmd
- Conjugate_Dist.qmd
- PosteriorSummary.qmd
- LikelihoodConsiderations.qmd
- OptimalDecisionMaking.qmd
- PosteriorApproximation.qmd
- BayesianModels.qmd
- MoreModels.qmd
- BayesianNonParametric.qmd
- PracticeProblems.qmd
format:
html:
theme: cosmo
pdf:
documentclass: scrreport