-
Notifications
You must be signed in to change notification settings - Fork 23
/
NAMESPACE
182 lines (181 loc) · 4.1 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
# Generated by roxygen2: do not edit by hand
S3method("*",Distribution)
S3method("+",Distribution)
S3method("-",Distribution)
S3method("[",Arrdist)
S3method("[",Matdist)
S3method("[",VectorDistribution)
S3method(as.Distribution,array)
S3method(as.Distribution,matrix)
S3method(as.character,Distribution)
S3method(c,Arrdist)
S3method(c,Distribution)
S3method(c,Matdist)
S3method(huberize,Distribution)
S3method(length,VectorDistribution)
S3method(lines,Distribution)
S3method(plot,Distribution)
S3method(plot,Matdist)
S3method(plot,VectorDistribution)
S3method(rep,Distribution)
S3method(summary,Distribution)
S3method(truncate,Distribution)
export(Arcsine)
export(Arrdist)
export(Bernoulli)
export(Beta)
export(BetaNoncentral)
export(Binomial)
export(Categorical)
export(Cauchy)
export(ChiSquared)
export(ChiSquaredNoncentral)
export(Convolution)
export(CoreStatistics)
export(Cosine)
export(Degenerate)
export(Dirichlet)
export(DiscreteUniform)
export(Distribution)
export(DistributionDecorator)
export(DistributionWrapper)
export(Empirical)
export(EmpiricalMV)
export(Epanechnikov)
export(Erlang)
export(ExoticStatistics)
export(Exponential)
export(FDistribution)
export(FDistributionNoncentral)
export(Frechet)
export(FunctionImputation)
export(Gamma)
export(Geometric)
export(Gompertz)
export(Gumbel)
export(HuberizedDistribution)
export(Hypergeometric)
export(InverseGamma)
export(Kernel)
export(Laplace)
export(Logarithmic)
export(Logistic)
export(LogisticKernel)
export(Loglogistic)
export(Lognormal)
export(Matdist)
export(MixtureDistribution)
export(Multinomial)
export(MultivariateNormal)
export(NegativeBinomial)
export(Normal)
export(NormalKernel)
export(Pareto)
export(Poisson)
export(ProductDistribution)
export(Quartic)
export(Rayleigh)
export(SDistribution)
export(ShiftedLoglogistic)
export(Sigmoid)
export(Silverman)
export(StudentT)
export(StudentTNoncentral)
export(Triangular)
export(TriangularKernel)
export(Tricube)
export(Triweight)
export(TruncatedDistribution)
export(Uniform)
export(UniformKernel)
export(VectorDistribution)
export(Wald)
export(Weibull)
export(WeightedDiscrete)
export(as.Distribution)
export(as.MixtureDistribution)
export(as.ProductDistribution)
export(as.VectorDistribution)
export(assertContinuous)
export(assertDiscrete)
export(assertDistribution)
export(assertDistributionList)
export(assertLeptokurtic)
export(assertMatrixvariate)
export(assertMesokurtic)
export(assertMixture)
export(assertMultivariate)
export(assertNegativeSkew)
export(assertNoSkew)
export(assertParameterSet)
export(assertParameterSetList)
export(assertPlatykurtic)
export(assertPositiveSkew)
export(assertSymmetric)
export(assertUnivariate)
export(checkContinuous)
export(checkDiscrete)
export(checkDistribution)
export(checkDistributionList)
export(checkLeptokurtic)
export(checkMatrixvariate)
export(checkMesokurtic)
export(checkMixture)
export(checkMultivariate)
export(checkNegativeSkew)
export(checkNoSkew)
export(checkParameterSet)
export(checkParameterSetList)
export(checkPlatykurtic)
export(checkPositiveSkew)
export(checkSymmetric)
export(checkUnivariate)
export(decorate)
export(distr6News)
export(distrSimulate)
export(dparse)
export(dstr)
export(dstrs)
export(exkurtosisType)
export(generalPNorm)
export(gprm)
export(huberize)
export(listDecorators)
export(listDistributions)
export(listKernels)
export(listWrappers)
export(makeUniqueDistributions)
export(mixMatrix)
export(mixturiseVector)
export(qqplot)
export(simulateEmpiricalDistribution)
export(skewType)
export(sprm)
export(testContinuous)
export(testDiscrete)
export(testDistribution)
export(testDistributionList)
export(testLeptokurtic)
export(testMatrixvariate)
export(testMesokurtic)
export(testMixture)
export(testMultivariate)
export(testNegativeSkew)
export(testNoSkew)
export(testParameterSet)
export(testParameterSetList)
export(testPlatykurtic)
export(testPositiveSkew)
export(testSymmetric)
export(testUnivariate)
export(truncate)
import(ooplah)
import(param6)
import(set6)
importFrom(R6,R6Class)
importFrom(Rcpp,sourceCpp)
importFrom(checkmate,assert)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(stats,setNames)
useDynLib(distr6, .registration = TRUE)