-
Notifications
You must be signed in to change notification settings - Fork 9
/
_pkgdown.yml
44 lines (42 loc) · 1.09 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
url: https://sbfnk.github.io/fitR
template:
params:
bootswatch: cerulean
reference:
- title: "Basic modelling"
desc: "Functions for constructing models, via the fitmodel object."
contents:
- fitmodel
- dTrajObs
- rTrajObs
- dLogPosterior
- testFitmodel
- title: "Stochastic modelling"
desc: "Methods for generating stochastic simulations"
contents:
- simulateModelStochastic
- simulateModelReplicates
- title: "Data"
desc: "Epidemiological datasets."
contents:
- fluTdc1971
- title: "MCMC"
desc: "Functions related to Markov-chain Monte Carlo."
contents:
- mcmcMh
- burnAndThin
- computeDic
- title: "Particle filtering"
desc: "Functions for particle filtering."
contents:
- particleFilter
- margLogLikeSto
- title: "ABC"
desc: "Functions for Approximate Bayesian Computation."
contents:
- computeDistanceAbc
- distanceOscillation
- title: "Plotting"
desc: "Functions for plotting model trajectories and fits."
contents:
- starts_with("plot")