Log-likelihood ratio test for a symmetric Dirichlet distribution | R Documentation |
Log-likelihood ratio test for a symmetric Dirichlet distribution.
sym.test(x)
x |
A matrix with the compositional data. No zero values are allowed. |
Log-likelihood ratio test is performed for the hypothesis that all Dirichelt parameters are equal.
A list including:
est.par |
The estimated parameters under the alternative hypothesis. |
one.par |
The value of the estimated parameter under the null hypothesis. |
res |
The loglikelihood under the alternative and the null hypothesis, the value of the test statistic, its relevant p-value and the
associated degrees of freedom, which are actually the dimensionality of the simplex, |
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
Ng Kai Wang, Guo-Liang Tian and Man-Lai Tang (2011). Dirichlet and related distributions: Theory, methods and applications. John Wiley & Sons.
diri.nr, diri.est, rdiri, dirimean.test
x <- rdiri( 100, c(5, 7, 1, 3, 10, 2, 4) )
sym.test(x)
x <- rdiri( 100, c(5, 5, 5, 5, 5) )
sym.test(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.