powered by
Fréchet-Hoefding bounds are the limits to a correlation between different distributions.
fh_bounds(dist1 = "norm", dist2 = "norm", params1 = list(), params2 = list())
a list of the min and max possible values
The target distribution function for variable 1 (e.g., norm, binom, gamma, truncnorm)
The target distribution function for variable 2
Arguments to pass to the rdist function for distribution 1
Arguments to pass to the rdist function for distribution 2
fh_bounds(dist1 = "pois", dist2 = "unif", params1 = list(lambda = 3), params2 = list(min = 0, max = 100))
Run the code above in your browser using DataLab