Description Usage Arguments Details Value Author(s) References See Also Examples
The function provides information on the estimated effective dimension reduction (EDR) space.
1 2 |
x |
Object of class |
m |
Dimension of the effective dimension reduction (EDR) space. |
R |
If code |
... |
Additional parameters will be ignored |
Provides information on the estimated effective dimension reduction (EDR) space.
The first m
basis vectors and the cummulative sum of normalized eigenvalues of matrix
object$bhat
are given. If R
is specified the distance
||R (I- \hat{P}_m)||/||R||
and the distance specified by Li (1992) are computed.
Returns invisible{NULL}
.
Joerg Polzehl, polzehl@wias-berlin.de
M. Hristache, A. Juditsky, J. Polzehl and V. Spokoiny (2001). Structure adaptive approach for dimension reduction, The Annals of Statistics. Vol.29, pp. 1537-1566. \ J. Polzehl, S. Sperlich (2009). A note on structural adaptive dimension reduction, J. Stat. Comput. Simul.. Vol. 79 (6), pp. 805–818. \ K.-C. Li (1992). On principal Hessian directions for data visualization and dimension reduction: another application of Stein's lemma, JASA, Vol. 87, pp. 1025-1039.
edr
, edr.R
, summary.edr
, plot.edr
1 2 3 | require(EDR)
## Not run: demo(edr_ex1)
## Not run: demo(edr_ex2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.