Learn R Programming

CVarE (version 1.1)

Conditional Variance Estimator for Sufficient Dimension Reduction

Description

Implementation of the CVE (Conditional Variance Estimation) method proposed by Fertl, L. and Bura, E. (2021) and the ECVE (Ensemble Conditional Variance Estimation) method introduced in Fertl, L. and Bura, E. (2021) . CVE and ECVE are sufficient dimension reduction 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.

Copy Link

Version

Install

install.packages('CVarE')

Monthly Downloads

11

Version

1.1

License

GPL-3

Maintainer

Daniel Kapla

Last Published

March 11th, 2021

Functions in CVarE (1.1)

cve.call

Conditional Variance Estimator (CVE).
predict.cve

Predict method for CVE Fits.
CVarE-package

Conditional Variance Estimator (CVE) Package.
dataset

Generates test datasets.
cve

Conditional Variance Estimator (CVE).
estimate.bandwidth

Bandwidth estimation for CVE.
null

Null space basis of given matrix `V`
coef.cve

Extracts estimated SDR basis.
summary.cve

Prints summary statistics of the \(L\) cve component.
rmvt

Multivariate t Distribution.
rStiefel

Random sample from Stiefel manifold.
rgnorm

Generalized Normal Distribution.
rmvnorm

Multivariate Normal Distribution.
rlaplace

Laplace distribution
directions.cve

Computes projected training data X for given dimension `k`.
predict_dim

Estimate Dimension of the Sufficient Reduction.