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-08 12:31:13 +00:00
|
|
|
Version: 1.0
|
|
|
|
Date: 2021-03-05
|
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]
|
|
|
|
Description: Implementation of the Conditional Variance Estimation (CVE)
|
|
|
|
Fertl and Bura (2021) <arXiv:2102.08782> and the Ensemble Conditional Variance
|
|
|
|
Estimation (ECVE) Fertl and Bura (2021) <arXiv:2102.13435> method.
|
|
|
|
|
|
|
|
CVE and ECVE are sufficient dimension reduction (SDR) methods
|
|
|
|
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-05 13:52:45 +00:00
|
|
|
Imports: stats,mda
|
|
|
|
RoxygenNote: 7.0.2
|