2021-03-08 12:31:13 +00:00
|
|
|
Package: CVarE
|
2019-09-16 09:15:51 +00:00
|
|
|
Type: Package
|
|
|
|
Title: Conditional Variance Estimator for Sufficient Dimension Reduction
|
2021-03-09 12:27:10 +00:00
|
|
|
Version: 1.1
|
|
|
|
Date: 2021-03-09
|
2019-11-20 18:03:21 +00:00
|
|
|
Maintainer: Daniel Kapla <daniel@kapla.at>
|
2021-03-08 12:31:13 +00:00
|
|
|
Author: Daniel Kapla [aut, cph, cre],
|
|
|
|
Lukas Fertl [aut, cph],
|
|
|
|
Efstathia Bura [ctb]
|
2021-03-09 12:27:10 +00:00
|
|
|
Authors@R: c(
|
|
|
|
person("Daniel", "Kapla", role = c("aut", "cph", "cre"), email = "daniel@kapla.at"),
|
|
|
|
person("Lukas", "Fertl", role = c("aut", "cph")),
|
|
|
|
person("Efstathia", "Bura", role = "ctb")
|
|
|
|
)
|
2021-03-09 18:24:32 +00:00
|
|
|
Description: Implementation of the CVE (Conditional Variance Estimation) method
|
|
|
|
proposed by Fertl, L. and Bura, E. (2021) <arXiv:2102.08782> and the ECVE
|
|
|
|
(Ensemble Conditional Variance Estimation) method introduced in
|
|
|
|
Fertl, L. and Bura, E. (2021) <arXiv:2102.13435>.
|
|
|
|
CVE and ECVE are sufficient dimension reduction methods
|
2021-03-08 12:31:13 +00:00
|
|
|
in regressions with continuous response and predictors. CVE applies to general
|
|
|
|
additive error regression models while ECVE generalizes to non-additive error
|
|
|
|
regression models. They operate under the assumption that the predictors can
|
|
|
|
be replaced by a lower dimensional projection without loss of information.
|
|
|
|
It is a semiparametric forward regression model based exhaustive sufficient
|
|
|
|
dimension reduction estimation method that is shown to be consistent under mild
|
|
|
|
assumptions.
|
2019-09-16 09:15:51 +00:00
|
|
|
License: GPL-3
|
2021-03-08 12:31:13 +00:00
|
|
|
Contact: <daniel@kapla.at>
|
|
|
|
URL: https://git.art-ist.cc/daniel/CVE
|
2019-09-16 09:15:51 +00:00
|
|
|
Encoding: UTF-8
|
2021-03-08 12:31:13 +00:00
|
|
|
NeedsCompilation: yes
|
2021-03-09 12:27:10 +00:00
|
|
|
Imports: stats, mda
|
2021-03-05 13:52:45 +00:00
|
|
|
RoxygenNote: 7.0.2
|