powered by
Compute probabilities combinatorially.
comb.prob (F, a, b)
An ecdfmv object.
Either a vector or a matrix. Each element (or column) gives the lower limits.
Either a vector or a matrix. Each element (or column) gives the upper limits.
ecdfmv
# NOT RUN { data (trees) attach (trees) ecdfmv.f = ecdfmv (cbind (Height, Volume) ) a = c (0, 0) b = c (80, 30) comb.prob (ecdfmv.f, a, b) # }
Run the code above in your browser using DataLab