-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
34 lines (34 loc) · 975 Bytes
/
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
Package: VIBER
Type: Package
Title: VIBER - Variational Inference for Binomial mixtures
Version: 0.1.0
Author: Giulio Caravagna
Maintainer: Giulio Caravagna <[email protected]>
Authors@R: person("Giulio", "Caravagna", role = c("aut", "cre"), email = "[email protected]")
Description: VIBER is a package to model multi-variate variational Binomial mixture models.
The statistical model is semi-parametric and fit by a variational mean-field approximation to
the model posterior. The components are Binomial distributions, which can model muti-dimensional
count data.
License: GPL
Encoding: UTF-8
LazyData: true
Imports:
crayon,
pio,
easypar,
dplyr,
ggplot2,
reshape2,
ctree,
cli
Remotes:
caravagn/pio,
caravagn/easypar,
caravagn/ctree
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/caravagnalab/VIBER
BugReports: https://github.com/caravagnalab/VIBER/issues