-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
53 lines (45 loc) · 952 Bytes
/
_quarto.yml
File metadata and controls
53 lines (45 loc) · 952 Bytes
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
project:
type: book
output-dir: docs
book:
title: "MATH/STAT 355: Statistical Theory"
favicon: "favicon-32x32.png"
output-file: "math-stat-355"
author: "Taylor Okonek"
date: "12/7/2023"
search: true
repo-url: https://github.com/taylorokonek/MathematicalStatistics/
site-url: https://math-stat-355.com
downloads: [pdf]
sidebar:
style: docked
background: "#7b9f9e"
fontcolor: "#000000"
linkcolor: "#000000"
chapters:
- index.qmd
- probability.qmd
- mle.qmd
- mom.qmd
- properties.qmd
- consistency.qmd
- asymptotics.qmd
- hypothesis.qmd
- bayes.qmd
- decision.qmd
- computation.qmd
#- references.qmd
bibliography: references.bib
format:
html:
theme: flatly
linkcolor: "#24605e"
backgroundcolor: "#faf7e7"
fontcolor: "#000000"
keep-tex: true
pdf:
documentclass: scrreprt
keep-tex: true
editor: visual
execute:
freeze: auto