Description Usage Arguments Value References See Also
This function calculates the upper Frechet-Hoeffding bound on the correlation between a Negative Binomial variable
and the normal variable used to generate it. It is used in findintercorr_cat_nb
and findintercorr_cont_nb
in calculating the intermediate MVN correlations. This extends
the method of Amatya & Demirtas (2015, doi: 10.1080/00949655.2014.953534) to Negative Binomial variables. This function would not ordinarily be called directly by the user.
1 |
size |
a vector of size parameters for the Negative Binomial variables (see |
prob |
a vector of success probability parameters |
mu |
a vector of mean parameters (*Note: either |
n_unif |
the number of uniform random numbers to generate in calculating the bound (default = 10000) |
seed |
the seed used in random number generation (default = 1234) |
A scalar equal to the correlation upper bound.
Please see references for chat_pois
.
findintercorr_cat_nb
, findintercorr_cont_nb
,
findintercorr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.