| TLLiNGAM | R Documentation |
Learning linear non-Gaussian DAG via topological layers.
TLLiNGAM (X, hardth=0.3, criti.val=0.01, precision.refit = TRUE,
precision.method="glasso", B.refit=TRUE)
X |
The n * p sample matrix, where n is the sample size and p is data dimension. |
hardth |
The hard threshold of regression. |
criti.val |
The critical value of independence test based on distance covariance. |
precision.refit |
Whether to perform regression for re-fitting the coefficients in the precision matrix to improve estimation accuracy, after determining the non-zero elements of the precision matrix. The default is True. |
precision.method |
Methods for Estimating Precision Matrix, which can be selected from "glasso" and "CLIME". |
B.refit |
Whether to perform regression for re-fitting the coefficients in structural equation models to improve estimation accuracy, after determining the parent sets of all nodes. The default is True. |
A result list including:
The information of layer.
The coefficients in structural equation models.
Ruixuan Zhao ruixuanzhao2-c@my.cityu.edu.hk, Xin He, and Junhui Wang
Zhao, R., He X., and Wang J. (2022). Learning linear non-Gaussian directed acyclic graph with diverging number of nodes. Journal of Machine Learning Research.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.