forked from epinowcast/primarycensored
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
62 lines (58 loc) · 2.47 KB
/
_pkgdown.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
58
59
60
61
62
url: https://primarycensored.epinowcast.org/
template:
package: enwtheme
math-rendering: mathjax
development:
mode: auto
navbar:
structure:
left: [intro, metareference, articles, news]
right: [search, github, lightswitch]
components:
metareference:
text: Reference
menu:
- text: R reference
href: reference/index.html
- text: Stan reference
href: https://primarycensored.epinowcast.org/stan/
articles:
text: Articles
menu:
- text: How to use primarycensored with Stan
href: articles/using-stan-tools.html
- text: Fitting distributions using primarycensored and cmdstan
href: articles/fitting-dists-with-stan.html
- text: Fitting distributions using primarycensored and fitdistrplus
href: articles/fitting-dists-with-fitdistrplus.html
- text: Why it works
href: articles/why-it-works.html
- text: Analytic solutions for censored delay distributions
href: articles/analytic-solutions.html
authors:
Sam Abbott:
href: "https://www.samabbott.co.uk/"
reference:
- title: Primary event censored distribution functions
desc: Functions for generating, evaluating density, and computing cumulative probabilities of primary event censored distributions
contents:
- has_concept("primarycensored")
- title: Primary event distributions
desc: Probability density and random generation functions for primary event distributions
contents:
- has_concept("primaryeventdistributions")
- title: Primary censored distribution class and methods
desc: S3 class and methods for computing primary event censored distributions, focusing on the internal machinery used by the package. Unlike the primary event distributions section which deals with specific distribution functions, this section covers the general framework for handling censored distributions.
contents:
- has_concept("pcens")
- title: Distribution checking functions
desc: Functions to validate cumulative distribution functions (CDFs) and probability density functions (PDFs)
contents:
- has_concept("check")
- title: Tools for working with package Stan functions
desc: Utility functions for interfacing with Stan models and extracting results
contents:
- has_concept("stantools")
- title: Wrappers facilitating the use of other modelling packages
desc: Functions that wrap around external packages like fitdistrplus to fit distributions to doubly censored data
contents: has_concept("modelhelpers")