-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 892 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
Package: lavaPenalty
Type: Package
Title: Penalized Latent Variable Models
Version: 0.0
Date: 2018-02-26
Author: Brice Ozenne[aut, cre]
Maintainer: brice ozenne <brice.ozenne@orange.fr>
Description: Implementation of regularization tools for latent variables models. Available penalty are lasso, ridge, group lasso and nuclear norm regularization (linear model only). A generic regularization path algorithm enable to estimate the knots, i.e. penalisation at which the set of non-zero parameters changes. Information criteria (AIC, BIC) can be used to identify an "optimal" penalization value.
License: GPL-3
Depends:
R (>= 2.10),
lava,
lavaReduce,
data.table
Imports:
deSolve,
doSNOW,
foreach,
ggplot2,
mvtnorm,
numDeriv,
parallel,
pracma,
stats,
parallel,
stats,
tmvtnorm,
utils
Suggests:
testthat
RoxygenNote: 6.0.1