-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path_pkgdown.yml
70 lines (69 loc) · 1.69 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
63
64
65
66
67
68
69
url: https://mharinga.github.io/insurancerating/
template:
bootstrap: 5
bslib:
base_font: {google: "Open Sans"}
navbar:
structure:
left: [home, reference, news]
right: [github]
reference:
- title: "Construct tariff classes"
contents:
- fit_gam
- construct_tariff_classes
- autoplot.fitgam
- autoplot.constructtariffclasses
- title: "Univariate analysis"
desc: >
Calculate and plot basic risk indicators split by the levels of a discrete risk factor in an insurance portfolio
contents:
- univariate
- autoplot.univariate
- histbin
- title: "Model refinement"
contents:
- restrict_coef
- smooth_coef
- update_glm
- refit_glm
- model_data
- construct_model_points
- autoplot.restricted
- autoplot.smooth
- title: "Rating factors"
desc: >
Calculate and plot rating factors obtained from (multiple) (generalized) lineair model objects
contents:
- rating_factors
- autoplot.riskfactor
- title: "Data sets"
contents:
- MTPL
- MTPL2
- title: "Performance and validation"
desc: >
Model quality and performance metrics
contents:
- check_residuals
- autoplot.check_residuals
- check_overdispersion
- model_performance
- rmse
- bootstrap_rmse
- autoplot.bootstrap_rmse
- title: "Additional"
desc: >
Often used in insurance ratings
contents:
- biggest_reference
- add_prediction
- fisher
- period_to_months
- rows_per_date
- reduce
- summary.reduce
- fit_truncated_dist
- autoplot.truncated_dist
- rlnormt
- rgammat