-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
66 lines (66 loc) · 1.55 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
Package: condensier
Title: Non-Parametric Conditional Density Estimation
Version: 0.1.0
Authors@R: c(
person("Oleg", "Sofrygin", email = "oleg.sofrygin@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9539-8853")),
person("Nima", "Hejazi", email = "nh@nimahejazi.org",
role = "ctb",
comment = c(ORCID = "0000-0002-7127-2789")),
person("Frank", "Blaauw", email = "f.j.blaauw@rug.nl",
role = "ctb"),
person("Antoine", "Chambaz", email = "achambaz@u-paris10.fr",
role = "aut"),
person(c("Mark", "J."), "van der Laan", email = "laan@berkeley.edu",
role = "aut")
)
Description: Nonparametric conditional density estimation with binned
histograms.
URL: https://github.com/osofr/condensier
BugReports: https://github.com/osofr/condensier/issues
Depends:
R (>= 3.2.0)
Imports:
assertthat,
data.table,
methods,
R6,
Rcpp,
speedglm,
stats,
stringr
LinkingTo: Rcpp
Suggests:
doParallel,
foreach,
igraph,
knitr,
matrixStats,
roxygen2,
testthat,
simcausal,
mockery,
here,
dplyr,
tools,
mixtools
Encoding: UTF-8
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 6.1.1
Collate:
'GlmAlgorithmClass.R'
'BinOutModelClass.R'
'DataStoreClass.R'
'OLD_densifier.R'
'OLD_modelhdensity.R'
'RcppExports.R'
'RegressionClass.R'
'SummariesModelClass.R'
'SummaryModelCategorClasss.R'
'SummaryModelContinClasss.R'
'data.R'
'dhist.r'
'fit.R'
'zzz.R'