maxentpi2 | R Documentation |
This function computes the matrix of the joint inclusion of the maximum entropy sampling with fixed sample size. It can handle unequal inclusion probabilities.
maxentpi2(pikr)
pikr |
A vector of inclusion probabilities. |
The sampling design maximizes the entropy design:
I(p) = - \sum s p(s) log[p(s)].
This function is a C++ implementation of UPMEpik2frompikw
.
More details could be find in Tille (2006).
A matrix, the joint inclusion probabilities.
Tille, Y. (2006), Sampling Algorithms, springer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.