eigenForDiscreteProbs {TauStar} | R Documentation |
Eigenvalues for discrete asymptotic distribution
Description
Computes the eigenvalues needed to determine the asymptotic distributions in the mixed/discrete cases. See Nandy, Weihs, and Drton (2016) <http://arxiv.org/abs/1602.04387> for more details.
Usage
eigenForDiscreteProbs(p)
Arguments
p |
a vector of probabilities that sum to 1. |
Value
the eigenvalues associated to the matrix generated by p
[Package TauStar version 1.1.7 Index]