Description Usage Arguments Details Value Author(s) References Examples
A function to conduct Transellptical Correlation Estimation
1 |
x |
The |
method |
Method to be used to estimating the correlation matrix with 5 options: |
nlambda |
The number of regularization/thresholding paramters. The default value is 20. |
lambda.min.ratio |
The largest sparsity level for the estimated graphs. The default valye is 0.05. |
lambda |
A sequence of positive numbers for conducting thresholding. |
verbose |
If |
The correlation graph is estimated by correlation cut-off based on the given thresholding level.
An object with S3 class "TCE"
is returned:
cov.input |
An indicator of the sample covariance. |
path |
A list of |
sparsity |
The sparsity levels of the graph path. |
method |
The method used in the correlation graph estimation stage. |
lambda |
The sequence of thresholding parameters used. |
Fang Han, Han Liu
Maintainer: Fang Han<fhan@jhsph.edu>
1.Han Liu, Fang Han, Ming Yuan, John Lafferty, Larry Wasserman. High dimensional
semiparametric gaussian copula graphical models. Annals of Statistics, to apear.
2.Tuo Zhao and Han Liu. HUGE: A Package for High-dimensional Undirected Graph Estimation. Technical Report, Carnegie Mellon University, 2010
1 2 3 4 5 |
Loading required package: huge
Loading required package: Matrix
Loading required package: lattice
Loading required package: igraph
Attaching package: 'igraph'
The following objects are masked from 'package:stats':
decompose, spectrum
The following object is masked from 'package:base':
union
Loading required package: MASS
Generating data from the multivariate normal distribution with the hub graph structure....done.
Conducting nonparanormal (npn) transformation via kendall....done.
Conducting the transelliptical correlation estimation:5%
Conducting the transelliptical correlation estimation:10%
Conducting the transelliptical correlation estimation:15%
Conducting the transelliptical correlation estimation:20%
Conducting the transelliptical correlation estimation:25%
Conducting the transelliptical correlation estimation:30%
Conducting the transelliptical correlation estimation:35%
Conducting the transelliptical correlation estimation:40%
Conducting the transelliptical correlation estimation:45%
Conducting the transelliptical correlation estimation:50%
Conducting the transelliptical correlation estimation:55%
Conducting the transelliptical correlation estimation:60%
Conducting the transelliptical correlation estimation:65%
Conducting the transelliptical correlation estimation:70%
Conducting the transelliptical correlation estimation:75%
Conducting the transelliptical correlation estimation:80%
Conducting the transelliptical correlation estimation:85%
Conducting the transelliptical correlation estimation:90%
Conducting the transelliptical correlation estimation:95%
Conducting the transelliptical correlation estimation:100%
done
Transelliptical Correlation Estimation via Thresholding
Method: kendall
Input: The Data Matrix
Path length: 20
Sparsity level: 0.0003164557 -----> 0.05
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.