-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
87 lines (87 loc) · 2.06 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
reference:
- title: "Reliability Data"
desc: "Function for converting data into reliability data"
- contents:
- reliability_data
- title: "MCS Data"
desc: "Functions for converting data into MCS data"
- contents:
- mcs_delay_data
- mcs_mileage_data
- title: "Non-Parametric Failure Probabilities"
desc: "Functions for estimation and visualization of failure probabilities"
- contents:
- estimate_cdf
- estimate_cdf.default
- plot_prob
- plot_prob.default
- title: "Parametric Models"
desc: >
Functions for the estimation and visualization of parametric lifetime
distributions
- contents:
- ml_estimation
- ml_estimation.default
- loglik_function
- loglik_function.default
- loglik_profiling
- loglik_profiling.default
- rank_regression
- rank_regression.default
- r_squared_profiling
- r_squared_profiling.default
- mixmod_em
- mixmod_em.default
- mixmod_regression
- mixmod_regression.default
- predict_prob
- predict_quantile
- plot_mod
- plot_mod.default
- plot_pop
- title: "Confidence Intervals"
desc: "Functions for the estimation and visualization of confidence intervals"
- contents:
- confint_betabinom
- confint_betabinom.default
- confint_fisher
- confint_fisher.default
- delta_method
- plot_conf
- plot_conf.default
- title: "Monte Carlo Simulation"
desc: >
Functions for the simulation of delays and mileages as well as the
adjustment of operating time
- contents:
- dist_delay
- dist_delay.default
- mcs_delay
- mcs_delay.default
- dist_mileage
- dist_mileage.default
- mcs_mileage
- mcs_mileage.default
- title: "Data Sets"
desc: "Data sets used in the examples"
- contents:
- alloy
- shock
- voltage
- field_data
- title: "Deprecated"
desc: >
The following functions are deprecated and will be removed in a future
version of this package
- contents:
- mr_method
- johnson_method
- kaplan_method
- nelson_method
- plot_prob_mix
- plot_mod_mix
- dist_delay_register
- dist_delay_report
- mcs_delays
- mcs_delay_register
- mcs_delay_report