-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.01 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
Package: mixpack
Encoding: UTF-8
Title: Tools to Work with Mixture Components
Version: 0.3.6
Date: 2015-01-26
Authors@R: c(person("Marc", "Comas-Cufí", role = c("aut", "cre"),
email = "mcomas@imae.udg.edu"),
person("Josep Antoni", "Martín-Fernández", role = "aut"),
person("Glòria", "Mateu-Figueras", role = "aut"))
URL: http://mcomas.net/software/mixpack
Description: A collection of tools implemented to facilitate the analysis of the components of a finite mixture distributions. The package has some functions to generate random samples coming from a finite mixture. The package provides a C++ implementation for the construction of a hierarchy over the components of a given finite mixture.
Depends:
R (>= 3.0.2)
Imports:
Rcpp (>= 0.11.5),
mvtnorm,
methods,
stats
LinkingTo: Rcpp, RcppArmadillo
Suggests:
mclust,
Rmixmod,
knitr,
dplyr,
ggplot2
License: GPL
LazyData: true
NeedsCompilation: yes
RoxygenNote: 5.0.1
VignetteBuilder: knitr