-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
137 lines (116 loc) · 3.36 KB
/
_pkgdown.yml
File metadata and controls
137 lines (116 loc) · 3.36 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
reference:
- title: "Data"
contents:
- county_names
- municipality_names
- buskerud_directed_traffic_links
- buskerud_nodes
- stops_on_traffic_links
- bus_counts
- title: "Data preprocessing"
- subtitle: "Traffic links"
desc: "Functions for preprocessing the traffic links"
contents:
- preprocess_traffic_links
- validate_input_data
- add_county
- add_geometries
- add_heavy_aadt
- add_logLastYear
- add_logLength
- add_municipality
- add_roadSystem
- process_list_columns
- remove_list_columns
- extract_smallest_element
- safely_extract_first_element
- get_best_traffic_volume
- process_traffic_volume
- flatten_df
- round_and_check_aadt
- standardize_data_types
- fill_missing_values
- remove_redundant_columns
- assign_traffic_volume_source
- remove_negative_aadt
- subtitle: "Bus data"
desc: "Functions for preprocessing the bus data"
contents:
- calculate_aggregated_bus_aadt
- calculate_bus_aadt
- calculate_bus_uncertainty
- filter_by_certainty
- join_bus_to_traffic
- subtitle: "Traffic nodes"
desc: "Functions for preprocessing the nodes"
contents:
- identify_unbalanceable_nodes
- title: "INLA model"
- subtitle: "Adjacency matrix"
contents:
- build_adjacency_matrix
- subtitle: "Model fitting"
contents:
- fit_inla_model
- title: "Balancing"
- subtitle: "Clustering"
contents:
- strategic_network_clustering
- find_neighboring_clusters
- merge_small_clusters
- assign_barriers_to_clusters
- assign_measurements_to_clusters
- subtitle: "Incidence matrix"
contents:
- build_incidence_matrix
- remove_incomplete_nodes
- process_turning_movements
- create_flow_nodes
- find_connected_components
- determine_flow_type
- subtitle: "Measurement error"
contents:
- build_measurement_matrix
- calculate_measurement_error
- subtitle: "Modelling"
desc: "Functions for running the overall balancing procedure."
contents:
- balance_predictions
- balance_group_predictions
- title: "Validation"
desc: "Validate the predictions in various ways."
contents:
- calculate_approval_by_segment
- calculate_approval_metrics
- calculate_eale_threshold
- calculate_preapproval_metrics
- calculate_sd_of_sum
- check_autoapproval
- convert_ratio_to_count
- estimate_ratio_uncertainty
- estimate_standard_error
- get_approval_per_group
- print_approval_summary
- print_preapproval_summary
- title: "Visualization"
- subtitle: "Uncertainty"
desc: "Plot prediction uncertainty and coefficient of variation"
contents:
- plot_prediction_uncertainty
- plot_prediction_cv
- plot_prediction_relative_uncertainty_histogram
- subtitle: "Comparisons"
desc: "Compare predictions with other values"
contents:
- plot_predictions_against_last_year
- subtitle: "Maps"
desc: "Compare predictions with other values"
contents:
- plot_traffic_links_map
- plot_traffic_links_simple_map
- title: "Publishing"
contents:
- upload_df_to_github_release
- title: "Utilities"
contents:
- nvdb_objects