-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
95 lines (95 loc) · 2.23 KB
/
DESCRIPTION
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
Package: finmix
Type: Package
Title: An R package for Bayesian estimation of finite mixture distributions
Version: 0.1.0
Date: 2021-09-10
Author: Lars Simon Zehnder
Maintainer: Lars Simon Zehnder <simon.zehnder@neway.ai>
Description: An R package for Bayesian estimation of finite mixture
distributions. The package uses heavily C++ code to enable high performance
MCMC sampling. Each distribution comes along with some support functions
that create needed objects and start parameters. The following mixtures are
available: Poisson, Binomial, Exponential, Normal, Multivariate Normal,
Student-t, and Multivariate Student-t.
License: GPL (>= 3)
SystemRequirements: C++11
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Depends:
R (>= 3.0.2)
Imports:
Rcpp (>= 1.0.7),
RcppArmadillo (>= 0.10.6),
methods,
stats,
graphics,
mvtnorm,
KernSmooth,
nloptr (>= 1.2.0),
dfoptim
LinkingTo:
Rcpp (>= 1.0.7),
RcppArmadillo (>= 0.10.6),
nloptr (>= 1.2.0)
Extends:
bayespin
Collate:
AllGenerics.R
graphic_func.R
mixturemoments.R
model.R
modelmoments.R
dmodelmoments.R
cmodelmoments.R
poissonmodelmoments.R
binomialmodelmoments.R
exponentialmodelmoments.R
normalmodelmoments.R
studentmodelmoments.R
normultmodelmoments.R
studmultmodelmoments.R
fdata.R
groupmoments.R
sdatamoments.R
csdatamoments.R
datamoments.R
cdatamoments.R
ddatamoments.R
prior.R
mcmc.R
unass.R
mcmcstart.R
likelihood.R
distributions.R
dataclass.R
RcppExports.R
mcmcextract.R
mcmcoutputfix.R
mcmcoutputfixhier.R
mcmcoutputfixpost.R
mcmcoutputfixhierpost.R
mcmcoutputbase.R
mcmcoutputhier.R
mcmcoutputpost.R
mcmcoutputhierpost.R
mixturemcmc.R
mcmcpermfix.R
mcmcpermfixhier.R
mcmcpermfixpost.R
mcmcpermind.R
mcmcpermindhier.R
mcmcpermindpost.R
mcmcoutputpermfix.R
mcmcoutputpermfixhier.R
mcmcoutputpermfixpost.R
mcmcoutputpermfixhierpost.R
mcmcoutputpermbase.R
mcmcoutputpermhier.R
mcmcoutputpermpost.R
mcmcoutputpermhierpost.R
mincol.R
mcmcpermute.R
mcmcestfix.R
mcmcestind.R
mcmcestimate.R
RoxygenNote: 7.1.1