-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
61 lines (55 loc) · 1.34 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
url: ~
template:
params:
bootswatch: flatly
reference:
- title: Generate data
contents:
- create_A_matrix
- title: Read, write and create gnssts objects
contents:
- read.gnssts
- write.gnssts
- create.gnssts
- title: Estimate a model
contents:
- estimate_gmwmx
- estimate_hector
- title: Print an estimated model
contents:
- print.gnsstsmodel
- title: Plot an estimated model
contents:
- plot.gnsstsmodel
- title: Compare estimated models
contents:
- compare_fits
- title: Load PBO data
contents:
- PBO_get_station
- PBO_get_offsets
- title: Hector utilities
contents:
- remove_outliers_hector
- title: Data
contents:
- cola
navbar:
left:
- icon: fa-home
href: index.html
- text: "Examples"
menu:
- text: "Load data, estimate and compare models"
href: articles/load_estimate_compare_models.html
- text: "Simulate data"
href: articles/simulate_data.html
- text: "Remove extreme values from signal with Hector"
href: articles/remove_outliers_hector.html
- text: "Simulation study: comparing the GMWMX-1, GMWMX-2 and MLE"
href: articles/simulation_study.html
- text: Reference
href: reference/index.html
right:
- icon: fa-github
href: https://github.com/SMAC-Group/gmwmx