-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
131 lines (130 loc) · 3.7 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(anyNA,tensorflow.python.framework.indexed_slices.IndexedSlices)
S3method(anyNA,tensorflow.tensor)
S3method(fit,Distribution)
S3method(fit,reservr_keras_model)
S3method(fit_dist,BlendedDistribution)
S3method(fit_dist,Distribution)
S3method(fit_dist,ErlangMixtureDistribution)
S3method(fit_dist,GeneralizedParetoDistribution)
S3method(fit_dist,MixtureDistribution)
S3method(fit_dist,TranslatedDistribution)
S3method(fit_dist,UniformDistribution)
S3method(fit_dist_start,BetaDistribution)
S3method(fit_dist_start,BinomialDistribution)
S3method(fit_dist_start,BlendedDistribution)
S3method(fit_dist_start,DiscreteDistribution)
S3method(fit_dist_start,ErlangMixtureDistribution)
S3method(fit_dist_start,ExponentialDistribution)
S3method(fit_dist_start,GammaDistribution)
S3method(fit_dist_start,GeneralizedParetoDistribution)
S3method(fit_dist_start,LogNormalDistribution)
S3method(fit_dist_start,MixtureDistribution)
S3method(fit_dist_start,NegativeBinomialDistribution)
S3method(fit_dist_start,NormalDistribution)
S3method(fit_dist_start,ParetoDistribution)
S3method(fit_dist_start,PoissonDistribution)
S3method(fit_dist_start,TranslatedDistribution)
S3method(fit_dist_start,TruncatedDistribution)
S3method(fit_dist_start,UniformDistribution)
S3method(fit_dist_start,WeibullDistribution)
S3method(format,BDEGPDistribution)
S3method(format,DiscreteDistribution)
S3method(format,Distribution)
S3method(format,ErlangMixtureDistribution)
S3method(format,reservr_keras_model)
S3method(predict,reservr_keras_model)
S3method(quantile,Distribution)
export(as_params)
export(as_trunc_obs)
export(blended_transition)
export(blended_transition_inv)
export(callback_adaptive_lr)
export(callback_debug_dist_gradients)
export(dgpd)
export(dist_bdegp)
export(dist_beta)
export(dist_binomial)
export(dist_blended)
export(dist_dirac)
export(dist_discrete)
export(dist_empirical)
export(dist_erlangmix)
export(dist_exponential)
export(dist_gamma)
export(dist_genpareto)
export(dist_genpareto1)
export(dist_lognormal)
export(dist_mixture)
export(dist_negbinomial)
export(dist_normal)
export(dist_pareto)
export(dist_poisson)
export(dist_translate)
export(dist_trunc)
export(dist_uniform)
export(dist_weibull)
export(dpareto)
export(dsoftmax)
export(fit)
export(fit_blended)
export(fit_dist)
export(fit_dist_direct)
export(fit_dist_start)
export(fit_erlang_mixture)
export(fit_mixture)
export(flatten_bounds)
export(flatten_params)
export(flatten_params_matrix)
export(inflate_params)
export(integrate_gk)
export(interval)
export(interval_intersection)
export(interval_union)
export(is.Distribution)
export(is.Interval)
export(k_matrix)
export(pgpd)
export(plot_distributions)
export(ppareto)
export(prob_report)
export(qgpd)
export(qpareto)
export(repdel_obs)
export(rgpd)
export(rpareto)
export(softmax)
export(tf_compile_model)
export(tf_initialise_model)
export(trunc_obs)
export(truncate_claims)
export(truncate_obs)
export(weighted_median)
export(weighted_moments)
export(weighted_quantile)
export(weighted_tabulate)
import(stats)
importFrom(R6,R6Class)
importFrom(Rcpp,sourceCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(assertthat,assert_that)
importFrom(generics,fit)
importFrom(rlang,"%||%")
importFrom(rlang,check_installed)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,is_bare_numeric)
importFrom(rlang,is_bool)
importFrom(rlang,is_function)
importFrom(rlang,is_installed)
importFrom(rlang,is_integerish)
importFrom(rlang,is_null)
importFrom(rlang,is_scalar_double)
importFrom(rlang,is_scalar_integerish)
importFrom(rlang,is_string)
importFrom(utils,assignInMyNamespace)
importFrom(utils,hasName)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,tail)
useDynLib(reservr, .registration = TRUE)