-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
102 lines (95 loc) · 1.87 KB
/
_pkgdown.yml
File metadata and controls
102 lines (95 loc) · 1.87 KB
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
102
url: https://mattplumlee.github.io/outerbase/
template:
bootstrap: 5
bslib:
primary: "#447099"
base_font: {google: {family: "Source Sans Pro", wght: [400, 600], ital: [0, 1]}}
code_font: {google: "Source Code Pro"}
font_scale: 1.2
fg: "#172431"
bg: "#fcfcfc"
border-radius: 5px
btn-border-radius: 5%
grid-gutter-width: 3rem
pkgdown-nav-height: 78px
code:
width: 74
navbar:
structure:
left:
- initi
- basics
- versions
right:
- reference
- search
- github
components:
initi:
text: Get Started
href: articles/gettingstarted.html
basics:
text: Elements
menu:
- text: Models and Bases
href: articles/basebasics.html
- text: Learning
href: articles/learning.html
- text: Speed
href: articles/speed.html
versions:
text: Versions
href: news/index.html
articles:
- title: Get started
navbar: ~
contents: gettingstarted
- title: Base Basics
navbar: ~
contents: basebasics
- title: Learning
navbar: ~
contents: learning
- title: Speed
navbar: ~
contents: speed
reference:
- title: outermod
contents:
- outermod
- setcovfs
- setknot
- gethyp
- starts_with("outermod")
- title: outerbase
contents:
- outerbase-package
- outerbase
- starts_with("outerbase")
- title: Statistical models and lpdfs
contents:
- lpdf
- lpdfvec
- getpara
- starts_with("lpdf")
- subtitle: Log-likelihoods
- contents: starts_with("loglik")
- subtitle: Log-priors
- contents: starts_with("logpr")
- title: Covariance Functions
contents: covf
- subtitle: Matern Variations
- contents: starts_with("covf_")
- title: Predictions
contents: predictor
- title: Fitting
contents:
- obfit
- obpred
- listcov
- title: Helpers
contents:
- starts_with("BFGS")
- title: Test Functions
contents:
- starts_with("obtest")