Description Usage Arguments Details Value Examples
Hierachical ordered density clustering (HODC) Algorithm with input generated by DPdensity
1 2 3 4 |
v |
number of iterations set for DPM fitting by "DPdensity" |
pvalue |
a vector of p-values obtained from large scale statistical hypothesis testing |
DPM.mcmc |
list |
DPM.prior |
list |
Without the information of networking, we can have an approximation to the marginal density by DPM model fitting on r. Suppose the number of finite mixture normals is equal to L_0+L_1, which means the number of classes we have, we apply HODC algorithm in partitioning the $L_0$ and $L_1$ components into two classes. For this function, the input is generated by Mclust
a list of HODC algorithm returned parameters.
the means of each of two cluster for every DPM fitting by "DPdensity"
the means of the cluster with smaller mean
the means of the cluster with larger mean
the variance of each of two cluster for every DPM fitting by "DPdensity"
the variances of the cluster with smaller mean
the variances of the cluster with larger mean
the probability of each of two cluster for every DPM fitting by "DPdensity"
the probabilities of the cluster with smaller mean
the probabilities of the cluster with larger mean
The classification corresponding to each cluster for every DPM fitting by "DPdensity"
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.