After merge
[morpheus.git] / pkg / DESCRIPTION
1 Package: morpheus
2 Title: Estimate Parameters of Mixtures of Logistic Regressions
3 Description: Mixture of logistic regressions parameters (H)estimation with
4 (U)spectral methods. The main methods take d-dimensional inputs and a vector
5 of binary outputs, and return parameters according to the GLMs mixture model
6 (General Linear Model). For more details see chapter 3 in the PhD thesis of
7 Mor-Absa Loum: <http://www.theses.fr/s156435>, available here
8 <https://www.math.u-psud.fr/~loum/IMG/pdf/these.compressed-2.pdf>.
9 Version: 0.2-0
10 Author: Benjamin Auder <Benjamin.Auder@u-psud.fr> [aut,cre],
11 Mor-Absa Loum <Mor-Absa.Loum@u-psud.fr> [aut]
12 Maintainer: Benjamin Auder <Benjamin.Auder@u-psud.fr>
13 Depends:
14 R (>= 3.0.0),
15 Imports:
16 MASS,
17 jointDiag,
18 methods,
19 pracma
20 Suggests:
21 devtools,
22 flexmix,
23 parallel,
24 testthat,
25 roxygen2,
26 tensor,
27 nloptr
28 License: MIT + file LICENSE
29 RoxygenNote: 5.0.1
30 Collate:
31 'utils.R'
32 'A_NAMESPACE.R'
33 'computeMu.R'
34 'multiRun.R'
35 'optimParams.R'
36 'plot.R'
37 'sampleIO.R'