Computes first-order inclusion probabilities from a vector of positive numbers.
Usage
inclprob(x, n)
Value
A vector of inclusion probabilities proportional to x and such that the sum is equal to the value n.
Arguments
x
vector of positive numbers.
n
sample size (could be a positive real value).
Details
The function is implemented in C++ so that it can be used in the code of other C++ functions. The implementation is based on the function inclusionprobabilities of the package sampling.