fh_bounds | R Documentation |
Fréchet-Hoefding bounds are the limits to a correlation between different distributions.
fh_bounds(dist1 = "norm", dist2 = "norm", params1 = list(), params2 = list())
dist1 |
The target distribution function for variable 1 (e.g., norm, binom, gamma, truncnorm) |
dist2 |
The target distribution function for variable 2 |
params1 |
Arguments to pass to the rdist function for distribution 1 |
params2 |
Arguments to pass to the rdist function for distribution 2 |
a list of the min and max possible values
fh_bounds(dist1 = "pois",
dist2 = "unif",
params1 = list(lambda = 3),
params2 = list(min = 0, max = 100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.